APIs & Integrations
Gong OAuth
Overview
Pre-built tooling
✅ Authorization
✅ Authorization
✅ Read & write data
✅ Read & write data
Tools | Status |
---|---|
Pre-built integrations | ✅ |
API unification | ✅ |
2-way sync | ✅ |
Webhooks from Nango on data modifications | ✅ |
Real-time webhooks from 3rd-party API | 🚫 (time to contribute: <48h) |
Proxy requests | ✅ |
✅ Observability & data quality
✅ Observability & data quality
Tools | Status |
---|---|
HTTP request logging | ✅ |
End-to-type type safety | ✅ |
Data runtime validation | ✅ |
OpenTelemetry export | ✅ |
Slack alerts on errors | ✅ |
Integration status API | ✅ |
✅ Customization
✅ Customization
Tools | Status |
---|---|
Create or customize use-cases | ✅ |
Pre-configured pagination | 🚫 (time to contribute: <48h) |
Pre-configured rate-limit handling | 🚫 (time to contribute: <48h) |
Per-customer configurations | ✅ |
Pre-built integrations
Calls
Calls
Users
Users
Endpoint | Description | Readme |
---|---|---|
GET /users | Fetches the list of gong users | 🔗 |
Not seeing the integration you need? Build your own independently.
Access requirements
Pre-Requisites | Status | Comment |
---|---|---|
Paid dev account | ❓ | |
Paid test account | ❓ | |
Partnership | ❓ | |
App review | ❓ | |
Security audit | ❓ |
Setup guide
No setup guide yet.
Need help getting started? Get help in the community.
Contribute improvements to the setup guide by editing this page
Useful links
Gong offers both Basic auth (API key) and OAuth as authentication. Nango implements both. To register an OAuth app, you need to request a developer account. At first, the OAuth app will be private (only for test) and you need an additional approval to make it public.
- How to find API credentials (for end-users)
- Request a developer account to create an OAuth app
- API Docs
- Oauth-related docs
- API rate limiting
- SCIM API Docs
- Retrieve Access Key and Access Key Secret
Contribute useful links by editing this page
API gotchas
- End users can generate API keys on the Gong API page. They must have the “technical administrator” user role to do this.
- Gong uses BASIC auth for their API, but doesn’t call them username and password:
Access Key
is the username in Nango andAccess Key Secret
is the password in Nango. - Gong rate-limits are per second and a total of 10k requests a day.
- Gong-oauth uses
api_base_url_for_customer
, which varies for each customer, as itsbase_url
for proxy requests. This parameter is returned in the response ofgenerate-customer-token
. - By default Gong limits your company’s access to the service to 3 API calls per second, and 10,000 API calls per day. You may however change this rates by contacting help.
Contribute API gotchas by editing this page
Connect to Gong
Guide to connect to Gong API using Nango Connect.