Start Here: How your customer can add an integration in your application
February 1, 2023
Here is the general flow to follow:
- Have your front-end application call your back-end application to call the Unified GetIntegrations API endpoint with your API Token securely (your API token shouldn't be used in the front-end)
- Then have your front-end application list the integrations so that your customer can select which one they wish to add
- Send the user to the chosen integration's authentication URL where they will be asked to authorize your application so that you can gain access
- When you have an connection ID, your application can use it to call the Unified API and performs queries/tasks on your customer's authorized account