API Endpoint(s) and/or Zoom API Event(s)
POST hhttps://api.zoom.us/v2/users/{userid}/meetings
webhook: meeting.start
Description I have three systems: production, staging and QA. I’d like to attach a tag to the meeting when it is created so that webhooks regarding that meeting (e.g. started, participant joined, etc) will only be sent to the system that created the meeting.
Error? There are no errors. This is a feature request/how-to request
Tags is one part of the problem. The other part is getting the webhook to the correct system. For example, I could set the topic of the meeting to “PROD: meeting” or “QA: meeting” and then sort based on that. The problem is that I want to ensure that none of the prod data goes to qa due to privacy concerns. I would need some sort of lambda function on zoom to do the sorting.
You can register multiple hooks, but yes, to function not group.
Have you looked at the Zoom Groups or Roles tags to help. I am working on this for another app.