Skip to content

Calendly ​

Manage scheduling, events, invitees, and availability via Calendly.

DetailValue
CategoryScheduling
Base URLhttps://api.calendly.com
AuthenticationBearer Token
Endpoints6
Connector keycalendly

Using Calendly in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Calendly from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /users/meGet current user
GET /event_typesList event types
GET /scheduled_eventsList scheduled events
GET /scheduled_events/{eventUuid}Get a scheduled event
GET /scheduled_events/{eventUuid}/inviteesList event invitees
POST /scheduled_events/{eventUuid}/cancellationCancel an event

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.