Connect to your users’ Gong accounts.
Note: You’ll need to create a new Gong app if you don’t already have one.
You can find your Gong app credentials in your Gong Developer Account.
You’ll need the following information to set up your Gong App with Paragon Connect:
Paragon provides a redirect URL to send information to your Calendly app. To add the redirect URL to your Calendly app:
Log into your Gong Developer Portal.
Select your app from the list of apps.
Under Redirect URL, paste-in the redirect URL from Paragon. The redirect URL can be found in Step 1.
Press the Save
button to confirm your changes.
Under Integrations > Connected Integrations > Gong > Settings, fill out your credentials from your developer app in their respective sections:
Leaving the Client ID and Client Secret blank will use Paragon development keys.
Once your users have connected their Gong account, you can use the Paragon SDK to access the Gong API on behalf of connected users.
See the Gong REST API documentation for their full API reference.
Any Gong API endpoints can be accessed with the Paragon SDK as shown in this example.
Once your Gong account is connected, you can add steps to perform the following actions:
When creating or updating records in Gong, you can reference data from previous steps by typing {{
to invoke the variable menu. You can also use the Gong Request step to access any of Gong’s API endpoints without the authentication piece.
Connect to your users’ Gong accounts.
Note: You’ll need to create a new Gong app if you don’t already have one.
You can find your Gong app credentials in your Gong Developer Account.
You’ll need the following information to set up your Gong App with Paragon Connect:
Paragon provides a redirect URL to send information to your Calendly app. To add the redirect URL to your Calendly app:
Log into your Gong Developer Portal.
Select your app from the list of apps.
Under Redirect URL, paste-in the redirect URL from Paragon. The redirect URL can be found in Step 1.
Press the Save
button to confirm your changes.
Under Integrations > Connected Integrations > Gong > Settings, fill out your credentials from your developer app in their respective sections:
Leaving the Client ID and Client Secret blank will use Paragon development keys.
Once your users have connected their Gong account, you can use the Paragon SDK to access the Gong API on behalf of connected users.
See the Gong REST API documentation for their full API reference.
Any Gong API endpoints can be accessed with the Paragon SDK as shown in this example.
Once your Gong account is connected, you can add steps to perform the following actions:
When creating or updating records in Gong, you can reference data from previous steps by typing {{
to invoke the variable menu. You can also use the Gong Request step to access any of Gong’s API endpoints without the authentication piece.