Zoom API Event(s)
event_ts
field as mentioned here.
https://developers.zoom.us/docs/api/rest/webhook-reference/#request-body
Description
The following is the event payload we received from Zoom webhook notification:
{
"event": "chat_message.deleted",
"payload": {
"object": {
"date_time": "2023-05-11T01:58:43Z",
"timestamp": 1683770323217,
...
}
},
"event_ts": 1620659251879
}
You can see the timestamp within object is around 2023-05-11T01:58:43Z
, and we also confirmed we received the notification around the same time.
However, the event_ts
is way off (2021-05-10T15:07:31Z
), which appears to be two years ago.
X-Zm-Trackingid
header is v=2.0;rid=Webhook_82d9c419015a48eb9b7f780cdd57978b
for your reference.
Please help looking into the issue. We refer event_ts
field as the actual event occurred time and such inaccuracy is unacceptable.
Thanks.