diff --git a/docs/nodes/credentials/Contentful/README.md b/docs/nodes/credentials/Contentful/README.md index e5735f1d5..a0f9d93ff 100644 --- a/docs/nodes/credentials/Contentful/README.md +++ b/docs/nodes/credentials/Contentful/README.md @@ -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. ![Getting Contentful credentials](./using-api-key.gif) diff --git a/docs/nodes/credentials/ConvertKit/README.md b/docs/nodes/credentials/ConvertKit/README.md new file mode 100644 index 000000000..ca2c88c94 --- /dev/null +++ b/docs/nodes/credentials/ConvertKit/README.md @@ -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. + +![Getting ConvertKit access token](./using-access-token.gif) diff --git a/docs/nodes/credentials/ConvertKit/using-access-token.gif b/docs/nodes/credentials/ConvertKit/using-access-token.gif new file mode 100644 index 000000000..548f43d11 Binary files /dev/null and b/docs/nodes/credentials/ConvertKit/using-access-token.gif differ diff --git a/docs/nodes/credentials/CustomerIo/README.md b/docs/nodes/credentials/CustomerIo/README.md new file mode 100644 index 000000000..f570fa42e --- /dev/null +++ b/docs/nodes/credentials/CustomerIo/README.md @@ -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. + +![Getting Customer.io credentials](./using-access-token.gif) diff --git a/docs/nodes/credentials/CustomerIo/using-access-token.gif b/docs/nodes/credentials/CustomerIo/using-access-token.gif new file mode 100644 index 000000000..29b8152e9 Binary files /dev/null and b/docs/nodes/credentials/CustomerIo/using-access-token.gif differ diff --git a/docs/nodes/credentials/SentryIo/README.md b/docs/nodes/credentials/SentryIo/README.md new file mode 100644 index 000000000..7a3762a69 --- /dev/null +++ b/docs/nodes/credentials/SentryIo/README.md @@ -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. + +![Getting Sentry.io OAuth credentials](./using-oauth.gif) + + +## 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. + +![Getting Sentry.io access token](./using-access-token.gif) diff --git a/docs/nodes/credentials/SentryIo/using-access-token.gif b/docs/nodes/credentials/SentryIo/using-access-token.gif new file mode 100644 index 000000000..286cb93a5 Binary files /dev/null and b/docs/nodes/credentials/SentryIo/using-access-token.gif differ diff --git a/docs/nodes/credentials/SentryIo/using-oauth.gif b/docs/nodes/credentials/SentryIo/using-oauth.gif new file mode 100644 index 000000000..08c06b1ba Binary files /dev/null and b/docs/nodes/credentials/SentryIo/using-oauth.gif differ diff --git a/docs/nodes/credentials/TravisCI/README.md b/docs/nodes/credentials/TravisCI/README.md index 100d0366a..01eedb3e4 100644 --- a/docs/nodes/credentials/TravisCI/README.md +++ b/docs/nodes/credentials/TravisCI/README.md @@ -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. ![Getting Travis CI credentials](./using-access-token.gif) diff --git a/docs/nodes/credentials/UnleashedSoftware/README.md b/docs/nodes/credentials/UnleashedSoftware/README.md new file mode 100644 index 000000000..b5843162a --- /dev/null +++ b/docs/nodes/credentials/UnleashedSoftware/README.md @@ -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. + +![Getting Unleashed Software credentials](./using-access-token.gif) diff --git a/docs/nodes/credentials/UnleashedSoftware/using-access-token.gif b/docs/nodes/credentials/UnleashedSoftware/using-access-token.gif new file mode 100644 index 000000000..77a33b1fa Binary files /dev/null and b/docs/nodes/credentials/UnleashedSoftware/using-access-token.gif differ