🔀 Merge branch 'master' of github.com:n8n-io/n8n-docs
@@ -109,7 +109,7 @@ module.exports = {
|
||||
children: [
|
||||
{
|
||||
title: 'Trigger Nodes',
|
||||
sidebarDepth: 2,
|
||||
sidebarDepth: 1,
|
||||
children: getChildrenFolders('nodes/nodes-library/trigger-nodes'),
|
||||
},
|
||||
{
|
||||
@@ -119,7 +119,7 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
title: 'Core Nodes',
|
||||
sidebarDepth: 2,
|
||||
sidebarDepth: 1,
|
||||
children: getChildrenFolders('nodes/nodes-library/core-nodes'),
|
||||
},
|
||||
],
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
# ActiveCampaign
|
||||
|
||||
You can find information about the operations supported by the ActiveCampaign node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.activeCampaign) 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/ActiveCampaign).
|
||||
You can find information about the operations supported by the ActiveCampaign node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.activeCampaign) 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/ActiveCampaign).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create [ActiveCampaign](https://www.activecampaign.com/) account.
|
||||
Create an [ActiveCampaign](https://www.activecampaign.com/) account.
|
||||
|
||||
## Using Access Token
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
# Affinity
|
||||
|
||||
You can find information about the operations supported by the Affinity node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.affinity) 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/Affinity).
|
||||
You can find information about the operations supported by the Affinity node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.affinity) 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/Affinity).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create [Affinity](https://www.affinity.com/) account.
|
||||
Create an [Affinity](https://www.affinity.com/) account.
|
||||
|
||||
## Using Access Token
|
||||
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
# AgileCRM
|
||||
# Agile CRM
|
||||
|
||||
You can find information about the operations supported by the AgileCRM node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.agileCrm) 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/AgileCrm).
|
||||
You can find information about the operations supported by the Agile CRM node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.agileCrm) 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/AgileCrm).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create [AgileCRM](https://www.agilecrm.com/) account.
|
||||
Create an [Agile CRM](https://www.agilecrm.com/) account.
|
||||
|
||||
## Using Access Token
|
||||
|
||||
1. Open your AgileCRM dashboard.
|
||||
1. Open your Agile CRM dashboard.
|
||||
2. Click on your user icon in the top right of the window.
|
||||
3. Click on the Admin Settings button.
|
||||
4. Click on the 'Developers & Api' button in the bottom left.
|
||||
5. Use the REST API key, your registered email and your AgileCRM subdomain (for instance, n8n) with your AgileCRM node credentials in n8n.
|
||||
5. Use the REST API key, your registered email and your Agile CRM subdomain (for instance, n8n) with your Agile CRM node credentials in n8n.
|
||||
|
||||
|
||||

|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
# Airtable
|
||||
|
||||
You can find information about the operations supported by the AirTable node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.airtable) 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/Airtable).
|
||||
You can find information about the operations supported by the AirTable node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.airtable) 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/Airtable).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create [Airtable](https://airtable.com/) account.
|
||||
Create an [Airtable](https://airtable.com/) account.
|
||||
|
||||
## Using Access Token
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
# Asana
|
||||
|
||||
You can find information about the operations supported by the Asana node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.asana) 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/Asana).
|
||||
You can find information about the operations supported by the Asana node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.asana) 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/Asana).
|
||||
|
||||
The following is a summary based off Asana's own[ documentation](https://developers.asana.com/docs/authentication-basics) regarding authentication.
|
||||
The following is a summary based off Asana's own [documentation](https://developers.asana.com/docs/authentication-basics) regarding authentication.
|
||||
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create an [Asana](https://www.Asana.com/) account.
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Bannerbear
|
||||
|
||||
You can find information about the operations supported by the BannerBear node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.bannerbear) 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/BannerBear).
|
||||
You can find information about the operations supported by the BannerBear node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.bannerbear) 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/BannerBear).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [BannerBear](https://www.BannerBear.com/) account.
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Bitbucket
|
||||
|
||||
You can find information about the operations supported by the Bitbucket node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.bitbucketTrigger) 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/Bitbucket).
|
||||
You can find information about the operations supported by the Bitbucket node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.bitbucketTrigger) 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/Bitbucket).
|
||||
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create an [Bitbucket](https://www.Bitbucket.com/) account.
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Bitly
|
||||
|
||||
You can find information about the operations supported by the Bitly node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.bitly) 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/Bitly).
|
||||
You can find information about the operations supported by the Bitly node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.bitly) 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/Bitly).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Bitly](https://www.bitly.com/) account.
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Calendly
|
||||
|
||||
You can find information about the operations supported by the Calendly node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.calendlyTrigger) 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/Calendly).
|
||||
You can find information about the operations supported by the Calendly node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.calendlyTrigger) 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/Calendly).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Calendly](https://www.calendly.com/) account.
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
# Chargebee
|
||||
|
||||
You can find information about the operations supported by the Chargebee node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.chargebee) 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/Chargebee).
|
||||
You can find information about the operations supported by the Chargebee node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.chargebee) 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/Chargebee).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Chargebee](https://www.chargebee.com/) account.
|
||||
|
||||
## Using Access Token
|
||||
|
||||
1. Open your Calendly dashboard.
|
||||
1. Open your Chargebee dashboard.
|
||||
2. Click on "Settings".
|
||||
3. Click on "Configure Chargebee".
|
||||
4. Scroll down and click on "API Keys".
|
||||
|
||||
17
docs/nodes/credentials/CircleCI/README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# CircleCI
|
||||
|
||||
You can find information about the operations supported by the CircleCI node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.circleCi) 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/CircleCi).
|
||||
|
||||
## Prerequisites
|
||||
|
||||
Create a [CircleCI](https://circleci.com/) account.
|
||||
|
||||
## Using Access Token
|
||||
|
||||
1. Access your CircleCI User Settings.
|
||||
2. Visit the [Personal API Tokens](https://app.circleci.com/settings/user/tokens) section.
|
||||
3. Click on the *Create New Token* button.
|
||||
4. Type in a name for your token and click on the *Add API Token* button.
|
||||
5. Copy the generated API Token and use it with your CircleCI API node credentials in n8n.
|
||||
|
||||

|
||||
BIN
docs/nodes/credentials/CircleCI/using-access-token.gif
Normal file
|
After Width: | Height: | Size: 304 KiB |
@@ -1,8 +1,8 @@
|
||||
# Clearbit
|
||||
|
||||
You can find information about the operations supported by the Clearbit node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.clearbit) 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/Clearbit).
|
||||
You can find information about the operations supported by the Clearbit node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.clearbit) 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/Clearbit).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Clearbit](https://www.clearbit.com/) account.
|
||||
|
||||
|
||||
@@ -1,34 +1,34 @@
|
||||
# Clickup
|
||||
# ClickUp
|
||||
|
||||
You can find information about the operations supported by the Clickup node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.clickup) 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/Clickup).
|
||||
You can find information about the operations supported by the ClickUp node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.clickup) 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/Clickup).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Clickup](https://www.clickup.com/) account.
|
||||
Create a [ClickUp](https://www.clickup.com/) account.
|
||||
|
||||
## Using OAuth
|
||||
|
||||
1. Open your Clickup dashboard.
|
||||
1. Open your ClickUp dashboard.
|
||||
2. Click on your profile icon in the bottom left.
|
||||
3. Click on "Settings" under your workspace profile.
|
||||
4. Click on "Integrations".
|
||||
5. Click on "Clickup API".
|
||||
5. Click on "ClickUp API".
|
||||
6. Click on Create app.
|
||||
7. Enter in App name and redirect URL(s).
|
||||
8. Use Client ID and client Secret key in your Clickup node credentials in n8n.
|
||||
9. Enter n8n provided redirect URL in configuration. .
|
||||
8. Use Client ID and client Secret key in your ClickUp node credentials in n8n.
|
||||
9. Enter n8n provided redirect URL in configuration. Redirect URL Explanation [here](../README.md).
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
## Using Access Token
|
||||
|
||||
1. Open your Clickup dashboard.
|
||||
1. Open your ClickUp dashboard.
|
||||
2. Click on your profile icon in the bottom left.
|
||||
3. Click on "Apps".
|
||||
4. Click on "Generate" under API token.
|
||||
5. Use selected API key in your Clickup node credentials in n8n.
|
||||
5. Use selected API key in your ClickUp node credentials in n8n.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Clockify
|
||||
|
||||
You can find information about the operations supported by the Clockify node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.clockifyTrigger) 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/Clockify).
|
||||
You can find information about the operations supported by the Clockify node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.clockifyTrigger) 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/Clockify).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Clockify](https://www.clockify.com/) account.
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Cockpit
|
||||
|
||||
You can find information about the operations supported by the Cockpit node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.cockpit) 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/Cockpit).
|
||||
You can find information about the operations supported by the Cockpit node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.cockpit) 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/Cockpit).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Cockpit](https://www.getcockpit.com/) account.
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Coda
|
||||
|
||||
You can find information about the operations supported by the Coda node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.coda) 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/Coda).
|
||||
You can find information about the operations supported by the Coda node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.coda) 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/Coda).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Coda](https://www.coda.com/) account.
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Copper
|
||||
|
||||
You can find information about the operations supported by the Copper node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.copperTrigger) 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/Copper).
|
||||
You can find information about the operations supported by the Copper node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.copperTrigger) 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/Copper).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Copper](https://www.copper.com/) account.
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Discord
|
||||
You can find information about the operations supported by the Discord node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.discord) 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/Discord).
|
||||
You can find information about the operations supported by the Discord node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.discord) 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/Discord).
|
||||
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Discord](https://www.discord.com/) account.
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Disqus
|
||||
|
||||
You can find information about the operations supported by the Disqus node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.disqus) 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/Disqus).
|
||||
You can find information about the operations supported by the Disqus node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.disqus) 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/Disqus).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Disqus](https://www.disqus.com/) account.
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Drift
|
||||
|
||||
You can find information about the operations supported by the Drift node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.drift) 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/Drift).
|
||||
You can find information about the operations supported by the Drift node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.drift) 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/Drift).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Drift](https://www.drift.com/) account.
|
||||
|
||||
|
||||
@@ -1,16 +1,23 @@
|
||||
# Dropbox
|
||||
|
||||
You can find information about the operations supported by the Dropbox node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.dropbox) 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/Dropbox).
|
||||
You can find information about the operations supported by the Dropbox node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.dropbox) 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/Dropbox).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Dropbox](https://www.dropbox.com/) account.
|
||||
|
||||
## Using OAuth
|
||||
|
||||
1. Access this [Dropbox application creation site](https://www.dropbox.com/developers/apps/create).
|
||||
2. Fill out the application information.
|
||||
3. Click on "Create App".
|
||||
4. Use provided credentials with your Dropbox node credentials in n8n.
|
||||
1. Access the [Dropbox app creation page](https://www.dropbox.com/developers/apps/create).
|
||||
2. In 'Choose an API', select *Dropbox API*.
|
||||
3. In 'Choose your app's permissions model', select *Scoped access*.
|
||||
4. In 'Choose the type of access you need', select *App folder*.
|
||||
5. In 'Name your app', enter a name for your app.
|
||||
6. Accept the terms and conditions.
|
||||
7. Click on *Create app*.
|
||||
8. In the Dropbox app dashboard, navigate to 'Settings', scroll down to 'OAuth2' and click on the *Generate* button under 'Generated access token'.
|
||||
9. In the Dropbox app dashboard, navigate to 'Permissions', select the permissions your workflow will need and click on the *Submit* button.
|
||||
10. Return to n8n and enter the Access Token in your Dropbox API credentials.
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Eventbrite
|
||||
|
||||
You can find information about the operations supported by the Eventbrite node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.eventbrite) 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/Eventbrite).
|
||||
You can find information about the operations supported by the Eventbrite node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.eventbrite) 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/Eventbrite).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Eventbrite](https://www.eventbrite.com/) account.
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Facebook
|
||||
|
||||
You can find information about the operations supported by the Facebook node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.facebookGraphApi) 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/Facebook).
|
||||
You can find information about the operations supported by the Facebook node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.facebookGraphApi) 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/Facebook).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Facebook](https://www.facebook.com/) account.
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Flow
|
||||
|
||||
You can find information about the operations supported by the Flow node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.flow) 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/Flow).
|
||||
You can find information about the operations supported by the Flow node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.flow) 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/Flow).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Flow](https://www.getflow.com/) account.
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Freshdesk
|
||||
|
||||
You can find information about the operations supported by the Freshdesk node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.freshdesk) 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/Freshdesk).
|
||||
You can find information about the operations supported by the Freshdesk node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.freshdesk) 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/Freshdesk).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Freshdesk](https://freshdesk.com/) account.
|
||||
|
||||
|
||||
@@ -1,33 +1,33 @@
|
||||
# Github
|
||||
# GitHub
|
||||
|
||||
You can find information about the operations supported by the Github node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.github) 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/Github).
|
||||
You can find information about the operations supported by the GitHub node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.github) 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/Github).
|
||||
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Github](https://github.com/) account.
|
||||
Create a [GitHub](https://github.com/) account.
|
||||
|
||||
## Using OAuth
|
||||
|
||||
1. Access your Github dashboard.
|
||||
1. Access your GitHub dashboard.
|
||||
2. Click on your user icon in the top right.
|
||||
3. Click on Settings.
|
||||
4. Click on Developer Settings.
|
||||
5. Choose OAuth apps.
|
||||
6. Register a new application.
|
||||
7. Use provided Client Secret and Client ID with your Github node credentials in n8n.
|
||||
8. Enter n8n provided redirect URL in configuration. .
|
||||
7. Use provided Client Secret and Client ID with your GitHub node credentials in n8n.
|
||||
8. Enter n8n provided redirect URL in configuration. Redirect URL Explanation [here](../README.md).
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
## Using Access Token
|
||||
|
||||
1. Access your Github dashboard.
|
||||
1. Access your GitHub dashboard.
|
||||
2. Click on your user icon in the top right.
|
||||
3. Click on Settings.
|
||||
4. Click on Developer Settings.
|
||||
5. Choose personal access token.
|
||||
6. Use provided credentials with your Freshdesk node credentials in n8n.
|
||||
|
||||

|
||||

|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
# Gitlab
|
||||
# GitLab
|
||||
|
||||
You can find information about the operations supported by the Gitlab node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.gitlab) page. You can also browse the source code of the node on [Gitlab](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/Gitlab).
|
||||
You can find information about the operations supported by the GitLab node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.gitlab) 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/Gitlab).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Gitlab](https://gitlab.com/) account.
|
||||
Create a [GitLab](https://gitlab.com/) account.
|
||||
|
||||
### Using Access Token
|
||||
|
||||
1. Access your Gitlab dashboard.
|
||||
1. Access your GitLab dashboard.
|
||||
2. Click on your user icon in the top right.
|
||||
3. Click on Settings.
|
||||
4. Click on Access tokens.
|
||||
5. Fill out the required information to receive access token.
|
||||
6. Use provided credentials with your Gitlab node credentials in n8n.
|
||||
6. Use provided credentials with your GitLab node credentials in n8n.
|
||||
|
||||

|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Google
|
||||
|
||||
You can find information about the operations supported by the Google node on the [integrations](https://n8n.io/integrations) page. You can also browse the source code of the node on [Google](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/Google).
|
||||
You can find information about the operations supported by the Google node on the [integrations](https://n8n.io/integrations) 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/Google).
|
||||
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Google Cloud](https://cloud.google.com/) account and access the console.
|
||||
|
||||
@@ -20,24 +20,51 @@ Create a [Google Cloud](https://cloud.google.com/) account and access the consol
|
||||
7. Use provided API Key with your Google node credentials in n8n.
|
||||
 -->
|
||||
|
||||
## Using OAuth
|
||||
### Using OAuth
|
||||
|
||||
1. Access your Google dashboard.
|
||||
2. Click on your user icon on the top left.
|
||||
1. Access your Google cloud console.
|
||||
2. Click on the hamburger menu on the top left.
|
||||
3. Click on API & Services.
|
||||
4. Click on Credentials.
|
||||
5. Click on Create Credentials.
|
||||
6. Click on OAuth Client.
|
||||
7. Choose your preferences.
|
||||
8. Fill out information for your application credentials.
|
||||
9. Use provided Client Secret and Client ID with your Google node credentials in n8n.
|
||||
6. Select OAuth client ID.
|
||||
7. Select 'Web application' as the Application type.
|
||||
8. Click on the Add URL button under the 'Authorized redirect URIs' section.
|
||||
9. Copy your OAuth Callback URL from the 'Create New Credentials screen' in n8n and paste it there.
|
||||
10. Click on the Create button in the Google cloud console.
|
||||
11. Use provided Client Secret and Client ID with your Google node credentials in n8n.
|
||||
12. While still in n8n, click on the Connect button in the OAuth section, and once the connection is complete, click on the Create button.
|
||||
13. Now, go back to the Google cloud console and click on Library in the menu on the left.
|
||||
14. Search for 'Calendar', and click on 'Google Calendar API'.
|
||||
15. Click on the *Enable* button.
|
||||
|
||||

|
||||
|
||||
|
||||
## Google Drive / Sheets API
|
||||
|
||||
## Using Service Account
|
||||
### Using OAuth
|
||||
|
||||
1. Access your [Google cloud console](https://console.cloud.google.com).
|
||||
2. Click on the hamburger menu button on the top left.
|
||||
3. Click on *API & Services*.
|
||||
4. Click on *Credentials*.
|
||||
5. Click on *Create Credentials*.
|
||||
6. Select *OAuth client ID*.
|
||||
7. Select *Web application* in the 'Application type' section.
|
||||
8. Click on *Add URI* in the 'Authorized redirect URIs' section.
|
||||
9. Copy your OAuth Callback URL from the 'Create New Credentials' screen in n8n and paste it in your Google cloud console.
|
||||
10. Click on *Create* in your Google cloud console.
|
||||
11. Copy the provided Client ID and Client Secret and paste them in the 'Create New Credentials' screen in n8n.
|
||||
12. Click on the *Connect OAuth Credentials* button in the 'OAuth' section in n8n.
|
||||
13. If a popup alert shows 'This app isn't verified', click on *Advanced* and then click on *Go to [project]*.
|
||||
14. Click on *Allow* for every permission request and finally on *Allow* at the confirmation screen.
|
||||
14. Once the credential has connected, click on *Create* in the 'Create New Credentials' screen in n8n.
|
||||
13. Return to your Google cloud console and click on *Library* in the menu on the left.
|
||||
14. Search for 'Sheets', and click on *Google Sheets API*.
|
||||
15. Click on the *Enable* button.
|
||||
|
||||
### Using Service Account
|
||||
|
||||
1. Access your Google dashboard.
|
||||
2. Click on your user icon on the top left.
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Gumroad
|
||||
|
||||
You can find information about the operations supported by the Gumroad node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.gumroadTrigger) page. You can also browse the source code of the node on [Gumroad](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/Gumroad).
|
||||
You can find information about the operations supported by the Gumroad node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.gumroadTrigger) 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/Gumroad).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Gumroad](https://gumroad.com/) account.
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Harvest
|
||||
|
||||
You can find information about the operations supported by the Harvest node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.harvest) page. You can also browse the source code of the node on [Harvest](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/Harvest).
|
||||
You can find information about the operations supported by the Harvest node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.harvest) 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/Harvest).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Harvest](https://www.getharvest.com/) account.
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Hubspot
|
||||
|
||||
You can find information about the operations supported by the Hubspot node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.hubspot) page. You can also browse the source code of the node on [Hubspot](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/Hubspot).
|
||||
You can find information about the operations supported by the Hubspot node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.hubspot) 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/Hubspot).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Hubspot](https://www.hubspot.com/) account.
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Hunter
|
||||
|
||||
You can find information about the operations supported by the Hunter node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.hunter) page. You can also browse the source code of the node on [Hunter](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/Hunter).
|
||||
You can find information about the operations supported by the Hunter node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.hunter) 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/Hunter).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Hunter](https://www.hunter.io/) account.
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Intercom
|
||||
|
||||
You can find information about the operations supported by the Intercom node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.intercom) page. You can also browse the source code of the node on [Intercom](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/Intercom).
|
||||
You can find information about the operations supported by the Intercom node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.intercom) 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/Intercom).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Intercom](https://www.intercom.com/) account.
|
||||
|
||||
@@ -11,7 +11,7 @@ Create a [Intercom](https://www.intercom.com/) account.
|
||||
1. Click "Use OAuth" in Authentication page.
|
||||
2. Fill out required information.
|
||||
3. Use Client Secret and Client ID in your Intercom node credentials in n8n.
|
||||
4. Enter n8n provided redirect URL in configuration. .
|
||||
4. Enter n8n provided redirect URL in configuration. Redirect URL Explanation [here](../README.md).
|
||||
|
||||
|
||||
## Using Access Token
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
# InvoiceNinja
|
||||
|
||||
You can find information about the operations supported by the InvoiceNinja node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.invoiceNinja) page. You can also browse the source code of the node on [InvoiceNinja](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/InvoiceNinja).
|
||||
You can find information about the operations supported by the InvoiceNinja node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.invoiceNinja) 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/InvoiceNinja).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [InvoiceNinja](https://www.invoiceninja.com/) account.
|
||||
Create an [InvoiceNinja](https://www.invoiceninja.com/) account.
|
||||
|
||||
## Using Access Token
|
||||
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
# JIRA
|
||||
# Jira
|
||||
|
||||
You can find information about the operations supported by the JIRA node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.jira) page. You can also browse the source code of the node on [JIRA](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/Jira).
|
||||
You can find information about the operations supported by the Jira node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.jira) 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/Jira).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [JIRA](https://www.JIRA.com/) account.
|
||||
Create a [Jira](https://www.JIRA.com/) account.
|
||||
|
||||
## Using Access Token
|
||||
|
||||
1. Access your JIRA dashboard.
|
||||
1. Access your Jira dashboard.
|
||||
2. Click on your user icon in the top right.
|
||||
3. Click on Account Settings.
|
||||
4. Click on Security tab.
|
||||
5. Click on Manage API Tokens.
|
||||
6. Create API token.
|
||||
7. Use the API token with JIRA node credentials in n8n. Your email and the domain under which the JIRA account is under must also be included.
|
||||
7. Use the API token with Jira node credentials in n8n. Your email and the domain under which the Jira account is under must also be included.
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# JotForm
|
||||
|
||||
You can find information about the operations supported by the JotForm node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.invoiceNinja) page. You can also browse the source code of the node on [JotForm](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/JotForm).
|
||||
You can find information about the operations supported by the JotForm node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.invoiceNinja) 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/JotForm).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [JotForm](https://www.jotform.com/) account.
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# LinkFish
|
||||
|
||||
You can find information about the operations supported by the LinkFish node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.linkFish) page. You can also browse the source code of the node on [LinkFish](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/LinkFish).
|
||||
You can find information about the operations supported by the LinkFish node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.linkFish) 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/LinkFish).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [LinkFish](https://link.fish/) account.
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# MailChimp
|
||||
|
||||
You can find information about the operations supported by the MailChimp node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.mailchimp) page. You can also browse the source code of the node on [MailChimp](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/Mailchimp).
|
||||
You can find information about the operations supported by the MailChimp node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.mailchimp) 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/Mailchimp).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [MailChimp](https://www.mailchimp.com/) account.
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Mailgun
|
||||
|
||||
You can find information about the operations supported by the Mailgun node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.mailgun) page. You can also browse the source code of the node on [Mailgun](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/Mailgun).
|
||||
You can find information about the operations supported by the Mailgun node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.mailgun) 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/Mailgun).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Mailgun](https://www.mailgun.com/) account.
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Mailjet
|
||||
|
||||
You can find information about the operations supported by the Mailjet node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.mailjet) page. You can also browse the source code of the node on [Mailjet](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/Mailjet).
|
||||
You can find information about the operations supported by the Mailjet node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.mailjet) 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/Mailjet).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Mailjet](https://www.mailjet.com/) account.
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Mattermost
|
||||
|
||||
You can find information about the operations supported by the Mattermost node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.mattermost) page. You can also browse the source code of the node on [Mattermost](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/Mattermost).
|
||||
You can find information about the operations supported by the Mattermost node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.mattermost) 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/Mattermost).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Mattermost](https://www.mattermost.com/) account.
|
||||
|
||||
|
||||
17
docs/nodes/credentials/MessageBird/README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# MessageBird
|
||||
|
||||
You can find information about the operations supported by the MessageBird node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.messageBird) 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/MessageBird).
|
||||
|
||||
## Prerequisites
|
||||
|
||||
Create a [MessageBird](https://www.messagebird.com/en/) account.
|
||||
|
||||
## Using Access Token
|
||||
|
||||
1. Access your MessageBird dashboard.
|
||||
2. Go to the [Developers section](https://dashboard.messagebird.com/en/developers/access).
|
||||
3. Click on API access.
|
||||
4. Click on 'Add access key' and create a new API key.
|
||||
5. Use this API key with your MessageBird API node credentials in n8n.
|
||||
|
||||

|
||||
BIN
docs/nodes/credentials/MessageBird/using-access-token.gif
Normal file
|
After Width: | Height: | Size: 539 KiB |
@@ -1,8 +1,8 @@
|
||||
# Mocean
|
||||
|
||||
You can find information about the operations supported by the Mocean node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.mocean) page. You can also browse the source code of the node on [Mocean](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/Mocean).
|
||||
You can find information about the operations supported by the Mocean node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.mocean) 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/Mocean).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Mocean](https://moceanapi.com/) account.
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Monday.com
|
||||
|
||||
You can find information about the operations supported by the Monday.com node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.mondayCom) page. You can also browse the source code of the node on [Monday.com](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/MondayCom).
|
||||
You can find information about the operations supported by the Monday.com node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.mondayCom) 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/MondayCom).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Monday.com](https://monday.com/) account.
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# NextCloud
|
||||
|
||||
You can find information about the operations supported by the NextCloud node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.nextCloud) page. You can also browse the source code of the node on [NextCloud](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/NextCloud).
|
||||
You can find information about the operations supported by the NextCloud node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.nextCloud) 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/NextCloud).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [NextCloud](https://nextcloud.com/) account.
|
||||
|
||||
|
||||
16
docs/nodes/credentials/OpenWeatherMap/README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# OpenWeatherMap
|
||||
|
||||
You can find information about the operations supported by the OpenWeatherMap node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.openWeatherMap) page. You can also browse the source code of the node on [GitHub](https://github.com/n8n-io/n8n/blob/master/packages/nodes-base/nodes/OpenWeatherMap.node.ts).
|
||||
|
||||
## Prerequisites
|
||||
|
||||
Create a [OpenWeatherMap](https://openweathermap.org/) account.
|
||||
|
||||
## Using Access Token
|
||||
|
||||
1. Access your OpenWeatherMap [account page](https://home.openweathermap.org/api_keys).
|
||||
2. In the 'Create key' section, type a name and click on the *Generate* button.
|
||||
3. Copy the API Key that you just generated.
|
||||
4. Use this API key with your OpenWeatherMap API node credentials in n8n.
|
||||
|
||||

|
||||
BIN
docs/nodes/credentials/OpenWeatherMap/using-access-token.gif
Normal file
|
After Width: | Height: | Size: 257 KiB |
@@ -1,8 +1,8 @@
|
||||
# PagerDuty
|
||||
|
||||
You can find information about the operations supported by the PagerDuty node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.pagerDuty) page. You can also browse the source code of the node on [PagerDuty](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/PagerDuty).
|
||||
You can find information about the operations supported by the PagerDuty node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.pagerDuty) 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/PagerDuty).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [PagerDuty](https://pagerduty.com/) account.
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 407 KiB After Width: | Height: | Size: 408 KiB |
@@ -1,19 +1,20 @@
|
||||
# PayPal
|
||||
|
||||
You can find information about the operations supported by the PayPal node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.payPal) page. You can also browse the source code of the node on [PayPal](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/PayPal).
|
||||
You can find information about the operations supported by the PayPal node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.payPal) 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/PayPal).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [PayPal](https://paypal.com/) account.
|
||||
|
||||
## Using OAuth
|
||||
|
||||
1. Access your [PayPal dashboard](https://developer.paypal.com/developer/applications/).
|
||||
2. Click on My Apps & Credentials on the left panel.
|
||||
3. Create a new app.
|
||||
4. Enter app name and create app.
|
||||
5. Your client ID and secret will be shown.
|
||||
6. Use the client ID and secret with your PayPal node credentials in n8n.
|
||||
7. Enter n8n provided redirect URL in configuration. .
|
||||
2. Click on *Log in to Dashboard*.
|
||||
3. Enter your PayPal account credentials.
|
||||
4. In the section 'REST API apps', click on *Create app*.
|
||||
5. Enter a name for your app in *App Name* and click on *Create App*.
|
||||
6. Return to n8n and enter the Client ID and Client Secret in your PayPal API credentials.
|
||||
7. Choose the environment: sandbox or live.
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
# PipeDrive
|
||||
# Pipedrive
|
||||
|
||||
You can find information about the operations supported by the PipeDrive node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.pipedrive) page. You can also browse the source code of the node on [PipeDrive](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/Pipedrive).
|
||||
You can find information about the operations supported by the Pipedrive node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.pipedrive) 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/Pipedrive).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [PipeDrive](https://pipedrive.com/) account.
|
||||
Create a [Pipedrive](https://pipedrive.com/) account.
|
||||
|
||||
## Using Access Token
|
||||
|
||||
1. Access your PipeDrive Dashboard.
|
||||
1. Access your Pipedrive Dashboard.
|
||||
2. Click on your user profile in the top right.
|
||||
3. Click on settings in the dropdown menu.
|
||||
4. Click on the API tab.
|
||||
5. Generate new token.
|
||||
6. Use the token with your PipeDrive node credentials in n8n.
|
||||
6. Use the token with your Pipedrive node credentials in n8n.
|
||||
|
||||

|
||||

|
||||
|
||||
14
docs/nodes/credentials/Postgres/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Postgres
|
||||
|
||||
You can find information about the operations supported by the Postgres node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.postgres) 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/Postgres).
|
||||
|
||||
## Prerequisites
|
||||
|
||||
Create an user account on a Postgres server.
|
||||
|
||||
## Using Database Connection
|
||||
|
||||
1. Retrieve your Postgres credentials and connection parameters.
|
||||
2. Use the credentials and connection parameters with your Postgres node credentials in n8n.
|
||||
|
||||

