redirects and list formatting

This commit is contained in:
Deborah Barnard 2022-04-28 12:55:18 +01:00
parent 8bf21ba882
commit 35832a7ac7
195 changed files with 235 additions and 35 deletions

View File

@ -5,11 +5,13 @@ If you want to contribute to this repository - thank you! Before you start, have
## Documenting nodes
* **Nodes and trigger nodes:** Create a directory with the name of the node at `docs/integrations/nodes/` or `docs/integrations/trigger-nodes/` containing:
- A text file named `n8n-nodes-base.<node-name>.md` describing the functionality of the relevant node.
* **Credentials:** Create a document with the name of the node at `docs/integrations/credentials/` containing:
- A text file with the node name describing how to obtain credentials for the relevant node.
A standard node doc includes the following parts:
* Node description
- Describe briefly the purpose and function of the node.
* Operations

View File

@ -32,7 +32,8 @@
# The nodes library . . . may the odds be ever in your favour
/nodes/n8n-nodes-base.function/nconst/ /integrations/core-nodes/n8n-nodes-base.function/
/credentials/smtp/ /integrations/credentials/sendemail/
/credentials/facebookGraphApp /integrations/credentials/facebookapp
/credentials/* /integrations/credentials/:splat
@ -41,7 +42,7 @@
/nodes/creating-nodes/create-node.html /integrations/creating-nodes/code/create-first-node/
/nodes/creating-nodes/create-n8n-nodes-module.html /integrations/creating-nodes/code/create-n8n-nodes-module/
/nodes/creating-nodes/create-trigger-node.html /integrations/creating-nodes/code/create-trigger-node/
/nodes/creating-nodes/node-dev-cli.html /integrations/creating-nodes/code/node-dev-cli/
/nodes/creating-nodes/node-dev-cli.html /integrations/creating-nodes/code/node-developer-cli/
/nodes/creating-nodes/node-elements.html /integrations/creating-nodes/code/ui-elements/
/nodes/creating-nodes/making-http-requests.html /integrations/creating-nodes/code/http-helpers/
/nodes/creating-nodes/node-linter.html /integrations/creating-nodes/code/node-linter/
@ -251,9 +252,9 @@
/nodes/n8n-nodes-base.googledrive/ /integrations/nodes/n8n-nodes-base.googleDrive/
/nodes/n8n-nodes-base.googleDriveTrigger/ /integrations/trigger-nodes/n8n-nodes-base.googleDriveTrigger/
/nodes/n8n-nodes-base.googledrivetrigger/ /integrations/trigger-nodes/n8n-nodes-base.googleDriveTrigger/
/nodes/n8n-nodes-base.googleFirebaseCloudFirestore/ /integrations/nodes/n8n-nodes-base.googleFirebaseCloudFirestore/
/nodes/n8n-nodes-base.googlefirebasecloudfirestore/ /integrations/nodes/n8n-nodes-base.googleFirebaseCloudFirestore/
/nodes/n8n-nodes-base.googleFirebaseRealtimeDatabase/ /integrations/nodes/n8n-nodes-base.googleFirebaseRealtimeDatabase/
/nodes/n8n-nodes-base.googleFirebaseCloudFirestore/ /integrations/nodes/n8n-nodes-base.googleCloudFirestore/
/nodes/n8n-nodes-base.googlefirebasecloudfirestore/ /integrations/nodes/n8n-nodes-base.googleCloudFirestore/
/nodes/n8n-nodes-base.googleFirebaseRealtimeDatabase/ /integrations/nodes/n8n-nodes-base.googleCloudRealtimeDatabase/
/nodes/n8n-nodes-base.googlefirebaserealtimedatabase/ /integrations/nodes/n8n-nodes-base.googleFirebaseRealtimeDatabase/
/nodes/n8n-nodes-base.googlePerspective/ /integrations/nodes/n8n-nodes-base.googlePerspective/
/nodes/n8n-nodes-base.googleperspective/ /integrations/nodes/n8n-nodes-base.googlePerspective/
@ -320,10 +321,15 @@
/nodes/n8n-nodes-base.keapTrigger/ /integrations/trigger-nodes/n8n-nodes-base.keapTrigger/
/nodes/n8n-nodes-base.keaptrigger/ /integrations/trigger-nodes/n8n-nodes-base.keapTrigger/
/nodes/n8n-nodes-base.kitemaker/ /integrations/nodes/n8n-nodes-base.kitemaker/
/nodes/n8n-nodes-base.koBoToolbox/ /integrations/nodes/n8n-nodes-base.koBoToolbox/
/nodes/n8n-nodes-base.kobotoolbox/ /integrations/nodes/n8n-nodes-base.koBoToolbox/
/nodes/n8n-nodes-base.koBoToolboxTrigger/ /integrations/trigger-nodes/n8n-nodes-base.koBoToolboxTrigger/
/nodes/n8n-nodes-base.kobotoolboxtrigger/ /integrations/trigger-nodes/n8n-nodes-base.koBoToolboxTrigger/
/nodes/n8n-nodes-base.lemlist/ /integrations/nodes/n8n-nodes-base.lemlist/
/nodes/n8n-nodes-base.lemlistTrigger/ /integrations/trigger-nodes/n8n-nodes-base.lemlistTrigger/
/nodes/n8n-nodes-base.lemlisttrigger/ /integrations/trigger-nodes/n8n-nodes-base.lemlistTrigger/
/nodes/n8n-nodes-base.line/ /integrations/nodes/n8n-nodes-base.line/
/nodes/n8n-nodes-base.linear/ /integrations/nodes/n8n-nodes-base.linear/
/nodes/n8n-nodes-base.linearTrigger/ /integrations/trigger-nodes/n8n-nodes-base.linearTrigger/
/nodes/n8n-nodes-base.lineartrigger/ /integrations/trigger-nodes/n8n-nodes-base.linearTrigger/
/nodes/n8n-nodes-base.lingvaNex/ /integrations/nodes/n8n-nodes-base.lingvaNex/
@ -581,6 +587,7 @@
/nodes/n8n-nodes-base.workabletrigger/ /integrations/trigger-nodes/n8n-nodes-base.workableTrigger/
/nodes/n8n-nodes-base.workflowTrigger/ /integrations/core-nodes/n8n-nodes-base.workflowTrigger/
/nodes/n8n-nodes-base.workflowtrigger/ /integrations/core-nodes/n8n-nodes-base.workflowTrigger/
/nodes/n8n-nodes-base.Workflowtrigger/ /integrations/core-nodes/n8n-nodes-base.workflowTrigger/
/nodes/n8n-nodes-base.writeBinaryFile/ /integrations/core-nodes/n8n-nodes-base.writeBinaryFile/
/nodes/n8n-nodes-base.writebinaryfile/ /integrations/core-nodes/n8n-nodes-base.writeBinaryFile/
/nodes/n8n-nodes-base.wufooTrigger/ /integrations/trigger-nodes/n8n-nodes-base.wufooTrigger/

View File

@ -1,6 +1,7 @@
# ActiveCampaign
You can use these credentials to authenticate the following nodes with ActiveCampaign.
- [ActiveCampaign](/integrations/nodes/n8n-nodes-base.activeCampaign/)
- [Active Campaign Trigger](/integrations/trigger-nodes/n8n-nodes-base.activeCampaignTrigger/)

View File

@ -1,6 +1,7 @@
# Acuity Scheduling
You can use these credentials to authenticate the following nodes with Acuity Scheduling.
- [Acuity Scheduling Trigger](/integrations/trigger-nodes/n8n-nodes-base.acuitySchedulingTrigger/)
## Prerequisites
@ -9,7 +10,7 @@ Create an [Acuity Scheduling](https://acuityscheduling.com/) account.
## Using OAuth
!!! note "⛅️ Note for n8n.cloud users"
!!! note "Note for n8n.cloud users"
You'll only need to enter the Credentials Name and click on the circle button in the OAuth section to connect your Acuity Scheduling account to n8n.

View File

@ -1,6 +1,7 @@
# Affinity
You can use these credentials to authenticate the following nodes with Affinity.
- [Affinity](/integrations/nodes/n8n-nodes-base.affinity/)
- [Affinity Trigger](/integrations/trigger-nodes/n8n-nodes-base.affinityTrigger/)

View File

@ -1,6 +1,7 @@
# Agile CRM
You can use these credentials to authenticate the following nodes with Agile CRM.
- [Agile CRM](/integrations/nodes/n8n-nodes-base.agileCrm/)

View File

@ -1,6 +1,7 @@
# Airtable
You can use these credentials to authenticate the following nodes with Airtable.
- [Airtable](/integrations/nodes/n8n-nodes-base.airtable/)
- [Airtable Trigger](/integrations/trigger-nodes/n8n-nodes-base.airtableTrigger/)

View File

@ -1,6 +1,7 @@
# AMQP
You can use these credentials to authenticate the following nodes with AMQP.
- [AMQP Sender](/integrations/nodes/n8n-nodes-base.amqp/)
- [AMQP Trigger](/integrations/trigger-nodes/n8n-nodes-base.amqpTrigger/)

View File

@ -1,6 +1,7 @@
# APITemplate.io
You can use these credentials to authenticate the following nodes with APITemplate.io.
- [APITemplate.io](/integrations/nodes/n8n-nodes-base.apiTemplateIo/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# Asana
You can use these credentials to authenticate the following nodes with Asana.
- [Asana](/integrations/nodes/n8n-nodes-base.asana/)
- [Asana Trigger](/integrations/trigger-nodes/n8n-nodes-base.asanaTrigger/)
@ -11,7 +12,7 @@ Create an [Asana](https://www.Asana.com/) account.
## Using OAuth
!!! note "⛅️ Note for n8n.cloud users"
!!! note "Note for n8n.cloud users"
You'll only need to enter the Credentials Name and click on the circle button in the OAuth section to connect your Asana account to n8n.

View File

@ -1,6 +1,7 @@
# Automizy
You can use these credentials to authenticate the following nodes with Automizy.
- [Automizy](/integrations/nodes/n8n-nodes-base.automizy/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# Autopilot
You can use these credentials to authenticate the following nodes with Autopilot.
- [Autopilot](/integrations/nodes/n8n-nodes-base.autopilot/)
- [Autopilot Trigger](/integrations/trigger-nodes/n8n-nodes-base.autopilotTrigger/)

View File

@ -1,6 +1,7 @@
# BambooHR
You can use these credentials to authenticate the following nodes with BambooHR.
- [BambooHR](/integrations/nodes/n8n-nodes-base.bambooHr/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# Bannerbear
You can use these credentials to authenticate the following nodes with Bannerbear.
- [Bannerbear](/integrations/nodes/n8n-nodes-base.bannerbear/)

View File

@ -1,6 +1,7 @@
# Beeminder
You can use these credentials to authenticate the following nodes with Beeminder.
- [Beeminder](/integrations/nodes/n8n-nodes-base.beeminder/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# Bitbucket
You can use these credentials to authenticate the following nodes with Bitbucket.
- [Bitbucket Trigger](/integrations/trigger-nodes/n8n-nodes-base.bitbucketTrigger/)

View File

@ -1,6 +1,7 @@
# Bitly
You can use these credentials to authenticate the following nodes with Bitly.
- [Bitly](/integrations/nodes/n8n-nodes-base.bitly/)
## Prerequisites
@ -9,7 +10,7 @@ Create a [Bitly](https://www.bitly.com/) account.
## Using OAuth
!!! note "⛅️ Note for n8n.cloud users"
!!! note "Note for n8n.cloud users"
You'll only need to enter the Credentials Name and click on the circle button in the OAuth section to connect your Bitly account to n8n.

View File

@ -1,6 +1,7 @@
# Bitwarden
You can use these credentials to authenticate the following nodes with Bitwarden.
- [Bitwarden](/integrations/nodes/n8n-nodes-base.bitwarden/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# Box
You can use these credentials to authenticate the following nodes with Box.
- [Box](/integrations/nodes/n8n-nodes-base.box/)
- [Box Trigger](/integrations/trigger-nodes/n8n-nodes-base.boxTrigger/)
@ -10,7 +11,7 @@ Create a [Box](https://www.box.com/) account.
## Using OAuth
!!! note "⛅️ Note for n8n.cloud users"
!!! note "Note for n8n.cloud users"
You'll only need to enter the Credentials Name and click on the circle button in the OAuth section to connect your Box account to n8n.

View File

@ -1,6 +1,7 @@
# Brandfetch
You can use these credentials to authenticate the following nodes with Brandfetch.
- [Brandfetch](/integrations/nodes/n8n-nodes-base.Brandfetch/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# Bubble
You can use these credentials to authenticate the following nodes with Bubble.
- [Bubble](/integrations/nodes/n8n-nodes-base.bubble/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# Calendly
You can use these credentials to authenticate the following nodes with Calendly.
- [Calendly Trigger](/integrations/trigger-nodes/n8n-nodes-base.calendlyTrigger/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# Chargebee
You can use these credentials to authenticate the following nodes with Chargebee.
- [Chargebee](/integrations/nodes/n8n-nodes-base.chargebee/)
- [Chargebee Trigger](/integrations/trigger-nodes/n8n-nodes-base.chargebeeTrigger/)

View File

@ -1,6 +1,7 @@
# CircleCI
You can use these credentials to authenticate the following nodes with CircleCI.
- [CircleCI](/integrations/nodes/n8n-nodes-base.circleCi/)

View File

@ -1,6 +1,7 @@
# Clearbit
You can use these credentials to authenticate the following nodes with Clearbit.
- [Clearbit](/integrations/nodes/n8n-nodes-base.clearbit/)

View File

@ -1,6 +1,7 @@
# ClickUp
You can use these credentials to authenticate the following nodes with ClickUp.
- [ClickUp](/integrations/nodes/n8n-nodes-base.clickUp/)
- [ClickUp Trigger](/integrations/trigger-nodes/n8n-nodes-base.clickUpTrigger/)
@ -10,7 +11,7 @@ Create a [ClickUp](https://www.clickup.com/) account.
## Using OAuth
!!! note "⛅️ Note for n8n.cloud users"
!!! note "Note for n8n.cloud users"
You'll only need to enter the Credentials Name and click on the circle button in the OAuth section to connect your ClickUp account to n8n.

View File

@ -1,6 +1,7 @@
# Clockify
You can use these credentials to authenticate the following nodes with Clockify.
- [Clockify](/integrations/nodes/n8n-nodes-base.clockify/)
- [Clockify Trigger](/integrations/trigger-nodes/n8n-nodes-base.clockifyTrigger/)

View File

@ -1,6 +1,7 @@
# Cockpit
You can use these credentials to authenticate the following nodes with Cockpit.
- [Cockpit](/integrations/nodes/n8n-nodes-base.cockpit/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# Coda
You can use these credentials to authenticate the following nodes with Coda.
- [Coda](/integrations/nodes/n8n-nodes-base.coda/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# Contentful
You can use these credentials to authenticate the following nodes with Contentful.
- [Contentful](/integrations/nodes/n8n-nodes-base.contentful/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# ConvertKit
You can use these credentials to authenticate the following nodes with ConvertKit.
- [ConvertKit](/integrations/nodes/n8n-nodes-base.convertKit/)
- [ConvertKit Trigger](/integrations/trigger-nodes/n8n-nodes-base.convertKitTrigger/)

View File

@ -1,6 +1,7 @@
# Copper
You can use these credentials to authenticate the following nodes with Copper.
- [Copper](/integrations/nodes/n8n-nodes-base.copper/)
- [Copper Trigger](/integrations/trigger-nodes/n8n-nodes-base.copperTrigger/)

View File

@ -1,5 +1,6 @@
You can use these credentials to authenticate the following nodes with Cortex.
- [Cortex](/integrations/nodes/n8n-nodes-base.cortex/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# CrateDB
You can use these credentials to authenticate the following nodes with CrateDB.
- [CrateDB](/integrations/nodes/n8n-nodes-base.crateDb/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# Customer.io
You can use these credentials to authenticate the following nodes with Customer.io.
- [Customer.io](/integrations/nodes/n8n-nodes-base.customerIo/)
- [Customer.io Trigger](/integrations/trigger-nodes/n8n-nodes-base.customerIoTrigger/)

View File

@ -1,6 +1,7 @@
# DeepL
You can use these credentials to authenticate the following nodes with DeepL.
- [DeepL](/integrations/nodes/n8n-nodes-base.deepL/)

View File

@ -1,6 +1,7 @@
# Demio
You can use these credentials to authenticate the following nodes with Demio.
- [Demio](/integrations/nodes/n8n-nodes-base.demio/)

View File

@ -1,6 +1,7 @@
# DHL
You can use these credentials to authenticate the following nodes with DHL.
- [DHL](/integrations/nodes/n8n-nodes-base.dhl/)
## Prerequisites

View File

@ -1,5 +1,6 @@
# Discord
You can follow these instructions to create a webhook in Discord to use with the following nodes.
- [Discord](/integrations/nodes/n8n-nodes-base.discord/)

View File

@ -1,6 +1,7 @@
# Discourse
You can use these credentials to authenticate the following nodes with Discourse.
- [Discourse](/integrations/nodes/n8n-nodes-base.discourse/)

View File

@ -1,6 +1,7 @@
# Disqus
You can use these credentials to authenticate the following nodes with Disqus.
- [Disqus](/integrations/nodes/n8n-nodes-base.disqus/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# Drift
You can use these credentials to authenticate the following nodes with Drift.
- [Drift](/integrations/nodes/n8n-nodes-base.drift/)
## Prerequisites
@ -9,7 +10,7 @@ Create a [Drift](https://www.drift.com/) account.
## Using OAuth
!!! note "⛅️ Note for n8n.cloud users"
!!! note "Note for n8n.cloud users"
You'll only need to enter the Credentials Name and click on the circle button in the OAuth section to connect your Drift account to n8n.

View File

@ -1,6 +1,7 @@
# Dropbox
You can use these credentials to authenticate the following nodes with Dropbox.
- [Dropbox](/integrations/nodes/n8n-nodes-base.dropbox/)
## Prerequisites
@ -9,7 +10,7 @@ Create a [Dropbox](https://www.dropbox.com/) account.
## Using OAuth
!!! note "⛅️ Note for n8n.cloud users"
!!! note "Note for n8n.cloud users"
You'll only need to enter the Credentials Name and click on the circle button in the OAuth section to connect your Dropbox account to n8n.

View File

@ -1,6 +1,7 @@
# Dropcontact
You can use these credentials to authenticate the following nodes with Dropcontact.
- [Dropcontact](/integrations/nodes/n8n-nodes-base.dropcontact/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# E-goi
You can use these credentials to authenticate the following nodes with E-goi.
- [E-goi](/integrations/nodes/n8n-nodes-base.egoi/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# Emelia
You can use these credentials to authenticate the following nodes with Emelia.
- [Emelia](/integrations/nodes/n8n-nodes-base.emelia/)
- [Emelia Trigger](/integrations/trigger-nodes/n8n-nodes-base.emeliaTrigger/)

View File

@ -1,6 +1,7 @@
# ERPNext
You can use these credentials to authenticate the following nodes with Emelia.
- [ERPNext](/integrations/nodes/n8n-nodes-base.erpNext/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# Eventbrite
You can use these credentials to authenticate the following nodes with Eventbrite.
- [Eventbrite Trigger](/integrations/trigger-nodes/n8n-nodes-base.eventbriteTrigger/)
## Prerequisites
@ -9,7 +10,7 @@ Create a [Eventbrite](https://www.eventbrite.com/) account.
## Using OAuth
!!! note "⛅️ Note for n8n.cloud users"
!!! note "Note for n8n.cloud users"
You'll only need to enter the Credentials Name and click on the circle button in the OAuth section to connect your Eventbrite account to n8n.

View File

@ -1,6 +1,7 @@
# Facebook App
You can use these credentials to authenticate the following nodes with Facebook.
- [Facebook Trigger](/integrations/trigger-nodes/n8n-nodes-base.facebookTrigger/)
**Note:** If you want to create credentials for the [Facebook Graph API](/integrations/nodes/n8n-nodes-base.facebookGraphAPI/) node, follow the instructions mentioned in the [Facebook Graph API](/integrations/credentials/facebookGraph/) credentials documentation.

View File

@ -1,6 +1,7 @@
# Facebook Graph API
You can use these credentials to authenticate the following nodes with Facebook.
- [Facebook Graph API](/integrations/nodes/n8n-nodes-base.facebookGraphAPI/)
**Note:** If you want to create credentials for the [Facebook Trigger](/integrations/trigger-nodes/n8n-nodes-base.facebookTrigger/) node, follow the instructions mentioned in the [Facebook App](/integrations/credentials/facebookApp/) credentials documentation.

View File

@ -1,6 +1,7 @@
# FileMaker
You can use these credentials to authenticate the following nodes with FileMaker.
- [FileMaker](/integrations/nodes/n8n-nodes-base.filemaker/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# Flow
You can use these credentials to authenticate the following nodes with Flow.
- [Flow](/integrations/nodes/n8n-nodes-base.flow/)
- [Flow Trigger](/integrations/trigger-nodes/n8n-nodes-base.flowTrigger/)

View File

@ -1,6 +1,7 @@
# Freshdesk
You can use these credentials to authenticate the following nodes with Freshdesk.
- [Freshdesk](/integrations/nodes/n8n-nodes-base.freshdesk/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# FTP
You can use these credentials to authenticate the following nodes with FTP.
- [FTP](/integrations/core-nodes/n8n-nodes-base.ftp/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# GetResponse
You can use these credentials to authenticate the following nodes with GetResponse.
- [GetResponse](/integrations/nodes/n8n-nodes-base.getResponse/)
- [GetResponse Trigger](/integrations/trigger-nodes/n8n-nodes-base.getResponseTrigger/)

View File

@ -1,6 +1,7 @@
# Ghost
You can use these credentials to authenticate the following nodes with Ghost.
- [Ghost](/integrations/nodes/n8n-nodes-base.ghost/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# Git
You can use these credentials to authenticate the following nodes with Git.
- [Git](/integrations/core-nodes/n8n-nodes-base.git/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# GitHub
You can use these credentials to authenticate the following nodes with GitHub.
- [GitHub](/integrations/nodes/n8n-nodes-base.github/)
- [GitHub Trigger](/integrations/trigger-nodes/n8n-nodes-base.githubTrigger/)
@ -11,7 +12,7 @@ Create a [GitHub](https://github.com/) account.
## Using OAuth
!!! note "⛅️ Note for n8n.cloud users"
!!! note "Note for n8n.cloud users"
You'll only need to enter the Credentials Name and click on the circle button in the OAuth section to connect your GitHub account to n8n.

View File

@ -1,6 +1,7 @@
# GitLab
You can use these credentials to authenticate the following nodes with GitLab.
- [GitLab](/integrations/nodes/n8n-nodes-base.gitlab/)
- [GitLab Trigger](/integrations/trigger-nodes/n8n-nodes-base.gitlabTrigger/)
@ -10,7 +11,7 @@ Create a [GitLab](https://gitlab.com/) account.
## Using OAuth
!!! note "⛅️ Note for n8n.cloud users"
!!! note "Note for n8n.cloud users"
You'll only need to enter the Credentials Name and click on the circle button in the OAuth section to connect your GitLab account to n8n.

View File

@ -1,6 +1,7 @@
# GoToWebinar
You can use these credentials to authenticate the following nodes with GoToWebinar.
- [GoToWebinar](/integrations/nodes/n8n-nodes-base.goToWebinar/)
## Prerequisites
@ -9,7 +10,7 @@ Create a [GoToWebinar](https://gotowebinar.com/) account.
## Using OAuth
<!-- !!! tip ⛅️ Note for n8n.cloud users
<!-- !!! tip Note for n8n.cloud users
You'll only need to enter the Credentials Name and click on the circle button in the OAuth section to connect your GoToWebinar account to n8n.
-->

View File

@ -37,7 +37,7 @@ Once configured, you can use your credentials to authenticate the following node
| [Google Translate](/integrations/nodes/n8n-nodes-base.googleTranslate/) | :white_check_mark: | :white_check_mark: |
| [YouTube](/integrations/nodes/n8n-nodes-base.youTube/) | :white_check_mark: | :x: |
!!! note "⛅️ Note for n8n.cloud users"
!!! note "Note for n8n.cloud users"
For the following nodes, you only need to enter the Credentials Name and click on the **Sign in with Google** button in the OAuth section to connect your Google account to n8n:
* [Google Calendar](/integrations/nodes/n8n-nodes-base.googleCalendar/)
* [Google Contacts](/integrations/nodes/n8n-nodes-base.googleContacts/)

View File

@ -1,6 +1,7 @@
# Gotify
You can use these credentials to authenticate the following nodes with Gotify.
- [Gotify](/integrations/nodes/n8n-nodes-base.gotify/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# Grafana
You can use these credentials to authenticate the following nodes with Grafana.
- [Grafana](/integrations/nodes/n8n-nodes-base.grafana/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# Gumroad
You can use these credentials to authenticate the following nodes with Gumroad.
- [Gumroad Trigger](/integrations/trigger-nodes/n8n-nodes-base.gumroadTrigger/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# HaloPSA
You can use these credentials to authenticate the following nodes with HaloPSA.
- [HaloPSA](/integrations/nodes/n8n-nodes-base.haloPSA/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# Harvest
You can use these credentials to authenticate the following nodes with Harvest.
- [Harvest](/integrations/nodes/n8n-nodes-base.harvest/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# Help Scout
You can use these credentials to authenticate the following nodes with Help Scout.
- [Help Scout](/integrations/nodes/n8n-nodes-base.helpScout/)
- [Help Scout Trigger](/integrations/trigger-nodes/n8n-nodes-base.helpScoutTrigger/)
@ -10,7 +11,7 @@ Create a [Help Scout](https://www.helpscout.com/) account.
## Using OAuth
!!! note "⛅️ Note for n8n.cloud users"
!!! note "Note for n8n.cloud users"
You'll only need to enter the Credentials Name and click on the circle button in the OAuth section to connect your Help Scout account to n8n.

View File

@ -1,6 +1,7 @@
# Home Assistant
You can use these credentials to authenticate the following nodes with Home Assistant.
- [Home Assistant](/integrations/nodes/n8n-nodes-base.homeAssistant/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# HubSpot
You can use these credentials to authenticate the following nodes with HubSpot.
- [HubSpot](/integrations/nodes/n8n-nodes-base.hubspot/)
- [HubSpot Trigger](/integrations/trigger-nodes/n8n-nodes-base.hubSpotTrigger/)
@ -10,7 +11,7 @@ Create a [HubSpot](https://www.hubspot.com/) account.
## Using OAuth
!!! note "⛅️ Note for n8n.cloud users"
!!! note "Note for n8n.cloud users"
You'll only need to enter the Credentials Name and click on the circle button in the OAuth section to connect your HubSpot account to n8n.

View File

@ -1,6 +1,7 @@
# Humantic AI
You can use these credentials to authenticate the following nodes with Humantic AI.
- [Humantic AI](/integrations/nodes/n8n-nodes-base.humanticAi/)
## Using API

View File

@ -1,6 +1,7 @@
# Hunter
You can use these credentials to authenticate the following nodes with Hunter.
- [Hunter](/integrations/nodes/n8n-nodes-base.hunter/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# IMAP
You can use these credentials to authenticate the following nodes with IMAP.
- [IMAP Email](/integrations/core-nodes/n8n-nodes-base.imapEmail/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# Intercom
You can use these credentials to authenticate the following nodes with Intercom.
- [Intercom](/integrations/nodes/n8n-nodes-base.intercom/)

View File

@ -1,6 +1,7 @@
# Invoice Ninja
You can use these credentials to authenticate the following nodes with Invoice Ninja.
- [Invoice Ninja](/integrations/nodes/n8n-nodes-base.invoiceNinja/)
- [Invoice Ninja Trigger](/integrations/trigger-nodes/n8n-nodes-base.invoiceNinjaTrigger/)

View File

@ -1,6 +1,7 @@
# Iterable
You can use these credentials to authenticate the following nodes with Iterable.
- [Iterable](/integrations/nodes/n8n-nodes-base.iterable/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# Jenkins
You can use these credentials to authenticate the following nodes with CircleCI.
- [Jenkins](/integrations/nodes/n8n-nodes-base.jenkins/)

View File

@ -1,6 +1,7 @@
# Jira
You can use these credentials to authenticate the following nodes with Jira.
- [Jira](/integrations/nodes/n8n-nodes-base.jira/)
- [Jira Trigger](/integrations/trigger-nodes/n8n-nodes-base.jiraTrigger/)

View File

@ -1,6 +1,7 @@
# JotForm
You can use these credentials to authenticate the following nodes with JotForm.
- [JotForm Trigger](/integrations/trigger-nodes/n8n-nodes-base.jotFormTrigger/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# Kafka
You can use these credentials to authenticate the following nodes with Kafka.
- [Kafka](/integrations/nodes/n8n-nodes-base.kafka/)
- [Kafka Trigger](/integrations/trigger-nodes/n8n-nodes-base.kafkaTrigger/)

View File

@ -1,6 +1,7 @@
# Keap
You can use these credentials to authenticate the following nodes with Keap.
- [Keap](/integrations/nodes/n8n-nodes-base.keap/)
- [Keap Trigger](/integrations/trigger-nodes/n8n-nodes-base.keapTrigger/)
@ -10,7 +11,7 @@ Create a [Keap](https://keap.com/) account.
## Using OAuth
!!! note "⛅️ Note for n8n.cloud users"
!!! note "Note for n8n.cloud users"
You'll only need to enter the Credentials Name and click on the circle button in the OAuth section to connect your Keap account to n8n.

View File

@ -1,6 +1,7 @@
# Kitemaker
You can use these credentials to authenticate the following nodes with Kitemaker.
- [Kitemaker](/integrations/nodes/n8n-nodes-base.kitemaker/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# Lemlist
You can use these credentials to authenticate the following nodes with Lemlist.
- [Lemlist](/integrations/nodes/n8n-nodes-base.lemlist/)
- [Lemlist Trigger](/integrations/trigger-nodes/n8n-nodes-base.lemlistTrigger/)

View File

@ -1,6 +1,7 @@
# Line
You can use these credentials to authenticate the following nodes with Line.
- [Line](/integrations/nodes/n8n-nodes-base.line/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# LingvaNex
You can use these credentials to authenticate the following nodes with LingvaNex.
- [LingvaNex](/integrations/nodes/n8n-nodes-base.lingvaNex/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# LinkedIn
You can use these credentials to authenticate the following nodes with LinkedIn.
- [LinkedIn](/integrations/nodes/n8n-nodes-base.linkedIn/)
## Prerequisites
@ -9,7 +10,7 @@ Create a [LinkedIn](https://www.linkedin.com/) account.
## Using OAuth
!!! note "⛅️ Note for n8n.cloud users"
!!! note "Note for n8n.cloud users"
You'll only need to enter the Credentials Name and click on the circle button in the OAuth section to connect your LinkedIn account to n8n.

View File

@ -1,6 +1,7 @@
# Mailcheck
You can use these credentials to authenticate the following nodes with Mailcheck.
- [Mailcheck](/integrations/nodes/n8n-nodes-base.mailcheck/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# Mailchimp
You can use these credentials to authenticate the following nodes with Mailchimp.
- [Mailchimp](/integrations/nodes/n8n-nodes-base.mailchimp/)
- [Mailchimp Trigger](/integrations/trigger-nodes/n8n-nodes-base.mailchimpTrigger/)
@ -10,7 +11,7 @@ Create a [Mailchimp](https://www.mailchimp.com/) account.
## Using OAuth
!!! note "⛅️ Note for n8n.cloud users"
!!! note "Note for n8n.cloud users"
You'll only need to enter the Credentials Name and click on the circle button in the OAuth section to connect your Mailchimp account to n8n.

View File

@ -1,6 +1,7 @@
# MailerLite
You can use these credentials to authenticate the following nodes with MailerLite.
- [MailerLite](/integrations/nodes/n8n-nodes-base.mailerLite/)
- [MailerLite Trigger](/integrations/trigger-nodes/n8n-nodes-base.mailerLiteTrigger/)

View File

@ -1,6 +1,7 @@
# Mailgun
You can use these credentials to authenticate the following nodes with Mailgun.
- [Mailgun](/integrations/nodes/n8n-nodes-base.mailgun/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# Mailjet
You can use these credentials to authenticate the following nodes with Mailjet.
- [Mailjet](/integrations/nodes/n8n-nodes-base.mailjet/)
- [Mailjet Trigger](/integrations/trigger-nodes/n8n-nodes-base.mailjetTrigger/)

View File

@ -1,6 +1,7 @@
# Mandrill
You can use these credentials to authenticate the following nodes with Mandrill.
- [Mandrill](/integrations/nodes/n8n-nodes-base.mandrill/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# Matrix
You can use these credentials to authenticate the following nodes with Matrix.
- [Matrix](/integrations/nodes/n8n-nodes-base.matrix/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# Mattermost
You can use these credentials to authenticate the following nodes with Mattermost.
- [Mattermost](/integrations/nodes/n8n-nodes-base.mattermost/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# Mautic
You can use these credentials to authenticate the following nodes with Mautic.
- [Mautic](/integrations/nodes/n8n-nodes-base.mautic/)
- [Mautic Trigger](/integrations/trigger-nodes/n8n-nodes-base.mauticTrigger/)

View File

@ -1,6 +1,7 @@
# Medium
You can use these credentials to authenticate the following nodes with Medium.
- [Medium](/integrations/nodes/n8n-nodes-base.medium/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# MessageBird
You can use these credentials to authenticate the following nodes with MessageBird.
- [MessageBird](/integrations/nodes/n8n-nodes-base.messageBird/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# Microsoft
You can use these credentials to authenticate the following nodes with Microsoft.
- [Microsoft Dynamics CRM](/integrations/nodes/n8n-nodes-base.microsoftDynamicsCrm/)
- [Microsoft Excel](/integrations/nodes/n8n-nodes-base.microsoftExcel/)
- [Microsoft Graph Security](/integrations/nodes/n8n-nodes-base.microsoftGraphSecurity/)
@ -15,7 +16,7 @@ Create a [Microsoft Azure](https://azure.microsoft.com/) account.
## Using OAuth
!!! note "⛅️ Note for n8n.cloud users"
!!! note "Note for n8n.cloud users"
You'll only need to enter the Credentials Name and click on the circle button in the OAuth section to connect your Microsoft account to n8n.

View File

@ -1,6 +1,7 @@
# Microsoft SQL
You can use these credentials to authenticate the following nodes with Microsoft SQL.
- [Microsoft SQL](/integrations/nodes/n8n-nodes-base.microsoftSQL/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# Mindee
You can use these credentials to authenticate the following nodes with Mindee.
- [Mindee](/integrations/nodes/n8n-nodes-base.mindee/)
## Prerequisites

View File

@ -1,6 +1,7 @@
# Mocean
You can use these credentials to authenticate the following nodes with Mocean.
- [Mocean](/integrations/nodes/n8n-nodes-base.mocean/)
## Prerequisites

Some files were not shown because too many files have changed in this diff Show More