Skip to main content

Overview

Schedule, manage, and route Calendly events from your workflows. Call actions with automationType, action, and params from any workflow node that supports automations.

Authentication

  • Calendly OAuth 2.0 access token (or Personal Access Token).

Available Actions

Click any action to jump to its example payload. Activity Logs Availability Event Invitees Event Types Groups Organizations Routing Forms Scheduled Events Scheduling Links Users Webhooks

Examples

Example 1: Calendly: Get Current User

Get information about the authenticated user

Example 2: Calendly: List Events

List scheduled events with optional filtering

Example 3: Calendly: Get Event

Get a specific scheduled event by UUID

Example 4: Calendly: List Event Invitees

List invitees for a specific event

Example 5: Calendly: List Event Types

List available event types

Example 6: Calendly: Get Event Type

Get a specific event type by UUID

Example 7: Calendly: List Webhook Subscriptions

List webhook subscriptions for the authenticated user or organization

Example 8: Calendly: Create Webhook Subscription

Create a new webhook subscription

Example 9: Calendly: List Organization Memberships

List organization memberships

Example 10: Calendly: Get Organization

Get organization details (via list_organization_memberships or direct API call)

Example 11: Calendly: Cancel Event

Cancel a scheduled event

Example 12: Calendly: Delete Scheduled Event Data

Delete scheduled event data for compliance

Example 13: Calendly: Get Event Invitee

Get a specific invitee for an event

Example 14: Calendly: Delete Invitee Data

Delete invitee data for compliance

Example 15: Calendly: Create Invitee No Show

Mark an invitee as a no-show

Example 16: Calendly: Get Invitee No Show

Get no-show information for an invitee

Example 17: Calendly: Delete Invitee No Show

Delete a no-show record

Example 18: Calendly: Create One-Off Event Type

Create a one-time event type

Example 19: Calendly: List Event Type Available Times

Get available time slots for an event type

Example 20: Calendly: List Event Type Hosts

List hosts for an event type

Example 21: Calendly: Get User

Get a specific user by UUID

Example 22: Calendly: List User Availability Schedules

List availability schedules for a user

Example 23: Calendly: Get User Availability Schedule

Get a specific availability schedule for a user

Example 24: Calendly: List User Busy Times

List busy time slots for a user

Example 25: Calendly: Get Organization Membership

Get a specific organization membership by UUID

Example 26: Calendly: Invite User to Organization

Invite a user to join an organization

Example 27: Calendly: Revoke Organization Invitation

Revoke a pending organization invitation

Example 28: Calendly: List Organization Invitations

List pending invitations for an organization

Example 29: Calendly: Get Organization Invitation

Get a specific organization invitation by UUID

Example 30: Calendly: Remove User from Organization

Remove a user from an organization

Example 31: Calendly: List Groups

List groups in an organization

Example 32: Calendly: Get Group

Get a specific group by UUID

Example 33: Calendly: List Group Relationships

List relationships for a group

Example 34: Calendly: Get Group Relationship

Get a specific group relationship by UUID

Example 35: Calendly: List Routing Forms

List routing forms in an organization

Example 36: Calendly: Get Routing Form

Get a specific routing form by UUID

Example 37: Calendly: List Routing Form Submissions

List submissions for a routing form

Example 38: Calendly: Get Routing Form Submission

Get a specific routing form submission by UUID

Example 39: Calendly: Get Webhook Subscription

Get a specific webhook subscription by UUID

Example 40: Calendly: Delete Webhook Subscription

Delete a webhook subscription

Example 41: Calendly: Get Sample Webhook Data

Get sample webhook payload data for testing

Create a single-use scheduling link for an event type (used to create events)

Example 43: Calendly: Create Share

Create a customized share link for an event type

Example 44: Calendly: List Activity Log Entries

List activity log entries for an organization

Third-Party Documentation