Calendly helps you schedule meetings without the back-and-forth emails. It does not work with the free Basic account. It works with Premium or Pro account.

Changelog

9 versions
v3.2.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Calendly API.
v3.1.0
  • Added test() (Flow Test Mode) to all triggers: InviteeCreated, InviteeCanceled, InviteeNoShowCreated, InviteeNoShowDeleted — fetch the newest matching invitee via REST and reshape it into the exact webhook payload, without registering a webhook.
v3.0.4
  • Added output examples to component schemas.
v3.0.3
  • Reduced icon size for better performance.
v3.0.2
  • Handled webhook creation conflict error gracefully.
v3.0.0
  • (breaking change): Update components to use Calendly API v2. This change affect both InviteeCreated and InviteeCanceled.
  • InviteeCreated and InviteeCanceled have completely new output parameters. It is needed to map all the values from these components again.
  • (new) Invitee No Show Created: triggers when an invitee is marked as no-show.
  • (new) Invitee No Show Deleted: triggers when an invitee no-show mark is removed.
v2.0.0
  • Breaking Change: Updated authorization to OAuth2
v1.0.2
  • Provide friendly access to first 3 answers of custom questions.
v1.0.1
  • Initial version

Authentication

TypeDetails
OAuth 2
Authentication Hub Verified

This connector is globally authenticated and verified by Appmixer and is ready to use without registering your own OAuth application with the provider. Appmixer's Authentication Hub acts as an authentication proxy, so all OAuth-based connectors work out of the box. You can still use your own OAuth credentials (clientId and clientSecret) for enhanced customization or compliance — see the Connector Configuration section of the documentation. The Authentication Hub is enabled for all hosted Appmixer tenants; on self-managed installations it has to be explicitly set.

Triggers

4
Invitee Canceled icon

Invitee Canceled

Triggers when an event is canceled.
Invitee Created icon

Invitee Created

Triggers when a new event is created by an invitee.
Invitee No Show Created icon

Invitee No Show Created

Triggers when an invitee is marked as no-show.
Invitee No Show Deleted icon

Invitee No Show Deleted

Triggers when an invitee no-show mark is removed.

Actions

1
Make Api Call icon

Make Api Call

Performs an arbitrary authorized API call to the Calendly API.