Integrations
Calendly
Capture events coming from your embedded Calendly booking.
Overview
Koala can integrate with Calendly to capture events coming from your embedded Calendly booking iframe.
Automatic Setup
- Install the Koala snippet on the site where you are also embedding the Calendly booking iframe.
- Leave the Calendly plugin turned on (it’s on by default). Koala will automatically detect and capture Calendly events!
Out of the box, Koala will capture the following events:
- Calendly Profile Page Viewed
- Calendly Event Type Viewed
- Calendly Date and Time Selected
- Calendly Event Scheduled
Manual Setup
With a small bit of code you can capture key events in Koala as visitors interact with Calendly.
- Install the Koala snippet on the site where you are also embedding the Calendly booking iframe.
- Anywhere after the Koala snippet, within the
<body>
tag of your html add this code snippet:
This will start capturing all events bubbled from the Calendly widget in Koala, prefixed with the name “Calendly” (e.g. “Calendly Event Scheduled” or “Calendly Date and Time Selected”).
Calendly does not currently support passing any details about the booking to the parent window where Koala is installed, other than the event that a booking happened.