mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
Merge branch 'smamudhan-thurs-kanban'
This commit is contained in:
commit
d577a9366e
@ -10,7 +10,7 @@ You can find information about the operations supported by the Contentful node o
|
||||
|
||||
Create a [Contentful](https://www.contentful.com/) account.
|
||||
|
||||
## Using API Key
|
||||
## Using Access Token
|
||||
|
||||
1. Open your Contentful dashboard.
|
||||
2. Open the 'Settings' dropdown list on the top bar.
|
||||
@ -18,5 +18,6 @@ Create a [Contentful](https://www.contentful.com/) account.
|
||||
4. Click on the ***Add API key*** button in the top right.
|
||||
5. Enter a name for the API key in the ***Name*** field and click ***Save***.
|
||||
6. Use the displayed ***Space ID***, ***Content Delivery API - access token***, and ***Content Preview API - access token*** with your Contentful node API credentials in n8n.
|
||||
7. Click on the ***Save*** button to save your credentials.
|
||||
|
||||

|
||||
|
||||
21
docs/nodes/credentials/ConvertKit/README.md
Normal file
21
docs/nodes/credentials/ConvertKit/README.md
Normal file
@ -0,0 +1,21 @@
|
||||
---
|
||||
permalink: /credentials/convertKit
|
||||
---
|
||||
|
||||
# ConvertKit
|
||||
|
||||
You can find information about the operations supported by the ConvertKit node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.convertKit) page. You can also browse the source code of the node on [GitHub](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/ConvertKit).
|
||||
|
||||
## Prerequisites
|
||||
|
||||
Create a [ConvertKit](https://convertkit.com/) account.
|
||||
|
||||
## Using Access Token
|
||||
|
||||
1. Access your ConvertKit dashboard.
|
||||
2. Click on the user icon in the top right and select ***Account settings***.
|
||||
3. Click on ***Show*** in the ***API Secret*** section to reveal the access token.
|
||||
4. Use the access token in the ***API Secret*** section with your ConvertKit API credentials in n8n.
|
||||
5. Click on the ***Save*** button to save your credentials.
|
||||
|
||||

|
||||
BIN
docs/nodes/credentials/ConvertKit/using-access-token.gif
Normal file
BIN
docs/nodes/credentials/ConvertKit/using-access-token.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 588 KiB |
27
docs/nodes/credentials/CustomerIo/README.md
Normal file
27
docs/nodes/credentials/CustomerIo/README.md
Normal file
@ -0,0 +1,27 @@
|
||||
---
|
||||
permalink: /credentials/customerIo
|
||||
---
|
||||
|
||||
# Customer.io
|
||||
|
||||
You can find information about the operations supported by the Customer.io node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.customerIo) page. You can also browse the source code of the node on [GitHub](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/CustomerIo).
|
||||
|
||||
## Prerequisites
|
||||
|
||||
Create a [Customer.io](https://customer.io/) account.
|
||||
|
||||
## Using Access Token
|
||||
|
||||
1. Open your Customer.io dashboard.
|
||||
2. Click on the user icon in the top right and select ***Account settings***.
|
||||
3. Click on ***API Credentials***.
|
||||
4. Click on the ***Create Tracking API Key*** button.
|
||||
5. Enter a name for the Tracking API Key in the ***Name*** field, select a workspace, and click on the ***Create Tracking API Key*** button.
|
||||
6. Use the displayed ***Site ID*** and ***API Key*** with your Customer.io API credentials in n8n.
|
||||
7. Next, click on the ***App API Keys*** tab in the 'Manage API Credentials' page.
|
||||
8. Click on the ***Create App API Key*** button.
|
||||
9. Enter a name for the App API Key in the ***Name*** field, select a workspace, and click on the ***Create App API Key*** button.
|
||||
10. Use the displayed API Key with your Customer.io API credentials in n8n.
|
||||
11. Click on the ***Save*** button to save your credentials.
|
||||
|
||||

|
||||
BIN
docs/nodes/credentials/CustomerIo/using-access-token.gif
Normal file
BIN
docs/nodes/credentials/CustomerIo/using-access-token.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 560 KiB |
34
docs/nodes/credentials/SentryIo/README.md
Normal file
34
docs/nodes/credentials/SentryIo/README.md
Normal file
@ -0,0 +1,34 @@
|
||||
---
|
||||
permalink: /credentials/sentryIo
|
||||
---
|
||||
|
||||
# Sentry.io
|
||||
|
||||
You can find information about the operations supported by the Sentry.io node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.sentryIo) page. You can also browse the source code of the node on [GitHub](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/SentryIo).
|
||||
|
||||
## Prerequisites
|
||||
|
||||
Create a [Sentry.io](https://sentry.io/) account.
|
||||
|
||||
## Using OAuth
|
||||
|
||||
1. Access your [Sentry.io Applications Page](https://sentry.io/settings/account/api/applications/).
|
||||
2. Click on the ***Create New Application*** button in the top right.
|
||||
3. Enter a name in the ***Name*** field.
|
||||
4. Copy the 'OAuth Callback URL' provided in the 'Sentry.io OAuth2 API' credentials in n8n and paste it in the ***Authorized Redirect URIs*** field in the *Sentry.io Application Details* page.
|
||||
5. Use the displayed ***Client ID*** and ***Client Secret*** with your Sentry.io OAuth2 API credentials in n8n.
|
||||
6. Click on the circle button in the OAuth section to connect a Sentry.io account to n8n.
|
||||
7. Click on the ***Save*** button to save your credentials.
|
||||
|
||||

|
||||
|
||||
|
||||
## Using Access Token
|
||||
|
||||
1. Access your [Sentry.io Auth Tokens page](https://sentry.io/settings/account/api/auth-tokens/).
|
||||
2. Click on the ***Create New Token*** button in the top right.
|
||||
3. Select any scopes you plan to use and then click on ***Create Token***.
|
||||
4. Use the generated access token with your Sentry.io API credentials in n8n.
|
||||
5. Click on the ***Save*** button to save your credentials.
|
||||
|
||||

|
||||
BIN
docs/nodes/credentials/SentryIo/using-access-token.gif
Normal file
BIN
docs/nodes/credentials/SentryIo/using-access-token.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 318 KiB |
BIN
docs/nodes/credentials/SentryIo/using-oauth.gif
Normal file
BIN
docs/nodes/credentials/SentryIo/using-oauth.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 916 KiB |
@ -16,7 +16,7 @@ Create a [Travis CI](https://travis-ci.org/) account.
|
||||
2. Click on the user icon in the top right.
|
||||
3. Click on 'Settings' in the dropdown list.
|
||||
4. Click on the ***Settings*** tab on the page.
|
||||
5. Copy the ***Token*** in the ***API authentication*** section.
|
||||
6. Use the ***Token*** with your Travis API credentials in n8n.
|
||||
5. Copy the ***Token*** from the ***API authentication*** section and use it with your Travis API credentials in n8n.
|
||||
6. Click on the ***Save*** button to save your credentials.
|
||||
|
||||

|
||||
|
||||
20
docs/nodes/credentials/UnleashedSoftware/README.md
Normal file
20
docs/nodes/credentials/UnleashedSoftware/README.md
Normal file
@ -0,0 +1,20 @@
|
||||
---
|
||||
permalink: /credentials/unleashedSoftware
|
||||
---
|
||||
|
||||
# Unleashed Software
|
||||
|
||||
You can find information about the operations supported by the Unleashed Software node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.unleashedSoftware) page. You can also browse the source code of the node on [GitHub](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/UnleashedSoftware).
|
||||
|
||||
## Prerequisites
|
||||
|
||||
Create an [Unleashed Software](https://www.unleashedsoftware.com/) account.
|
||||
|
||||
## Using Access Token
|
||||
|
||||
1. Access your Unleashed Software dashboard.
|
||||
2. Click on ***Integration*** in the left sidebar and select ***Unleashed API Access***.
|
||||
3. Use the displayed ***API Id*** and ***API Key*** with your Unleashed API credentials in n8n.
|
||||
4. Click on the ***Save*** button to save your credentials.
|
||||
|
||||

|
||||
BIN
docs/nodes/credentials/UnleashedSoftware/using-access-token.gif
Normal file
BIN
docs/nodes/credentials/UnleashedSoftware/using-access-token.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 280 KiB |
Loading…
Reference in New Issue
Block a user