Migrated from Redmine #640 | Author: Marion Mai Status: Closed | Priority: High, I’m very impatient | Created: 2021-01-20
Good afternoon,
I would like to know if there is a way to get a callback when the booking widget has successfully created a new event. As there are API call from the widget,
I was wondering if I could get directly a message telling me “it’s all good the booking was successful”.
hi, there is callback settings from all booking events under API plugin settings. We do not have special callbacks for widget
Thanks for the quick answer. So I can’t retain the context of my webpage ?
My use case was, I have specific information about my user.
The user create a new booking event with your widget
The user stays on the same page, and when the booking is successful it links the booking event with his info stored in our DB.
But without any callback from the widget UI. Can I get at least the booking event ID from my webpage ?
So when I get the callback from my back-end, I can find the link between the event and my client.
I guess I could do the link with the email registered for the booking, but nothing can stop the customer to choose a totally different email than the one registered in our DB.