Description
Meeting webhooks for meeting.ended
and recording.completed
are double posting to my application causing conflict in my application. Double post is happening at the same exact time, not a few minutes later like you would get if your server didn’t post a 200 response fast enough.
This hasn’t been a problem until today. Seems to be hit and miss. Sometimes it works fine, but I have had a few dozen meetings with this issue today.
Error
Two recording download processes spin up instead of one because the zoom webhook was triggered twice. (Application specific issue.)
Which App Type (OAuth / Chatbot / JWT / Webhook)?
Webhook
Which Endpoint/s?
meeting.ended
and recording.completed
Screenshots (If applicable)