Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source Gong: Add new stream /calls/extensive #45117

Merged
merged 8 commits into from
Sep 6, 2024
Prev Previous commit
Next Next commit
update docs
  • Loading branch information
btkcodedev committed Sep 4, 2024
commit 029721cbb3e6348b8664b9f79326b321c3e5e0d5
4 changes: 2 additions & 2 deletions docs/integrations/sources/gong.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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)
- [extensive calls]()
- [extensive calls](https://us-56804.app.gong.io/settings/api/documentation#post-/v2/calls/extensive)
- [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)

Expand Down Expand Up @@ -40,7 +40,7 @@ By default Gong limits your company's access to the service to 3 API calls per s

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------------------ |
| 0.3.0 | 2024-09-04 | [00000](https://github.com/airbytehq/airbyte/pull/00000) | Add new stream `extensive calls` |
| 0.3.0 | 2024-09-04 | [45117](https://github.com/airbytehq/airbyte/pull/45117) | Add new stream `extensive calls` |
| 0.2.1 | 2024-08-16 | [44196](https://github.com/airbytehq/airbyte/pull/44196) | Bump source-declarative-manifest version |
| 0.2.0 | 2024-08-15 | [44144](https://github.com/airbytehq/airbyte/pull/44144) | Refactor connector to manifest-only format |
| 0.1.17 | 2024-08-10 | [43481](https://github.com/airbytehq/airbyte/pull/43481) | Update dependencies |
Expand Down
Loading