Connect to your users’ Intercom accounts.
Note: You’ll need to create a new Intercom app if you don’t already have one. To access your customer’s Intercom data by using OAuth, you’ll need to submit your app for a review.
You can find your Intercom app credentials by visiting your Intercom Developer Hub.
You’ll need the following information to set up your Intercom App with Paragon Connect:
Paragon provides a redirect URL to send information to your Intercom app. To add the redirect URL to your Intercom app:
In your Intercom developer dashboard, select your application.
Under Configure > Authentication, click the Edit button.
Tick the Use OAuth option.
Under Redirect URLs, paste-in Paragon Connect’s redirect URL found in Step 1. Click the Save button to save your changes.
Select Intercom from the Integrations Catalog.
Under Integrations > Connected Integrations > Intercom > App Configuration > Configure, fill out your credentials from the end of Step 1 in their respective sections:
Press the purple “Save Changes” button to save your credentials.
Note: Leaving the Client ID and Client Secret blank will use Paragon development keys.
Once your users have connected their Intercom account, you can use the Paragon SDK to access the Intercom API on behalf of connected users.
See the Intercom REST API documentation for their full API reference.
Any Intercom API endpoints can be accessed with the Paragon SDK as shown in this example.
Once your Intercom account is connected, you can add steps to perform the following actions:
When creating or updating contacts in Intercom, you can reference data from previous steps by typing {{
to invoke the variable menu.
Webhook triggers can be used to run workflows based on events in your users’ Intercom account. For example, you might want to trigger a workflow whenever new companies are created in Intercom to sync your users’ Intercom companies to your application in real-time.
You can find the full list of Webhook Triggers for Intercom below: