Get Calendly Scheduled Appointments with Webhook Data Get Calendly Scheduled Appointments with Webhook Data curl curl

Get Calendly Scheduled Appointments with Webhook Data


Once you set up your webhook, Calendly will send a POST request to your webhook URL. In other words, once an invitee books or cancels an invite, your webhook URL will receive the payload from Calendly for that specific event.

Webhooks are a little different from API endpoints. An API provides data at the time you send a request; e.g., "Give me a list of all of my users". Conversely, a webhook acts as a listener to some topic and is event-based; e.g., "Tell me when an invitee has booked a meeting (and tell me about the meeting).

Are you looking to get a list of all invitees/meetings? If so, we don't have an API endpoint for that now, but we'd love to hear what you're looking for and how we can help. You can reach out to us here (reference my name and I'll be able to sync up on your request).