gong, gong-oauth
Features
| Feature | Status |
|---|---|
| Auth (Basic + OAuth) | ✅ |
| Syncs & Actions | ✅ |
| Nango Proxy | ✅ |
| Auto-pagination | 🚫 (time to contribute: <1h) |
| API-specific rate limits | 🚫 (time to contribute: <1h) |
Getting started
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
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 Keyis the username in Nango andAccess Key Secretis the password in Nango. - Gong rate-limits are per second and a total of 10k requests a day.
Add Getting Started links and Gotchas by editing this page