AppDirect is an API Key based integration and does not require the setup of an app.
Required Credentials of a Linked Account
To successfully connect with the AppDirect integration, a Linked Account or an end-user will need to provide the following to connect:- Domain URL
- Client ID
- Client Secret
To understand how a Linked Account can get the above mentioned credentials, refer below.
Getting Credentials of AppDirect
To acquire the required credentials and connect a Linked Account, please follow the steps mentioned below:
- Log in to your AppDirect account. Copy the Base URL of your account which will be in format
https://marketplace.example.com. This isDomain URL. - Click on the
Gearicon in the top menu and click onAll Settingsoption.

- Navigate to
API Clientsunder Navigation in the side menu and click on+ Create API Client. - Provide a
Name, chooseClient Typeas Non-interactive application, selectSystem-level scopesas Read only or Read Write depending on your use case and click on `Save Settings. - Copy the
Secretdisplayed and theClient IDwill be the Consumer Key of the API Client that you created.
Copy the Secret as it won’t be visible again.

Actions and triggers
In Cobalt, you can create orchestrations of your use-cases using AppDirect actions and triggers. Following are the set of AppDirect actions and triggers supported by Cobalt.- Actions
- Triggers
Company
Company
- Create Company - Create company in AppDirect.
- List Companies - List all companies in AppDirect.
- Update Company - Update a company in AppDirect.
Company Membership
Company Membership
- Create Company Membership - Create company membership in AppDirect.
- Update Company Membership - Update company membership in AppDirect.
- Delete Company Membership - Delete company membership in AppDirect.
User
User
- Update User - Update a user in AppDirect.
- Get User By Id - Get a user By Id in AppDirect.
- List Users - List all users in AppDirect.
- Activate User - Activate a user in AppDirect.
Others
Others
- HTTP Request - Make HTTP API calls to any AppDirect documented REST APIs.