Calendly ​
Manage scheduling, events, invitees, and availability via Calendly.
| Detail | Value |
|---|---|
| Category | Scheduling |
| Base URL | https://api.calendly.com |
| Authentication | Bearer Token |
| Endpoints | 6 |
| Connector key | calendly |
Using Calendly in a workflow ​
- Go to Connections and click New Connection.
- Pick Calendly from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /users/me | Get current user |
| GET /event_types | List event types |
| GET /scheduled_events | List scheduled events |
| GET /scheduled_events/{eventUuid} | Get a scheduled event |
| GET /scheduled_events/{eventUuid}/invitees | List event invitees |
| POST /scheduled_events/{eventUuid}/cancellation | Cancel an event |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.