Skip to main content
Question

Google Drive Connector for Transcripts

  • March 25, 2025
  • 1 reply
  • 82 views

Forum|alt.badge.img

Hi - Is there any capabilities to have an automatic drop of new call transcripts for a specific account into a google drive? Ia m building some custom GPTs that I want to train off of these.

1 reply

Molly Kipnis
Forum|alt.badge.img+2
  • Community Manager
  • April 15, 2025

Hi ​@Nick Craig 

This would require the use of middleware like Zapier.

A few important points to keep in mind:

  • The API extracts data rather than a full document, so your solution would need to include a step for generating a document and inserting the data into it.

  • Transcripts retrieved via the API are in JSON format, so you'll need to implement a method to parse the JSON and convert it into a readable transcript format.

You may want to reach out to ​@Andrew O'Driscoll to see if he has any other ideas!