Set up credentials
You generate an API access key and secret from your Gong settings. Only a Gong technical administrator can create API credentials.Open Company Settings
Log in to Gong as a technical admin and open Company Settings (called
Admin Center in newer versions).
Gong uses these credentials for Basic authentication. The access key acts as
the username and the secret acts as the password.
Connect to Adapt
Add your credentials
Enter the values you gathered above, then click Add connection:
You can rename the connection and choose whether it is shared with your
organization or kept personal to you.
| Secret Name | Value |
|---|---|
GONG_ACCESS_KEY | Your Gong API access key |
GONG_ACCESS_SECRET | Your Gong API access key secret |
Security
- Credentials are encrypted at rest with AES-256
- The credentials are scoped to the permissions of the admin who generated them, so grant only the API scopes your use case needs
- Rotate the key pair periodically and regenerate it immediately if it is exposed
- Never share the access key or secret publicly or commit them to source control