Skip to main content

Hi there

 

Does anyone know how to retrieve a Calendly UUID, based on an invitee URL through Calendly’s APIs? For context, I am using the Typeform / Calendly integration with Make. The URL captured in Typeform doesn’t appear to include UUID information. 

 

Any help will be appreciated!

 

Thanks

Rhys

 

 

 

Hi Rhys,

Thanks for reaching out!

Currently, Calendly’s API doesn’t provide a direct way to retrieve a scheduled event UUID or invitee UUID just by using the invitee URL alone. The invitee URL typically doesn’t include the UUID in a way that can be extracted via the API.

What you can do instead is:

  1. Use the List Scheduled Events endpoint (GET /scheduled_events) filtered by your user or event type to retrieve scheduled events and their associated invitees.

  2. Match the invitee’s details (like email or name) from the API response with the information captured from Typeform.

  3. From the matched scheduled event, you can get the UUID you need.

This approach requires cross-referencing invitee information between Typeform and Calendly data.

If you’re using Make, you might be able to set up a workflow that pulls the scheduled events via API and matches them to Typeform responses as part of your automation.

I hope this helps! For more complex use cases or if you need help setting this up, feel free to reach out to Calendly Support via live chat (for paid plans) or email support@calendly.com.

-Javay
Developer Support, Calendly


“From the matched scheduled event, you can get the UUID you need.”

How is this done? I asked in a different thread. I am not seeing a field called “UUID”. Is the field called something else? 


Reply