Can I tag api-created meetings and send webhooks only to particular endpoints?

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

How To Reproduce
n/a

1 Like

hi @mankowitz

Welcome to the community.

Yes, Tags would be nice so you could sort meetings. We have some simple categories for events/webinars plus.

John

1 Like

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.

1 Like

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.

All the best

John