Webhook notifications aren't working right now

Description
I have a webhook application where I manage the start / end events and join / left events of the participants in a webinar. The notifications arrived correctly until yesterday, but now the join / left notifications are not fired (while the start / end ones continue to work). No changes have been made to the configuration and application in the meantime.
There are no errors detected, the notifications are simply not fired and are not even present in the Call Logs in the dashboard.

Error
No error detected, but notification non fired.

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

Which Endpoint/s?
na

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Request URL / Headers (without credentials) / Body
  2. See error

Screenshots (If applicable)
na

Additional context
na

Update: While a few hours ago the join and left notifications did not arrive at all now they are fired with a huge and unusual delay varying between 20 and 40 minutes, while previously the delay was limited to a few seconds.

Hey @mustentdev,

Thanks for reporting this.

Can you private message me the delayed webhook payloads and meetingIDs so i can check the logs?

Thanks,
Tommy

Hi, thanks for you reply.

First of all I would like to tell you that yesterday I did not encounter any particular problems (3-4 seconds delay).

Below I give you an example which I copied from the log to the dashboard.

Meeting id: ***********
Event: webinar.participant_joined
Event date (in my local time) 19/4/2020 10:48:32
Notify fired (in my local time) 19/4/2020 11:20.21 (more than half an hour later)

Also this is the code of a meeting for which the join / left notifications never came: ***********

{
applicationId: “xig–KJDRdqPCIjL-cOMUQ”,
monitorTime: 1587288021512,
traceId: “Webhook_54bf6381791b45169cbce41dd3eb9340”,
accountId: “5xheyz–RVS9tCjFTFX3ow”,
event: “webinar.participant_joined”,
status: “200”,
userId: “16779264”,
url: “https://www.quickmcm.online/VCSPI/getzoomevent.aspx”,
subscriptionId: “FFx_xtGaSHG1w0sfle0jgw”,
requestHeaders: “N/A”,
requestBody: {
event: “webinar.participant_joined”,
payload: {
account_id: “5xheyz–RVS9tCjFTFX3ow”,
object: {
duration: 40,
start_time: “2020-04-19T08:41:45Z”,
timezone: “Europe/Rome”,
topic: “Aula virtuale 2”,
id: “***********”,
type: 5,
uuid: “n+8/ygKlQRaQkMRffwDnyA==”,
participant: {
id: “-JDNOz7QSKqRJB7cqdPFnw”,
user_id: “16779264”,
user_name: “DANIELE ICL MANFREDI ICL”,
join_time: “2020-04-19T08:48:32Z”
},
host_id: “9TWiyYXRT1y6XvyTTcYQfg”
}
}
},
responseHeaders: {
Server: “Microsoft-IIS/8.5”,
Content-Length: “2”,
Date: “Sun, 19 Apr 2020 09:20:21 GMT”,
Content-Type: “text/html; charset=utf-8”
},
runTime: “702”,
ttl: 1589880023,
requestParameters: undefined,
responseData: undefined
}

*This post has been edited to remove any meeting / webinar IDs

Thanks @mustentdev,

Please let us know if you see additional webhook issues.

Thanks,
Tommy

At this moment there are no issues, the notifications arrive with an acceptable delay of 3-4 seconds.

thanks, Daniele

1 Like

Thanks for the update! :slight_smile:

-Tommy