Question

UTM parameters for a scheduled event on calendly

  • 21 December 2023
  • 1 reply
  • 137 views

I am using this API endpoint to get calendly events that were scheduled "https://api.calendly.com/scheduled_events" for one day before current day's date, but I am not able to fetch the UTM parameters related to that scheduled event from that calendly API endpoint, so is there a way to get UTM parameters for a scheduled event in calendly through API?


1 reply

Userlevel 2

Hi @FCI53621!

The UTM parameters will be found on the invitee resource instead of the event resource.

To get a list of invitees, you can call the list event invitees endpoint for a specific event.

Events will often have only one invitee, but group event types will allow for many invitees. The UTM parameters for each invitee’s booking would be collected separately, which is why this information lives on the invitee and not the event resource.

Reply