Webhook v2 issue

Hi,

Here is the raw content of a notifications we receive:

{“payload”:{“account_id”:“g9zKd70LR4SdsabxPR1dZw”,“meeting”:{“duration”:180,“start_time”:“2018-12-06T05:43:21Z”,“timezone”:“Australia/Brisbane”,“topic”:“FB - Session 1”,“id”:“939454966”,“type”:5,“uuid”:“W+z59FPESg2/yHtOms6D6w==”,“host_id”:“jJeU8EtPTzmLBlijXoApZA”},“event”:“meeting_ended”}

formatted:

{
“payload”: {
“account_id”: “g9zKd70LR4SdsabxPR1dZw”,
“meeting”: {
“duration”: 180,
“start_time”: “2018-12-06T05:43:21Z”,
“timezone”: “Australia/Brisbane”,
“topic”: “FB - Session 1”,
“id”: “939454966”,
“type”: 5,
“uuid”: “W+z59FPESg2/yHtOms6D6w==”,
“host_id”: “jJeU8EtPTzmLBlijXoApZA”
},
“event”: “meeting_ended”
}

This is missing a closing bracket.
Also your payload schema pages are just returning not found.

Any suggestion?

Thanks,
Attila

I see no one is too keen to answer but anyway here is some more information:

This page is broken in your docs:

Click on Webinar Events.
Takes you to this page.
https://marketplace.zoom.us/docs/docs/api-reference/webhook-reference/webinar-events
This page is empty. maybe you guys should fix this.

It turns out if I remove one of the “/docs” from the url it does go to the page where it lists the webinar notification schemas.

Here is webinar started:
{
“event”: “string”,
“payload”: {
“account_id”: “string”,
“object”: {
“id”: “string”,
“uuid”: “string”,
“host_id”: “string”,
“topic”: “string”,
“type”: “integer”,
“timezone”: “string”,
“duration”: “integer”
}
}
}

and here is again the log what we are recieving:

{
“payload”: {
“account_id”: “g9zKd70LR4SdsabxPR1dZw”,
“meeting”: {
“duration”: 180,
“start_time”: “2018-12-06T05:43:21Z”,
“timezone”: “Australia/Brisbane”,
“topic”: “FB - Session 1”,
“id”: “939454966”,
“type”: 5,
“uuid”: “W+z59FPESg2/yHtOms6D6w==”,
“host_id”: “jJeU8EtPTzmLBlijXoApZA”
},
“event”: “meeting_ended”
}

Are you guys keep changing this or the doc is wrong?

Attila

Hi @a.toth,

Is this the meeting webhook correct?