Calendly credentials#
You can use these credentials to authenticate the following nodes:
Supported Calendly plans
The Calendly Trigger node relies on Calendly webhooks. Calendly only offers access to webhooks in their paid plans.
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 a Calendly account and:
- An API Key or Personal Access Token
To get your access token:
- Go to the Calendly Integrations & apps page.
- Select API & Webhooks.
- In Your Personal Access Tokens, select Generate new token.
- Enter a Name for your access token, like
n8n integration
. - Select Create token.
- Select Copy token and enter it in your n8n credential.
Refer to Calendly's API authentication documentation for more information.
Using OAuth2#
To configure this credential, you'll need a Calendly developer account and:
- A Client ID
- A Client Secret
To get both, create a new OAuth app in Calendly:
- Log in to Calendly's developer portal and go to My apps.
- Select Create new app.
- Enter a Name of app, like
n8n integration
. - In Kind of app, select Web.
- In Environment type, select the environment that corresponds to your usage, either Sandbox or Production.
- Calendly recommends starting with Sandbox for development and creating a second application for Production when you're ready to go live.
- Copy the OAuth Redirect URL from n8n and enter it as a Redirect URI in the OAuth app.
- Select Save & Continue. The app details display.
- Copy the Client ID and enter this as your n8n Client ID.
- Copy the Client secret and enter this as your n8n Client Secret.
- Select Connect my account in n8n and follow the on-screen prompts to finish authorizing the credential.
Refer to Registering your application with Calendly for more information.