Skip to content

Commit 03513ba

Browse files
authored
DOC-1075: Update Calendly credentials to medium tier template (n8n-io#2431)
1 parent 02e84b2 commit 03513ba

File tree

1 file changed

+31
-19
lines changed

1 file changed

+31
-19
lines changed

docs/integrations/builtin/credentials/calendly.md

Lines changed: 31 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ You can use these credentials to authenticate the following nodes:
1212

1313
- [Calendly Trigger](/integrations/builtin/trigger-nodes/n8n-nodes-base.calendlytrigger/)
1414

15-
## Prerequisites
16-
17-
Create a [Calendly](https://www.calendly.com/){:target=_blank .external-link} premium account.
15+
/// warning | Supported Calendly plans
16+
The Calendly Trigger node relies on Calendly webhooks. Calendly only offers access to webhooks in their paid plans.
17+
///
1818

1919
## Supported authentication methods
2020

@@ -27,28 +27,40 @@ Refer to [Calendly's API documentation](https://developer.calendly.com/getting-s
2727

2828
## Using API access token
2929

30-
To configure this credential, you'll need:
30+
To configure this credential, you'll need a [Calendly](https://www.calendly.com/){:target=_blank .external-link} account and:
31+
32+
- An API Key or **Personal Access Token**
33+
34+
To get your access token:
3135

32-
- An API Key or **Personal Access Token**: Refer to [Calendly's API authentication documentation](https://developer.calendly.com/how-to-authenticate-with-personal-access-tokens){:target=_blank .external-link} for information on generating a personal access token (PAT).
36+
1. Go to the Calendly [**Integrations & apps**](https://calendly.com/integrations){:target=_blank .external-link} page.
37+
2. Select [**API & Webhooks**](https://calendly.com/integrations/api_webhooks){:target=_blank .external-link}.
38+
3. In **Your Personal Access Tokens**, select **Generate new token**.
39+
4. Enter a **Name** for your access token, like `n8n integration`.
40+
5. Select **Create token**.
41+
6. Select **Copy token** and enter it in your n8n credential.
3342

43+
Refer to [Calendly's API authentication documentation](https://developer.calendly.com/how-to-authenticate-with-personal-access-tokens){:target=_blank .external-link} for more information.
3444

3545
## Using OAuth2
3646

37-
To configure this credential, you'll need:
47+
To configure this credential, you'll need a [Calendly developer](https://developer.calendly.com){:target=_blank .external-link} account and:
3848

39-
- A **Client ID**: Generated when you create a new OAuth app.
40-
- A **Client Secret**: Generated when you create a new OAuth app.
49+
- A **Client ID**
50+
- A **Client Secret**
4151

42-
To create a new OAuth app after logging in to [Calendly's developer portal](https://developer.calendly.com/console/apps){:target=_blank .external-link}, go to **Account > My Apps > Create new app**.
52+
To get both, create a new OAuth app in Calendly:
4353

44-
To set up the integration:
54+
1. Log in to Calendly's developer portal and go to [**My apps**](https://developer.calendly.com/console/apps){:target=_blank .external-link}.
55+
1. Select **Create new app**.
56+
1. Enter a **Name of app**, like `n8n integration`.
57+
2. In **Kind of app**, select **Web**.
58+
3. In **Environment type**, select the environment that corresponds to your usage, either **Sandbox** or **Production**.
59+
- Calendly recommends starting with **Sandbox** for development and creating a second application for **Production** when you're ready to go live.
60+
4. Copy the **OAuth Redirect URL** from n8n and enter it as a **Redirect URI** in the OAuth app.
61+
5. Select **Save & Continue**. The app details display.
62+
5. Copy the **Client ID** and enter this as your n8n **Client ID**.
63+
6. Copy the **Client secret** and enter this as your n8n **Client Secret**.
64+
1. Select **Connect my account** in n8n and follow the on-screen prompts to finish authorizing the credential.
4565

46-
1. Give your app a name like **n8n Automation**.
47-
2. Set **Kind of app** to **Web**.
48-
3. Set **Environment type** to **Sandbox** or **Production**.
49-
4. Copy the **OAuth Redirect URL** from n8n and enter it as a **Redirect URI** in the OAuth app.
50-
5. Copy the **Client ID** for the Calendly app and enter this as your n8n **Client ID**.
51-
6. Copy the **Client secret** from Calendly and enter this as your n8n **Client Secret**.
52-
53-
54-
Refer to [Registering your application with Calendly](https://developer.calendly.com/create-a-developer-account){:target=_blank .external-link} for more information.
66+
Refer to [Registering your application with Calendly](https://developer.calendly.com/create-a-developer-account){:target=_blank .external-link} for more information.

0 commit comments

Comments
 (0)