Trigger a Custom State on Closing Calendly

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.

Any workarounds to make it possible?

You can use “A calendly widget event scheduled”
image

I don’t see anything related to Calendly under “Elements”. Probably I am using the free version or do I need to install some Calendly plugin for that?

@tunacardak might be using a plugin. You’re just using an HTML element, right?

I highly recommend you to check if there is a plugin first. They mostly save a lot of time. I installed zerocode calendly plugin

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? :blush:

This topic was automatically closed after 70 days. New replies are no longer allowed.