|
||||
BIN
docs/nodes/credentials/Postgres/using-database-connection.gif
Normal file
|
After Width: | Height: | Size: 34 KiB |
@@ -1,8 +1,8 @@
|
||||
# RocketChat
|
||||
|
||||
You can find information about the operations supported by the RocketChat node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.pipedrive) page. You can also browse the source code of the node on [RocketChat](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/Pipedrive).
|
||||
You can find information about the operations supported by the RocketChat node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.pipedrive) 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/Pipedrive).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [RocketChat](https://rocket.chat/) account.
|
||||
|
||||
|
||||
12
docs/nodes/credentials/SIGNL4/README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# SIGNL4
|
||||
|
||||
You can find information about the operations supported by the SIGNL4 node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.signl4) 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/Signl4).
|
||||
|
||||
## Prerequisites
|
||||
|
||||
Create a [SIGNL4](https://www.signl4.com/) account.
|
||||
|
||||
## Using Access Token
|
||||
|
||||
1. Open the '✅ Sign up complete' email you received when you signed up for SIGNL4.
|
||||
2. Your team secret is the last part of the webhook URL. If your webhook URL is `https://connect.signl4.com/webhook/helloworld`, your team secret would be `helloworld`.
|
||||
@@ -1,8 +1,8 @@
|
||||
# Salesmate
|
||||
|
||||
You can find information about the operations supported by the Salesmate node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.salesmate) page. You can also browse the source code of the node on [Salesmate](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/Salesmate).
|
||||
You can find information about the operations supported by the Salesmate node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.salesmate) 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/Salesmate).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Salesmate](https://salesmate.io/) account.
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Segment
|
||||
|
||||
You can find information about the operations supported by the Segment node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.segment) page. You can also browse the source code of the node on [Segment](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/Segment).
|
||||
You can find information about the operations supported by the Segment node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.segment) 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/Segment).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Segment](https://segment.com/) account.
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Shopify
|
||||
|
||||
You can find information about the operations supported by the Shopify node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.shopify) page. You can also browse the source code of the node on [Shopify](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/Shopify).
|
||||
You can find information about the operations supported by the Shopify node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.shopify) 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/Shopify).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
- Create a [Shopify](https://shopify.com/) account.
|
||||
- Create a [Shoppify Partner Account](https://developers.shopify.com/) and connect your main Shopify account by signing in.
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Slack
|
||||
|
||||
You can find information about the operations supported by the Slack node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.slack) page. You can also browse the source code of the node on [Slack](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/Slack).
|
||||
You can find information about the operations supported by the Slack node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.slack) 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/Slack).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Slack](https://slack.com/) account.
|
||||
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
# Sms77
|
||||
# sms77
|
||||
|
||||
You can find information about the operations supported by the Sms77 node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.sms77) page. You can also browse the source code of the node on [Sms77](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/Sms77).
|
||||
You can find information about the operations supported by the sms77 node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.sms77) 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/Sms77).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Sms77](https://sms77.io/) account.
|
||||
Create an [sms77](https://sms77.io/) account.
|
||||
|
||||
## Using Access Token
|
||||
|
||||
1. Access your Sms77 dashboard.
|
||||
1. Access your sms77 dashboard.
|
||||
2. Click on the gear icon in the bottom left.
|
||||
3. Click on the HTTP API tab.
|
||||
4. Use the API key provided with your Sms77 node credentials in n8n.
|
||||
4. Use the API key provided with your sms77 node credentials in n8n.
|
||||
|
||||

|
||||

|
||||
|
||||
18
docs/nodes/credentials/Spotify/README.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Spotify
|
||||
|
||||
You can find information about the operations supported by the Spotify node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.spotify) page. You can also browse the source code of the node on [GitHub](https://github.com/n8n-io/n8n/blob/master/packages/nodes-base/nodes/Spotify).
|
||||
|
||||
|
||||
## Prerequisites
|
||||
|
||||
Create a [Spotify Developer](https://developer.spotify.com/dashboard/login) account.
|
||||
|
||||
## Using OAuth
|
||||
|
||||
1. Access your [Spotify for Developers](https://developer.spotify.com/dashboard/login) dashboard.
|
||||
2. Click the *Create an App* button at the top of your dashboard. Enter in the app's name and description and click *Create*.
|
||||
3. Use provided Client Secret and Client ID with your Spotify node credentials in n8n.
|
||||
4. Open the app settings and add the n8n provided redirect URL to the app's redirect URI list. Redirect URL Explanation [here](../README.md).
|
||||
|
||||

|
||||
|
||||
BIN
docs/nodes/credentials/Spotify/dashboard.gif
Normal file
|
After Width: | Height: | Size: 782 KiB |
@@ -1,8 +1,8 @@
|
||||
# Stripe
|
||||
|
||||
You can find information about the operations supported by the Stripe node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.stripe) page. You can also browse the source code of the node on [Stripe](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/Stripe).
|
||||
You can find information about the operations supported by the Stripe node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.stripe) 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/Stripe).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Stripe](https://stripe.com/) account.
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# SurveyMonkey
|
||||
|
||||
You can find information about the operations supported by the SurveyMonkey node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.surveyMonkeyTrigger) page. You can also browse the source code of the node on [SurveyMonkey](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/SurveyMonkey).
|
||||
You can find information about the operations supported by the SurveyMonkey node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.surveyMonkeyTrigger) 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/SurveyMonkey).
|
||||
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [SurveyMonkey](https://surveymonkey.com/) account.
|
||||
|
||||
|
||||
@@ -1,14 +1,20 @@
|
||||
# Telegram
|
||||
|
||||
You can find information about the operations supported by the Telegram node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.telegram) page. You can also browse the source code of the node on [Telegram](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/Telegram).
|
||||
You can find information about the operations supported by the Telegram node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.telegram) 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/Telegram).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
1. Create a [Telegram](https://telegram.com/) account.
|
||||
2. Access [Telegram core page](https://my.telegram.org/).
|
||||
|
||||
## Using Access Token
|
||||
## Using App Access Token
|
||||
|
||||
1. Click on API Development tools.
|
||||
2. Fill in application details.
|
||||
3. Use 'App api_hash' value for your access token in the Telegram node credentials in n8n.
|
||||
|
||||
## Using Bot Access Token
|
||||
|
||||
1. Start a chat with the [Botfather](https://telegram.me/BotFather).
|
||||
2. Enter `/newbot` and reply with your new bot's display name and username.
|
||||
3. Copy the bot token and use it in the Telegram node credentials in n8n.
|
||||
@@ -1,8 +1,8 @@
|
||||
# Todoist
|
||||
|
||||
You can find information about the operations supported by the Todoist node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.todoist) page. You can also browse the source code of the node on [Todoist](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/Todoist).
|
||||
You can find information about the operations supported by the Todoist node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.todoist) 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/Todoist).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Todoist](https://toggl.com/) account.
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Toggl
|
||||
|
||||
You can find information about the operations supported by the Toggl node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.togglTrigger) page. You can also browse the source code of the node on [Toggl](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/Toggl).
|
||||
You can find information about the operations supported by the Toggl node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.togglTrigger) 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/Toggl).
|
||||
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Toggl](https://toggl.com/) account.
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Trello
|
||||
|
||||
You can find information about the operations supported by the Trello node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.trello) page. You can also browse the source code of the node on [Trello](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/Trello).
|
||||
You can find information about the operations supported by the Trello node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.trello) 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/Trello).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Trello](https://trello.com/) account.
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Twilio
|
||||
|
||||
You can find information about the operations supported by the Twilio node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.twilio) page. You can also browse the source code of the node on [Twilio](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/Twilio).
|
||||
You can find information about the operations supported by the Twilio node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.twilio) 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/Twilio).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Twilio](https://twilio.com/) account.
|
||||
|
||||
|
||||
18
docs/nodes/credentials/Twitter/README.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Twitter
|
||||
|
||||
You can find information about the operations supported by the Twitter node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.twitter) 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/Twitter).
|
||||
|
||||
## Prerequisites
|
||||
|
||||
Create a [Twitter developer account](https://developer.twitter.com/).
|
||||
|
||||
## Using OAuth
|
||||
|
||||
1. Go to the [apps page](https://developer.twitter.com/en/apps) in your Twitter developer account.
|
||||
2. Click on the *Create an app* button.
|
||||
3. Type in any necessary information and ensure 'Enable Sign in with Twitter' is checked.
|
||||
4. Copy the 'OAuth Callback URL' provided in the Twitter OAuth API credentials in n8n and paste it in the 'Callback URLs' section in the Twitter app creation page.
|
||||
5. Click on the *Create* button.
|
||||
6. Click on *Keys and tokens* and use the 'API key' and the 'API secret key' with your Twitter OAuth API credentials in n8n.
|
||||
7. Click on the circle button in the OAuth section to connect a Twitter account to n8n.
|
||||
8. Click the *Save* button to save your credentials.
|
||||
@@ -1,9 +1,9 @@
|
||||
# Typeform
|
||||
|
||||
You can find information about the operations supported by the Typeform node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.typeformTrigger) page. You can also browse the source code of the node on [Typeform](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/Typeform).
|
||||
You can find information about the operations supported by the Typeform node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.typeformTrigger) 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/Typeform).
|
||||
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Typeform](https://typeform.com/) account.
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
# Uplead
|
||||
|
||||
You can find information about the operations supported by the Uplead node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.uplead) page. You can also browse the source code of the node on [Uplead](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/Uplead).
|
||||
You can find information about the operations supported by the Uplead node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.uplead) 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/Uplead).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Uplead](https://uplead.com/) account.
|
||||
Create an [Uplead](https://uplead.com/) account.
|
||||
|
||||
## Using Access Token
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Vero
|
||||
|
||||
You can find information about the operations supported by the Vero node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.vero) page. You can also browse the source code of the node on [Vero](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/Vero).
|
||||
You can find information about the operations supported by the Vero node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.vero) 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/Vero).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Vero](https://getvero.com/) account.
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Webflow
|
||||
|
||||
You can find information about the operations supported by the Webflow node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.webflowTrigger) page. You can also browse the source code of the node on [Webflow](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/Webflow).
|
||||
You can find information about the operations supported by the Webflow node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.webflowTrigger) 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/Webflow).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Webflow](https://webflow.com/) account.
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# WooCommerce
|
||||
|
||||
You can find information about the operations supported by the WooCommerce node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.wooCommerce) page. You can also browse the source code of the node on [WooCommerce](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/WooCommerce).
|
||||
You can find information about the operations supported by the WooCommerce node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.wooCommerce) 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/WooCommerce).
|
||||
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [WooCommerce](https://woocommerce.com/) account.
|
||||
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
# WordPress
|
||||
|
||||
You can find information about the operations supported by the WordPress node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.wordpress) page. You can also browse the source code of the node on [WordPress](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/Wordpress).
|
||||
You can find information about the operations supported by the WordPress node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.wordpress) 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/Wordpress).
|
||||
|
||||
# Authentication
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [WordPress](https://wordpress.com/) account.
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Zendesk
|
||||
|
||||
You can find information about the operations supported by the Zendesk node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.zendesk) page. You can also browse the source code of the node on [Zendesk](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/Zendesk).
|
||||
You can find information about the operations supported by the Zendesk node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.zendesk) 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/Zendesk).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Zendesk](https://zendesk.com/) account.
|
||||
|
||||
|
||||
35
docs/nodes/credentials/Zoom/README.md
Normal file
@@ -0,0 +1,35 @@
|
||||
# Zoom
|
||||
|
||||
You can find information about the operations supported by the Zoom node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.zoom) 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/Zoom).
|
||||
|
||||
## Prerequisites
|
||||
|
||||
Create a [Zoom](https://zoom.us/) account.
|
||||
|
||||
## Using Access Token
|
||||
|
||||
1. Visit the [Zoom App Marketplace](https://marketplace.zoom.us/) and select the 'Build App' option in the *Develop* dropdown on the top-right corner.
|
||||
2. Create a new JWT app and enter any necessary information.
|
||||
3. Go to the 'App Credentials' tab.
|
||||
4. Click on *View JWT Token* and copy the given token. <!-- Typo in code repo, needs PR -->
|
||||
5. Go to the 'Activation' tab and click on the *Activate your app* button.
|
||||
6. Use the JWT token you copied with your Zoom API credentials in n8n.
|
||||
|
||||

|
||||
|
||||
## Using OAuth
|
||||
|
||||
1. Visit the [Zoom App Marketplace](https://marketplace.zoom.us/) and select the 'Build App' option in the *Develop* dropdown on the top-right corner.
|
||||
2. Create a new OAuth app.
|
||||
3. Select 'User-managed app'.
|
||||
4. Set the "Would you like to publish this app on Zoom App Marketplace?" slider to off.
|
||||
5. Click on the *Create* button.
|
||||
6. Copy the 'OAuth Callback URL' provided in the Zoom OAuth2 API credentials in n8n and paste it in the 'Redirect URL for OAuth' section in the Zoom app creation page.
|
||||
7. Copy the Whitelist URL' provided in the Zoom OAuth2 API credentials in n8n and paste it in the 'Redirect URL for OAuth' section in the Zoom app creation page.
|
||||
8. Copy the Client ID and Client Secret provided in the Zoom app creation page and paste it in the Zoom OAuth2 API credentials in n8n.
|
||||
9. Enter any necessary information and click continue.
|
||||
10. In the 'Scopes' section, click *Add Scopes* and choose the scopes that you plan to use.
|
||||
11. Click on the circle button in the OAuth section to connect your Zoom account to n8n.
|
||||
12. Click the *Save* button to save your credentials.
|
||||
|
||||

|
||||
BIN
docs/nodes/credentials/Zoom/using-access-token.gif
Normal file
|
After Width: | Height: | Size: 1.5 MiB |
BIN
docs/nodes/credentials/Zoom/using-oauth.gif
Normal file
|
After Width: | Height: | Size: 3.1 MiB |
@@ -1,8 +1,8 @@
|
||||
# Zulip
|
||||
|
||||
You can find information about the operations supported by the Zulip node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.zulip) page. You can also browse the source code of the node on [Zulip](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/Zulip).
|
||||
You can find information about the operations supported by the Zulip node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.zulip) 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/Zulip).
|
||||
|
||||
## Pre-requisites
|
||||
## Prerequisites
|
||||
|
||||
Create a [Zulip](https://zulip.com/) account.
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@ The following special variables are available:
|
||||
- **$binary**: Incoming binary data of a node
|
||||
- **$evaluateExpression**: Evaluates a string as expression
|
||||
- **$env**: Environment variables
|
||||
- **$items**: Environment variables
|
||||
- **$items**: Incoming data from an input node
|
||||
- **$json**: Incoming JSON data of a node
|
||||
- **$node**: Data of other nodes (binary, context, json, parameter, runIndex)
|
||||
- **$parameters**: Parameters of the current node
|
||||
|
||||
48
docs/nodes/nodes-library/nodes/Affinity/README.md
Normal file
@@ -0,0 +1,48 @@
|
||||
---
|
||||
permalink: /nodes/n8n-nodes-base.affinity
|
||||
---
|
||||
|
||||
# Affinity
|
||||
|
||||
[Affinity](https://www.affinity.co/) is a powerful relationship intelligence platform enabling teams to leverage their network to close the next big deal.
|
||||
|
||||
::: tip 🔑 Credentials
|
||||
You can find authentication information for this node [here](../../../credentials/Affinity/README.md).
|
||||
:::
|
||||
|
||||
## Basic Operations
|
||||
|
||||
- Organization
|
||||
- Create an organization
|
||||
- Delete an organization
|
||||
- Get an organization
|
||||
- Get all organizations
|
||||
- Update an organization
|
||||
- Person
|
||||
- Create a person
|
||||
- Delete a person
|
||||
- Get a person
|
||||
- Get all persons
|
||||
- Update a person
|
||||
|
||||
|
||||
## Example Usage
|
||||
|
||||
This workflow allows you to create an organization in Affinity. You can also find the [workflow](https://n8n.io/workflows/476) on the website. This example usage workflow would use the following two nodes.
|
||||
- [Start](../../core-nodes/Start/README.md)
|
||||
- [Affinity]()
|
||||
|
||||
The final workflow should look like the following image.
|
||||
|
||||

|
||||
|
||||
### 1. Start node
|
||||
|
||||
The start node exists by default when you create a new workflow.
|
||||
|
||||
### 2. Affinity node
|
||||
|
||||
1. First of all, you'll have to enter credentials for the Affinity node. You can find out how to do that [here](../../../credentials/Affinity/README.md).
|
||||
2. Enter the name of the organization in the *Name* field.
|
||||
3. Enter the domain name of the organization in the *Domain* field.
|
||||
4. Click on *Execute Node* to run the workflow.
|
||||
BIN
docs/nodes/nodes-library/nodes/Affinity/workflow.png
Normal file
|
After Width: | Height: | Size: 235 KiB |
57
docs/nodes/nodes-library/nodes/AgileCRM/README.md
Normal file
@@ -0,0 +1,57 @@
|
||||
---
|
||||
permalink: /nodes/n8n-nodes-base.agileCrm
|
||||
---
|
||||
|
||||
# Agile CRM
|
||||
|
||||
[Agile CRM](https://www.agilecrm.com/) is a CRM with Sales, Marketing and Service automation in single platform. It has sales tracking, contact management, marketing automation, web analytics, two-way emails, telephony, and a helpdesk.
|
||||
|
||||
::: tip 🔑 Credentials
|
||||
You can find authentication information for this node [here](../../../credentials/AgileCRM/README.md).
|
||||
:::
|
||||
|
||||
## Basic Operations
|
||||
|
||||
- Company
|
||||
- Create a new company
|
||||
- Delete a company
|
||||
- Get a company
|
||||
- Get all companies
|
||||
- Update company properties
|
||||
- Contact
|
||||
- Create a new contact
|
||||
- Delete a contact
|
||||
- Get a contact
|
||||
- Get all contacts
|
||||
- Update contact properties
|
||||
- Deal
|
||||
- Create a new deal
|
||||
- Delete a deal
|
||||
- Get a deal
|
||||
- Get all deals
|
||||
- Update deal properties
|
||||
|
||||
|
||||
## Example Usage
|
||||
|
||||
This workflow allows you to create a new contact in Agile CRM. You can also find the [workflow](https://n8n.io/workflows/474) on the website. This example usage workflow would use the following two nodes.
|
||||
- [Start](../../core-nodes/Start/README.md)
|
||||
- [Agile CRM]()
|
||||
|
||||
The final workflow should look like the following image.
|
||||
|
||||

|
||||
|
||||
### 1. Start node
|
||||
|
||||
The start node exists by default when you create a new workflow.
|
||||
|
||||
### 2. Agile CRM node
|
||||
|
||||
1. First of all, you'll have to enter credentials for the Agile CRM node. You can find out how to do that [here](../../../credentials/AgileCRM/README.md).
|
||||
2. Select the 'Create' option from the *Operation* dropdown list.
|
||||
3. Under the *Additional Fields* section, click on the *Add Field* button and select *First Name*.
|
||||
5. Enter the first name of the contact in the *First Name* field.
|
||||
6. Click on *Add Field* again and select *Last Name*.
|
||||
7. Enter the last name of the contact in the *Last name* field.
|
||||
8. Click on *Execute Node* to run the workflow.
|
||||
BIN
docs/nodes/nodes-library/nodes/AgileCRM/workflow.png
Normal file
|
After Width: | Height: | Size: 229 KiB |
47
docs/nodes/nodes-library/nodes/Airtable/README.md
Normal file
@@ -0,0 +1,47 @@
|
||||
---
|
||||
permalink: /nodes/n8n-nodes-base.airtable
|
||||
---
|
||||
|
||||
# Airtable
|
||||
|
||||
[Airtable](https://airtable.com/) is a spreadsheet-database hybrid, with the features of a database but applied to a spreadsheet. The fields in an Airtable table are similar to cells in a spreadsheet, but have types such as 'checkbox', 'phone number', and 'drop-down list', and can reference file attachments like images.
|
||||
|
||||
::: tip 🔑 Credentials
|
||||
You can find authentication information for this node [here](../../../credentials/Airtable/README.md).
|
||||
:::
|
||||
|
||||
## Basic Operations
|
||||
|
||||
- Append the data to a table
|
||||
- Delete data from a table
|
||||
- List data from a table
|
||||
- Read data from a table
|
||||
- Update data in a table
|
||||
|
||||
|
||||
## Example Usage
|
||||
|
||||
This workflow allows you to list data from a table in Airtable. You can also find the [workflow](https://n8n.io/workflows/477) on the website. This example usage workflow would use the following two nodes.
|
||||
- [Start](../../core-nodes/Start/README.md)
|
||||
- [Airtable]()
|
||||
|
||||
The final workflow should look like the following image.
|
||||
|
||||

|
||||
|
||||
### 1. Start node
|
||||
|
||||
The start node exists by default when you create a new workflow.
|
||||
|
||||
### 2. Airtable node
|
||||
|
||||
1. First of all, you'll have to enter credentials for the Airtable node. You can find out how to do that [here](../../../credentials/Airtable/README.md).
|
||||
2. Select the 'List' option from the *Operation* dropdown list.
|
||||
2. Enter the application ID in the *Application ID* field. For obtaining the Application ID, head over to their [API page](https://airtable.com/api) and select the correct base. You’ll find the Application ID there.
|
||||
3. Enter the name of the table in the *Table* field.
|
||||
4. Click on *Execute Node* to run the workflow.
|
||||
|
||||
|
||||
## Further Reading
|
||||
|
||||
- [Automating Conference Organization Processes with n8n](https://medium.com/n8n-io/automating-conference-organization-processes-with-n8n-ab8f64a7a520)
|
||||
BIN
docs/nodes/nodes-library/nodes/Airtable/workflow.png
Normal file
|
After Width: | Height: | Size: 236 KiB |
45
docs/nodes/nodes-library/nodes/Asana/README.md
Normal file
@@ -0,0 +1,45 @@
|
||||
---
|
||||
permalink: /nodes/n8n-nodes-base.asana
|
||||
---
|
||||
|
||||
# Asana
|
||||
|
||||
[Asana](https://asana.com/) is a web and mobile application designed to help teams organize, track, and manage their work.
|
||||
|
||||
::: tip 🔑 Credentials
|
||||
You can find authentication information for this node [here](../../../credentials/Asana/README.md).
|
||||
:::
|
||||
|
||||
## Basic Operations
|
||||
|
||||
- Task
|
||||
- Create a task
|
||||
- Delete a task
|
||||
- Get data of a task
|
||||
- Update a task
|
||||
- Search for tasks
|
||||
- User
|
||||
- Get data of all users
|
||||
- Get data of a user
|
||||
|
||||
|
||||
## Example Usage
|
||||
|
||||
This workflow allows you to create a new task in Asana. You can also find the [workflow](https://n8n.io/workflows/478) on the website. This example usage workflow would use the following two nodes.
|
||||
- [Start](../../core-nodes/Start/README.md)
|
||||
- [Asana]()
|
||||
|
||||
The final workflow should look like the following image.
|
||||
|
||||

|
||||
|
||||
### 1. Start node
|
||||
|
||||
The start node exists by default when you create a new workflow.
|
||||
|
||||
### 2. Asana node
|
||||
|
||||
1. First of all, you'll have to enter credentials for the Asana node. You can find out how to do that [here](../../../credentials/Asana/README.md).
|
||||
2. Select your workspace from the *Workspace* dropdown list.
|
||||
3. Enter the name of the task in the *Name* field.
|
||||
4. Click on *Execute Node* to run the workflow.
|
||||
BIN
docs/nodes/nodes-library/nodes/Asana/workflow.png
Normal file
|
After Width: | Height: | Size: 225 KiB |
39
docs/nodes/nodes-library/nodes/Bitly/README.md
Normal file
@@ -0,0 +1,39 @@
|
||||
---
|
||||
permalink: /nodes/n8n-nodes-base.bitly
|
||||
---
|
||||
|
||||
# Bitly
|
||||
|
||||
[Bitly](https://bitly.com/) is URL shortening service and a link management platform that allows users to shorten, create and share trusted, powerful links for businesses.
|
||||
|
||||
::: tip 🔑 Credentials
|
||||
You can find authentication information for this node [here](../../../credentials/Bitly/README.md).
|
||||
:::
|
||||
|
||||
## Basic Operations
|
||||
|
||||
- Link
|
||||
- Create a link
|
||||
- Get a link
|
||||
- Update a link
|
||||
|
||||
|
||||
## Example Usage
|
||||
|
||||
This workflow shows you how to create a new link. You can also find the [workflow](https://n8n.io/workflows/442) on the website. This example usage workflow uses the following two nodes.
|
||||
- [Start](../../core-nodes/Start/README.md)
|
||||
- [Bitly]()
|
||||
|
||||
The final workflow should look like the following image.
|
||||
|
||||

|
||||
|
||||
### 1. Start node
|
||||
|
||||
The start node exists by default when you create a new workflow.
|
||||
|
||||
### 2. Bitly node
|
||||
|
||||
1. First of all, you'll have to enter credentials for the Twilio node. You can find out how to do that [here](../../../credentials/Bitly/README.md).
|
||||
2. Enter the URL in the *Long URL* field.
|
||||
3. Click on *Execute Node* to run the workflow.
|
||||
BIN
docs/nodes/nodes-library/nodes/Bitly/workflow.png
Normal file
|
After Width: | Height: | Size: 286 KiB |
47
docs/nodes/nodes-library/nodes/Chargebee/README.md
Normal file
@@ -0,0 +1,47 @@
|
||||
---
|
||||
permalink: /nodes/n8n-nodes-base.chargebee
|
||||
---
|
||||
|
||||
# Chargebee
|
||||
|
||||
[Chargebee](https://www.chargebee.com/) is a billing platform for subscription based SaaS and eCommerce businesses. Chargebee integrates with payment gateways to let you automate recurring payment collection along with invoicing, taxes, accounting, email notifications, SaaS Metrics and customer management.
|
||||
|
||||
::: tip 🔑 Credentials
|
||||
You can find authentication information for this node [here](../../../credentials/Chargebee/README.md).
|
||||
:::
|
||||
|
||||
## Basic Operations
|
||||
|
||||
- Customer
|
||||
- Create a customer
|
||||
- Invoice
|
||||
- Return the invoices
|
||||
- Get URL for the invoice PDF
|
||||
- Subscription
|
||||
- Cancel a subscription
|
||||
- Delete a subscription
|
||||
|
||||
|
||||
## Example Usage
|
||||
|
||||
This workflow allows you to create a new customer in Chargebee. You can also find the [workflow](https://n8n.io/workflows/483) on the website. This example usage workflow would use the following two nodes.
|
||||
- [Start](../../core-nodes/Start/README.md)
|
||||
- [Chargebee]()
|
||||
|
||||
The final workflow should look like the following image.
|
||||
|
||||

|
||||
|
||||
### 1. Start node
|
||||
|
||||
The start node exists by default when you create a new workflow.
|
||||
|
||||
### 2. Chargebee node
|
||||
|
||||
1. First of all, you'll have to enter credentials for the Chargebee node. You can find out how to do that [here](../../../credentials/Chargebee/README.md).
|
||||
2. Select the 'Customer' option from the *Resource* dropdown list.
|
||||
3. Under the *Properties* section, click on the *Add Property* button and select *First Name*.
|
||||
5. Enter the first name of the contact in the *First Name* field.
|
||||
6. Click on *Add Property* again and select *Last Name*.
|
||||
7. Enter the last name of the contact in the *Last name* field.
|
||||
8. Click on *Execute Node* to run the workflow.
|
||||
BIN
docs/nodes/nodes-library/nodes/Chargebee/workflow.png
Normal file
|
After Width: | Height: | Size: 228 KiB |
40
docs/nodes/nodes-library/nodes/CircleCI/README.md
Normal file
@@ -0,0 +1,40 @@
|
||||
---
|
||||
permalink: /nodes/n8n-nodes-base.circleCi
|
||||
---
|
||||
|
||||
# CircleCI
|
||||
|
||||
[CircleCI](https://circleci.com/) is a continuous integration and delivery platform helps teams release quality code, faster.
|
||||
|
||||
::: tip 🔑 Credentials
|
||||
You can find authentication information for this node [here](../../../credentials/CircleCI/README.md).
|
||||
:::
|
||||
|
||||
## Basic Operations
|
||||
|
||||
- Pipeline
|
||||
- Get a pipeline
|
||||
- Get all pipelines
|
||||
- Trigger a pipeline
|
||||
|
||||
## Example Usage
|
||||
|
||||
This workflow allows you to get a pipeline in CircleCI. You can also find the [workflow](https://n8n.io/workflows/454) on the website. This example usage workflow would use the following two nodes.
|
||||
- [Start](../../core-nodes/Start/README.md)
|
||||
- [CircleCI]()
|
||||
|
||||
The final workflow should look like the following image.
|
||||
|
||||

|
||||
|
||||
### 1. Start node
|
||||
|
||||
The start node exists by default when you create a new workflow.
|
||||
|
||||
### 2. CircleCI node
|
||||
|
||||
1. First of all, you'll have to enter credentials for the CircleCI node. You can find out how to do that [here](../../../credentials/CircleCI/README.md).
|
||||
2. Select the VCS provider from the dropdown in the *Provider* field.
|
||||
3. Enter the project slug in the *Project Slug* field.
|
||||
4. Enter the number of the pipeline in CircleCI that you want to get in the *Pipeline Number* field.
|
||||
5. Click on *Execute Node* to run the workflow.
|
||||
BIN
docs/nodes/nodes-library/nodes/CircleCI/workflow.png
Normal file
|
After Width: | Height: | Size: 241 KiB |
40
docs/nodes/nodes-library/nodes/Clearbit/README.md
Normal file
@@ -0,0 +1,40 @@
|
||||
---
|
||||
permalink: /nodes/n8n-nodes-base.clearbit
|
||||
---
|
||||
|
||||
# Clearbit
|
||||
|
||||
[Clearbit](https://clearbit.com/) provides powerful products, and data APIs like contact enrichment, lead generation, financial compliance, and more to help businesses grow.
|
||||
|
||||
::: tip 🔑 Credentials
|
||||
You can find authentication information for this node [here](../../../credentials/Clearbit/README.md).
|
||||
:::
|
||||
|
||||
## Basic Operations
|
||||
|
||||
- Company
|
||||
- Look up person and company data based on an email or domain
|
||||
- Auto-complete company names and retrieve logo and domain
|
||||
- Person
|
||||
- Look up person and company data based on an email or domain
|
||||
|
||||
## Example Usage
|
||||
|
||||
This workflow allows you to look up a person using their email in Clearbit. You can also find the [workflow](https://n8n.io/workflows/484) on the website. This example usage workflow would use the following two nodes.
|
||||
- [Start](../../core-nodes/Start/README.md)
|
||||
- [Clearbit]()
|
||||
|
||||
The final workflow should look like the following image.
|
||||
|
||||

|
||||
|
||||
### 1. Start node
|
||||
|
||||
The start node exists by default when you create a new workflow.
|
||||
|
||||
### 2. Clearbit node
|
||||
|
||||
1. First of all, you'll have to enter credentials for the Clearbit node. You can find out how to do that [here](../../../credentials/Clearbit/README.md).
|
||||
2. Select the 'Person' option from the *Resource* dropdown list.
|
||||
3. Enter the email of the person you want to look up in the *Email* field.
|
||||
4. Click on *Execute Node* to run the workflow.
|
||||