Event on booking confirmation on iframe embed

I see an event is fired on multiple steps from the iframe through the booking process.
The data field on the event seems to be the height in px.

Is there any way a event is fired on booking confirmation so that I can do something on the view after booking confirmation. ( I see data is always 450 on booking confirmation, will this be the case all the time, seems hacky.)

Calendly has a similar event being fired.

Any help would be appreciated.

@adityabee great question. Right now we cannot send other events. The height adjustment is from a script that makes the height of the iframe match your availability and booking form.

You can redirect after booking to any page you want: redirect after booking

You can pass any data into this URL as well with Shorthand codes as explained in the article above. Beyond this you can fire a webhook into another system after booking confirmation.