Calendly API - Scheduling & Booking Automation avatar

Calendly API - Scheduling & Booking Automation

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Calendly API - Scheduling & Booking Automation

Calendly API - Scheduling & Booking Automation

Automate your Calendly scheduling with the official API. List event types, manage scheduled events, check availability, sync invitee data, and create webhook subscriptions. Perfect for CRM integration, appointment automation, and availability management.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

0

Monthly active users

5 days ago

Last modified

Share

Automate Calendly scheduling workflows. List event types, manage scheduled events, check availability, get user info, and sync booking data. Perfect for CRM integration, appointment automation, and availability management.

BYOK (Bring Your Own Key) -- you provide your own API credentials.


Before You Start

This actor requires your own API credentials to fetch real data.

Where to get your key: Calendly personal access token (from calendly.com/integrations/api_webhooks)

You can test with Demo Mode first (free, no key needed) to see the output format before committing.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true
}

Run with real data

{
"demoMode": false,
"task": "list_event_types",
"accessToken": "YOUR_API_KEY_HERE",
"webhookEvents": [
"invitee.created",
"invitee.canceled"
],
"webhookScope": "user",
"maxResults": 100
}

Input Parameters

ParameterTypeDefaultRequiredDescription
taskstring"list_event_types"Yes*Operation to perform
accessTokenstring-Yes*Calendly personal access token (from calendly.com/integrations/api_webhooks)
userUristring-NoUser URI (e.g., https://api.calendly.com/users/XXXXXXXX)
organizationUristring-NoOrganization URI for filtering
eventTypeUristring-NoEvent type URI for availability/event operations
scheduledEventUristring-NoScheduled event URI for event details/cancellation
inviteeUristring-NoInvitee URI for invitee details
membershipUristring-NoOrganization membership URI
routingFormUristring-NoRouting form URI
webhookUristring-NoWebhook subscription URI for deletion
startTimestring-NoStart time for availability/events (ISO 8601 format)
endTimestring-NoEnd time for availability/events (ISO 8601 format)
statusstring-NoFilter scheduled events by status
cancelReasonstring-NoReason for canceling a scheduled event
webhookCallbackUrlstring-NoURL to receive webhook notifications
webhookEventsarray["invitee.created","invitee.canceled"]NoEvents to subscribe to
webhookScopestring"user"NoScope of webhook (user or organization)
maxResultsinteger100NoMaximum number of results to return
resultWebhookUrlstring-NoURL to send results to (Zapier, Make, n8n, etc.)
demoModebooleantrueNoRun with sample data (no access token required)

*Required when Demo Mode is off.


Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
API RequestEach Calendly API request processed$0.01

Demo mode is free -- no charges for sample data.


Troubleshooting

"API key is required"

You have Demo Mode turned off but didn't provide an API key. Either:

  • Turn Demo Mode on to test with sample data
  • Add your API key in the input

"API error 403" or "Unauthorized"

Your API key is invalid, expired, or doesn't have access to this specific API endpoint. Double-check your key and account permissions.

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • API key without proper permissions
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal