API Endpoint(s) and/or Zoom API Event(s)
webhooks
Description
We are noticing that our logs show multiple webhook post calls that are referring to the same event. In fact we received 3 of the same events. Second one arrived 5 minutes after the first, and the third one arrived 20 minutes after the second one. I figured it was possibly an exponential backoff retry, but the endpoint always returned a 200 OK http response.
Note
I confirmed that the dev/prod environment configurations do not share the same webook endpoint configuration.
Event Payload
{
"payload": {
"account_id": "KbpEtdj**************",
"object": {
"uuid": "Jb6IeTNSQM2bI4/uHTFWbg==",
"participant": {
"leave_time": "2023-01-12T00:20:05Z",
"user_id": "REDACTED",
"user_name": "REDACTED Notetaker",
"registrant_id": "",
"leave_reason": "left the meeting. Reason : Removed by host.",
"email": "",
"participant_uuid": "1THEbw9LTtSQ-d_-tSS0DQ"
},
"id": "84286945660",
"type": 2,
"topic": "debug-transcriber-removed",
"host_id": "REDACTED",
"duration": 50,
"start_time": "2023-01-12T00:18:35Z",
"timezone": "America/Los_Angeles"
}
},
"event_ts": 1673482807429,
"event": "meeting.participant_left"
}