* 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>
40 lines
1.7 KiB
Markdown
40 lines
1.7 KiB
Markdown
# Gong
|
|
|
|
## Sync overview
|
|
|
|
The Gong source supports both Full Refresh only.
|
|
|
|
This source can sync data for the [Gong API](https://us-14321.app.gong.io/settings/api/documentation#overview).
|
|
|
|
### Output schema
|
|
|
|
This Source is capable of syncing the following core Streams:
|
|
|
|
- [answered scorecards](https://us-14321.app.gong.io/settings/api/documentation#post-/v2/stats/activity/scorecards)
|
|
- [calls](https://us-14321.app.gong.io/settings/api/documentation#get-/v2/calls)
|
|
- [scorecards](https://us-14321.app.gong.io/settings/api/documentation#get-/v2/settings/scorecards)
|
|
- [users](https://us-14321.app.gong.io/settings/api/documentation#get-/v2/users)
|
|
|
|
### 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](https://us-14321.app.gong.io/settings/api/documentation#overview) for information on how to obtain the API keys.
|
|
|
|
## Changelog
|
|
|
|
| Version | Date | Pull Request | Subject |
|
|
| :------ | :--------- | :------------------------------------------------------- | :------------------------ |
|
|
| 0.1.0 | 2022-10-27 | [18819](https://github.com/airbytehq/airbyte/pull/18819) | Add Gong Source Connector |
|