I set up a flow to trigger any time a new call is completed in Gong that will push transcript data along with some AI insights over to a Google sheet. I’d like to be able to run this flow I built for all of my Gong calls completed this year, not just ones moving forward. Is that possible?
Hi
For new calls you can use Gongs existing Zapier trigger

For existing calls you may have to use Zapier webhooks to query historic calls in Gong, and to take it a step further to get transcripts and more details, query data for individual calls. Both endpoints listed below:
- /v2/calls - specify calls within a date range
- /v2/calls/id - get data for a specific call
You’ll probably have to incorporate Looping by Zapier in your flow to accomplish this. Each loop should end in a Google Sheet update.
Hope this helps!
Hi
For processing past Gong calls, try this…
Export the data to a CSV from Gong.
Configure a Zap that triggers from a GDrive New File in Folder.
Use Files by Zapier to get the CSV Rows.
Use Looping to iterate thru each Row. (NOTE: MAX 500 loop iterations)
Hi
For new calls you can use Gongs existing Zapier trigger

For existing calls you may have to use Zapier webhooks to query historic calls in Gong, and to take it a step further to get transcripts and more details, query data for individual calls. Both endpoints listed below:
- /v2/calls - specify calls within a date range
- /v2/calls/id - get data for a specific call
You’ll probably have to incorporate Looping by Zapier in your flow to accomplish this. Each loop should end in a Google Sheet update.
Hope this helps!

Hi
For processing past Gong calls, try this…
Export the data to a CSV from Gong.
Configure a Zap that triggers from a GDrive New File in Folder.
Use Files by Zapier to get the CSV Rows.
Use Looping to iterate thru each Row. (NOTE: MAX 500 loop iterations)
Try searching Gong help links about the possibility of downloading data: https://help.gong.io/docs/download-call-data
Try searching Gong help links about the possibility of downloading data: https://help.gong.io/docs/download-call-data
I don’t believe you can mass download/export call transcripts. You can do it one by one, but if you export call data, it won’t include the transcript.
Try reaching out to Gong Support to see if there is a way to download the desired data from Gong.
Hi
For new calls you can use Gongs existing Zapier trigger

For existing calls you may have to use Zapier webhooks to query historic calls in Gong, and to take it a step further to get transcripts and more details, query data for individual calls. Both endpoints listed below:
- /v2/calls - specify calls within a date range
- /v2/calls/id - get data for a specific call
You’ll probably have to incorporate Looping by Zapier in your flow to accomplish this. Each loop should end in a Google Sheet update.
Hope this helps!

- GET /v2/calls - specify calls within a date range
- GET /v2/calls/id - get data for a specific call
Gong API endpoint docs to get Call Transcript: https://gong.app.gong.io/settings/api/documentation#post-/v2/calls/transcript

Hey
Did the “Retrieve transcripts of calls” endpoint allow you to get the transcript that you were after?
Want to make sure you’re all set here so let us know if you still need any help at all!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.