Skip to content

Calendly credentials#

You can use these credentials to authenticate the following nodes:

Prerequisites#

Create a Calendly premium account.

Supported authentication methods#

  • API access token
  • OAuth2

Refer to Calendly's API documentation for more information about the service.

Using API access token#

To configure this credential, you'll need:

Using OAuth2#

To configure this credential, you'll need:

  • A Client ID: Generated when you create a new OAuth app.
  • A Client Secret: Generated when you create a new OAuth app.

To create a new OAuth app after logging in to Calendly's developer portal, go to Account > My Apps > Create new app.

To set up the integration:

  1. Give your app a name like n8n Automation.
  2. Set Kind of app to Web.
  3. Set Environment type to Sandbox or Production.
  4. Copy the OAuth Redirect URL from n8n and enter it as a Redirect URI in the OAuth app.
  5. Copy the Client ID for the Calendly app and enter this as your n8n Client ID.
  6. Copy the Client secret from Calendly and enter this as your n8n Client Secret.

Refer to Registering your application with Calendly for more information.