About Gong
Gong is a revenue intelligence platform that captures and analyzes customer interactions across calls, emails, and web conferences. It provides insights into deal progression, coaching opportunities, and market trends to help revenue teams close more deals.What the Gong integration enables
| Capability | Description |
|---|---|
| Workflow Automation | Build Serval workflows to automate anything accessible via Gong’s REST APIs |
Key Features
- Access call recordings and transcripts
- Retrieve deal and opportunity data
- Manage users and permissions
- Analyze conversation insights
Common Use Cases
- Sync call data with CRM systems
- Automated deal risk alerts
- Coaching workflow triggers based on call metrics
- Customer interaction reporting
Gong configuration (in Gong)
Prerequisites
Before configuring the Gong integration in Serval, ensure you have:- Technical Administrator access to your Gong account
- Permissions to manage API keys in Gong settings
Generate API credentials
Navigate to API settings
- Log in to your Gong account as a Technical Administrator
- Click settings in the bottom left to enter the Admin Center
- Navigate to Ecosystem → API
- Click Get API Key
If you don’t see the API option, your Gong plan may not include API access, or you may need Technical Administrator permissions.
Copy your credentials
Gong provides two values:
| Credential | Description |
|---|---|
| Access Key | The public part of your API credential |
| Access Key Secret | The private part of your API credential |
Serval configuration
Once you have your Gong API credentials, follow these steps to configure the integration in Serval:Navigate to Gong integration
- In Serval, go to Applications → Available → Gong
- Click Connect
- The Gong configuration form will appear
Enter configuration details
Fill in the following fields:
| Field | Description | Example |
|---|---|---|
| API Base URL | Your Gong API base URL | https://XX-00000.api.gong.io/ |
| Access Key | Your Gong API access key | your-access-key |
| Secret Key | Your Gong API secret key | •••••••••••••••••••• |
How authentication works
Gong uses Basic Access Authentication. When Serval makes API requests to Gong on your behalf, it:- Combines your Access Key and Secret Key as
ACCESS_KEY:SECRET_KEY - Base64 encodes the combined string
- Sends the header:
Authorization: Basic <encoded-credentials>
Using Gong in workflows
Once connected, you can use Gong in your Serval workflows to automate revenue intelligence processes:- Calls: List calls, retrieve call details, transcripts, and recordings
- Users: Manage users, retrieve user activity and stats
- Deals: Access deal data and pipeline information
- Meetings: Retrieve scheduled and completed meetings
- Stats: Pull interaction stats and analytics
- Library: Access Gong’s call library and folders
The Gong integration provides access to all endpoints in the Gong API. Explore the API documentation to discover all available capabilities.
Troubleshooting
Authentication errors
Authentication errors
If you receive authentication errors:
- Verify the Access Key and Secret Key are correct
- Ensure the API key hasn’t been revoked or regenerated
- Check that your API Base URL matches your Gong instance
- Confirm your Gong plan includes API access
Permission denied errors
Permission denied errors
If requests fail with permission errors:
- Verify the API key was created by a Technical Administrator
- Check that the requested resource is accessible with your permissions
- Consult the Gong API documentation for required permissions per endpoint
Incorrect API Base URL
Incorrect API Base URL
If connections fail:
- Ensure you’ve included the full URL with protocol (e.g.,
https://XX-00000.api.gong.io/) - Check that the instance identifier matches your Gong account
- Try accessing the URL directly in a browser to confirm it’s correct
Additional Resources
Gong API Documentation
Complete API reference and guides for Gong
Gong Developer Portal
Manage API keys and access settings
Need help? Contact support@serval.com for assistance with your Gong integration.

