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.
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
orrouteChanged
, hoping they would expose the currently displayed screen, but that approach hasn't worked.