Create an Integration
Learn how to create your first integration
Select the Integration
In the Strata dashboard, navigate to the Integrations Catalog by selecting Integrations
in the sidebar and then clicking + New Integration
. Choose the integration that you would like to setup.
Create a developer app
If the API provider requires you to create a developer app, you will need to create or login to it now. Developer apps typically provide credentials in the form of a client ID and client secret. The credentials will be needed in the next step.
API providers that use OAuth to authorize your application will require you to provide a redirect URI. Here you’ll provide Strata’s redirect URL:
If the API provider supports webhooks, you can provide the Strata webhook URL for your integration. It can be found on your integration details page in the Strata dashboard. It has the format:
Configure your Integration
Back in the Strata dashboard, add your developer app credentials to the integration configuration. Then add the permission scopes that your application will request. Typically these should match the same scopes that you requested in the API provider’s developer app portal.
Next steps
Once you’ve created your integration, proceed to Install the SDK in order to prompt users to connect it.