Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI Companion2022-03-25 09:37 AM
Has anyone had any luck figuring out how to automatically download Zoom Phone call recordings? A lot of companies that work with sensitive data have to keep local recordings and Zoom has failed to implement an SFTP automation. I know Zoom has an API, but I'm not a developer.
Solved! Go to Solution.
2022-03-29 03:52 AM
@Dtech SFTP download is not currently possible but you can certainly request this feature by visiting our Zoom Feedback form, which is the official way to share any feedback or feature requests with the Zoom team. Thanks!
_______________________________________________________
Leverage cool features and how to's from the Community Help Center. If my reply helped, don't forget to click the accept as solution button! ⤵️
2022-03-29 03:52 AM
@Dtech SFTP download is not currently possible but you can certainly request this feature by visiting our Zoom Feedback form, which is the official way to share any feedback or feature requests with the Zoom team. Thanks!
_______________________________________________________
Leverage cool features and how to's from the Community Help Center. If my reply helped, don't forget to click the accept as solution button! ⤵️
2022-04-07 11:46 AM
We have it working using the web hooks. We use web hooks to send us notifications on (1) ring; (2) answer; (3) recording complete and (4) transcription complete. Lots of good data that gets poked into our SQL database. On the recording complete post, it includes an URL for the recording file, so we do a second call and insert the recording into our database too.
We wrote a generic handler on our end that the webhook posts too.
Dan
2022-04-07 01:32 PM
@BigDanSRQ That's brilliant and thank you for sharing your solution. Yes, most features that are not available in the Zoom web portal can be solved with our publicly available APIs and web hooks.
Cheers!