Skip to main content

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.

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! 


Reply