Provider guides
Domo
What’s supported
Supported actions
This connector supports:
- Proxy Actions, using the base URL
https://api.domo.com
.
Before you get started
To connect Domo with Ampersand, you will need a Domo account.
Example integration
To define an integration for Domo, create a manifest file that looks like this:
Creating a Domo client application
Follow these steps to create a client application in Domo:
- Log in to your Domo Developer Portal.
- Navigate to My Account
- Click New Client.
- Enter a name for your application and select the appropriate scopes based on your integration needs.
- Click Create.
Using the connector
This connector uses OAuth2 Client Credentials grant type, 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 Domo:
- Create a manifest file using the example above.
- Deploy it using the amp CLI.
- Embed the InstallIntegration UI component.
- Start making Proxy Calls, and Ampersand will automatically handle the authentication with Domo.
API documentation
For more information about the Domo API, refer to the Domo API documentation.