There is a custom state that I want to be triggered after a user books a meeting slot on Calendly. The thing about Calendly is that it opens up as a full-screen popup and I have no control over its elements.
I tried placing the Calendly popup on top of a Bubble popup but that does not work.
I normally pass along parameters to the confirmation page instead of using a popup calendly widget. Even better, use the calendly webhook instead to make sure things don’t get sent over twice. You can trigger something from that if you need to as well. Does that help give you some options?