calcom / cal.com

Scheduling infrastructure for absolutely everyone.
https://cal.com
Other
32.65k stars 8.1k forks source link

Trigger bookingScheduled Callback on Recap Screen in Calendar Embed #16665

Open fabriziospadaro opened 2 months ago

fabriziospadaro commented 2 months ago

Is your proposal related to a problem?

I need to trigger an event after an event is scheduled. My current problem is that bookingSuccessful is triggered even if a payment is required. I need a callback that triggers only when an event is paid.

Describe the solution you'd like

On the final screen of the calendar embed, where the recap is shown, it would be helpful to trigger an event called bookingScheduled.

Describe alternatives you've considered

I have also tried using the event routed or routeChanged, hoping they would expose the currently displayed screen, but that approach hasn't worked.

fabriziospadaro commented 1 month ago

This is really important for marketing purposes, because without it, it would be impossible to send the purchase event to GA4.