Setup
Connect to your Gong app for OAuth.
Cobalt offers both Key Based and OAuth 2.0 integration for Gong. In this guide, we will look at the OAuth App setup process.
To setup your Gong app in Cobalt for OAuth, you will need the following credentials from your Gong Developer Hub:
- Client ID
- Client Secret
- Scopes
Pre-requisites
- Gong Developer account. You can create one here.
Required Settings
- Mandatory Scopes
- api:users:read
Creating an app in Gong
To create a Gong app and aquire the above mentioned credentials, please follow the steps mentioned below:
- Log in to your Gong Developer Hub.
- Go to your Gong Developer Hub > Click on
Company Settings
in the side menu > Go toEcosystem
> SelectAPI
.
- Click on
Create Integration
button under theIntegrations
tab. - Go to your
Apps catalog
in Cobalt > Search forGong
>Settings
>Use your credentials
>Callback Url
> Copy it. - In the app, enter the
Name
andDescription
of the app, upload aLogo
and anIcon
for your integration, paste the Callback Url underRedirect URI Needed for the OAuth Authorization Code Flow
field and complete the other required fields. - Select the mandatory scopes in the Required authorization Scopes section during app creation, as provided in your Cobalt Gong settings page and click on the
Save
button.
- After the app is created, copy the
Client ID
andClient Secret
of the app from the list of apps available under Integrations.
Configuring credentials in Cobalt
App settings page lets you configure the authentication settings for an OAuth 2.0
based application. For your customers to provide you authorization to access their data,
they would first need to install your application. This page lets you set up your application credentials.
Cobalt lets you use pre-configured applications to play around. You can do so by selecting Use our credentials
. However, if you wish to use your own application,
select Use your own credentials
. Provide the aquired Client Id and Client secret and save it.
Configuring Scopes
Cobalt lets you configure what permissions to ask from your users while they install your application. The scopes can be added or removed from the App settings page, under Permissions & Scopes
section.
For some applications Cobalt sets mandatory scopes which cannot be removed. Additional scopes can be selected from the drop down. Cobalt also has the provision to add any custom scopes supported by the respective platform.
Once the scopes has been added to the application in Cobalt, go to your Gong Developer Hub and update the scopes as added on Cobalt.
Select the OAuth App created for Cobalt > Click on Edit
option of the app > Add the scopes as added in Cobalt > Click on Save
.
If you are facing scopes missing or invalid scope error. Make sure you are not passing any custom scope not supported by the platform. And, the scopes selected here are identical to the ones selected in the platform.
Publishing Gong App
While you’re creating your app, the app is set to Private by default, and can only be used by you in your Gong account. For the app to authenticate with your users, the app needs to be published.
Learn more about how to publish Gong app here.
Actions and triggers
Once the above setup is completed, you can create orchestrations of your use-cases using Gong actions and triggers. Following are the set of Gong actions and triggers supported by Cobalt.