Is it possible to automatically download a meeting transcript?
I'm using a private Zoom Marketplace app I created to send webhooks for when a meeting starts, ends, and when the recording is available in the cloud. In this last event, I'm using my own Python code so that, upon receiving this event, the meeting recording is downloaded. I'm currently downloading the recording transcript manually (by going to the "Cloud Recordings" tab on the Zoom page), but I'm wondering if there's a way to automatically download the transcript when I receive the notification that the recording is available in the cloud.
Show less