Hi everyone,
I’ve developed an Admin-managed app that should automatically receive meeting transcripts through the Zoom webhook for every call within an organization.
However, the webhook never triggers, and I don’t receive any payload on my endpoint.
Here’s what I’ve already verified:
-
The webhook endpoint is successfully validated (signature verification and test event both OK).
-
The following scopes are correctly configured:
meeting:read:list_registrants:admin
meeting:read:meeting:admin
cloud_recording:read:recording:admin
user:read:user:adminThat said, I don’t have a Pro account, and I’m wondering if that could be the reason why transcription webhooks aren’t firing.
Questions:
-
Do transcription or cloud recording webhooks require a Pro (or higher) account plan?
-
Is there a specific setting or permission that must be enabled to receive these events?
-
Is there any way to test transcription webhooks without a paid plan?
Thanks a lot for your help!
-