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
Related resources#
Refer to Calendly's API documentation for more information about the service.
Using API access token#
To configure this credential, you'll need:
- An API Key or Personal Access Token: Refer to Calendly's API authentication documentation for information on generating a personal access token (PAT).
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:
- Give your app a name like n8n Automation.
- Set Kind of app to Web.
- Set Environment type to Sandbox or Production.
- Copy the OAuth Redirect URL from n8n and enter it as a Redirect URI in the OAuth app.
- Copy the Client ID for the Calendly app and enter this as your n8n Client ID.
- Copy the Client secret from Calendly and enter this as your n8n Client Secret.
Refer to Registering your application with Calendly for more information.