What’s supported
Supported actions
This connector supports:- Proxy Actions, using the base URL
https://dovetail.com/api.
Supported objects
Dovetail is supported through Proxy Actions only. Use the proxy to call any Dovetail Public API endpoint, for exampleGET /v1/projects.
Before you get started
This connector uses API Key authentication. You do not need to create a provider app in the Ampersand Dashboard.Create a Dovetail API token
- Go to your Dovetail account settings.
- Enter a label for the key and create it.
- Copy the token and store it securely. Dovetail shows it only once.

api.. For details, see Dovetail’s authorization documentation.
Using the connector
To start integrating with Dovetail:- Create a manifest file using the proxy-only example.
- Deploy it using the amp CLI.
- Embed the InstallIntegration UI component. The UI component will prompt the customer for their Dovetail API token.
- Start making Proxy Actions API calls against
https://dovetail.com/api.

