You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
///
18
18
19
19
## Supported authentication methods
20
20
@@ -27,28 +27,40 @@ Refer to [Calendly's API documentation](https://developer.calendly.com/getting-s
27
27
28
28
## Using API access token
29
29
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:
31
35
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.
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.
33
42
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.
34
44
35
45
## Using OAuth2
36
46
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:
38
48
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**
41
51
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:
43
53
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.
45
65
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