cal.com icon indicating copy to clipboard operation
cal.com copied to clipboard

Not receiving Meeting Ended webhook

Open xta opened this issue 7 months ago • 4 comments

Found a bug? Please fill out the sections below. 👍

Issue Summary

Not receiving Meeting Ended webhook

Steps to Reproduce

  1. Created an event
  2. Both individuals joined the cal.com video meeting arond the meeting start time
  3. Somewhere during/end of the meeting time, both participants left the meeting
  4. Did not receive any triggerEvent for MEETING_ENDED. My webhook is setup with MEETING_ENDED as one of the events

Any other relevant information. For example, why do you consider this a bug and what did you expect to happen instead?

Actual Results

I get the meeting created, rescheduled, etc. webhooks. Not getting Meeting Ended at my webhook server

Expected Results

Getting Meeting Ended at my webhook server

Technical details

Both joined & left the cal.com video event

Evidence

hooks

No events received by my server (no logs to show)

xta avatar Nov 15 '23 00:11 xta

For this issue, I would be happy to get criteria on how the Meeting Ended webhook is triggered. What are the criteria necessary? So that I could trigger the event on our end

Thanks

xta avatar Nov 15 '23 00:11 xta

I did just receive an empty body {}. Not sure if this was the MEETING_ENDED webhook? There was not triggerEvent or any detail

xta avatar Nov 15 '23 00:11 xta

Is there any information on the [Booking Rejected] webhook event? I declined in gmail/google calendar and I didn't see any webhook. I have all webhook events subscribed.

How do we handle the gmail event declined scenario?

Not sure if I need to create a new ticket for this. Thanks @PeerRich!

xta avatar Nov 18 '23 01:11 xta

This might be the issue causing @xta to not receive this webhook. My guess is that the event is actually being sent but the endpoint that is configured to receive it is silently failing since it has an unexpected content-type.

aecorredor avatar Nov 21 '23 19:11 aecorredor