Start_time is not coming from meeting.ended webhook for a scheduled meeting

Description
When there is a meeting.ended webhook call, I am not getting start_time in the body as mentioned in the docs here(https://marketplace.zoom.us/docs/api-reference/webhook-reference/meeting-events/meeting-ending)

Error
The body received is(missing start_time):

{
"event": "meeting.ended", 
"event_ts": ****, 
"payload": {
"account_id": "****", 
"object": {
"duration": 90, 
"end_time": "2022-01-13T06:03:39Z", 
"host_id": "****", 
"id": "****", 
"timezone": "Asia/Calcutta", 
"topic": "****", 
"type": 2, 
"uuid": "****"
}
}
}

Which App Type (OAuth / Chatbot / JWT / Webhook)?
Webhook

Hi @shreyas

Thanks for reaching out to the Zoom Developer Forum, I am happy to help here!
Are you seeing this behavior for all the meetings? or was this an isolated event?

Best,
Elisa

Hi @elisa.zoom this was an isolated event. It has happened for two meetings so far.

1 Like

Thanks for the update @shreyas
Please let me know if you see this behavior again and I will be happy to provide support
Best,
Elisa

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.