1
0
mirror of synced 2025-12-30 12:04:43 -05:00
Files
airbyte/docs/integrations/sources/gong.md
Elliot T c755439513 🎉 New source: Gong (#18819)
* create boilerplate

* configure streams

* add docs

* edit schemas

* add gong to source def

* add gong to source def

* auto-bump connector version

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
2022-11-10 12:30:03 -03:00

1.7 KiB

Gong

Sync overview

The Gong source supports both Full Refresh only.

This source can sync data for the Gong API.

Output schema

This Source is capable of syncing the following core Streams:

Features

Feature Supported?(Yes/No) Notes
Full Refresh Sync Yes
Incremental - Append Sync No
Namespaces No

Performance considerations

The Gong connector should not run into Gong API limitations under normal usage. By default Gong limits your company's access to the service to 3 API calls per second, and 10,000 API calls per day.

Requirements

  • Gong API keys. See the Gong docs for information on how to obtain the API keys.

Changelog

Version Date Pull Request Subject
0.1.0 2022-10-27 18819 Add Gong Source Connector