Recording and transcript completion webhooks

Description
Hello, I am trying to find a way to implement webhooks for recording, transcript and summary generation. I am unable to find any concrete documentation for the same.
Zoom support told me to create a new topic for this as to get any help from developers.
Kindly let me know where can i find some docs for my request
Thanks

hi @Nextyn
welcome to the forum.
You can not simply have a webhook.
You would have to build an app and that would get authority and request the webhooks and then could take action,
If you are doing this for your organisation, then you could look at creating a server to server app.
all the best

John

Hi John,

Thanks a lot for your reply. Can you please help with regards to how to build the server to server app?

Also, does zoom provide any APIs for call transcript just like cloud recording API?

HI @Nextyn

There is plenty of documentation, as well as example code. I suggest you start here

Transcripts can be part of the recording API.

All the best

John