This component uses v2 version of API which described at AppMarket API Reference.
Authentication occurs via OAuth 2.0. To make OAuth work, you need a new App in your Environment.
Here is how to configure your environment:
Your Callback URL should be:
https://{your-tenant.address}/callback/oauth2
Actual Callback URL can be found here.
Warning: To maintain a smooth experience, we recommend reusing stored credentials where possible. Duplicating secrets across OAuth clients can result in errors and complications.
Check that Require API client to request scopes
option is disabled in your API Client:
Click Save Settings. The new API client is created, along with a Consumer Secret and Consumer Key. A message appears that includes the Consumer Secret and a warning that you should copy and store the secret in a safe location because it cannot be retrieved after the message is dismissed.
You can use Create API clients manual for additional information.
Environment URL
- The Url of your AppDirect environment. For example demo.example.com
.Consumer Key
- Consumer Key which you received during API client configuration step.Consumer Secret
- Consumer Secret which you received during API client configuration step.http://
or https://
prefixes).AppDirect component includes the following triggers:
Create Object
Create Object in AppDirect Environment.
Update Object
Update Object in AppDirect Environment.
Create Entity
Create Entity in AppDirect Environment.
Update Entity
Update Entity in AppDirect Environment.
Lookup Object By ID
Get an object by its type and id from AppDirect Environment.
Lookup Objects
Get objects by criteria.
Delete Object By ID
Delete object by its type and id from AppDirect Environment.
Enable/Disable company membership
Enable or disable marketplace user’s company membership.
Invite company membership
Add a user as a member of a marketplace company.