Provider guides
Clari Copilot
What’s supported
Supported actions
This connector supports:
- Proxy Actions, using the base URL
https://rest-api.copilot.clari.com
.
Example integration
To define an integration for Clari Copilot, create a manifest file that looks like this:
Using the connector
This connector uses API Key auth along with an API Secret, which means that you do not need to set up a Provider App before getting started. (Provider apps are only required for providers that use OAuth2 Authorization Code grant type.)
To start integrating with Clari Copilot:
- Create a manifest file like the example above.
- Deploy it using the amp CLI.
- Embed the InstallIntegration UI component. The UI component will prompt the customer for their API Key and API Secret.
- Start making Proxy Calls, and Ampersand will automatically attach both required authentication headers supplied by the customer. Please note that this connector’s base URL is
https://rest-api.copilot.clari.com
.
Creating API credentials
- Log in to your Clari Copilot account.
- Navigate to Workspace Settings > Integrations > Clari Copilot API.
- You’ll find both your API Key and API Secret in this section.
API documentation
For more detailed information about Clari Copilot API, refer to the Clari Copilot API documentation.