From ec7f7fa3b05a9a55db29e2a327aafef71fa03ebe Mon Sep 17 00:00:00 2001 From: Harshil Date: Tue, 6 Oct 2020 14:37:24 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=20Wufoo=20credentials=20documentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/nodes/credentials/Wufoo/README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/nodes/credentials/Wufoo/README.md diff --git a/docs/nodes/credentials/Wufoo/README.md b/docs/nodes/credentials/Wufoo/README.md new file mode 100644 index 000000000..d648ababb --- /dev/null +++ b/docs/nodes/credentials/Wufoo/README.md @@ -0,0 +1,22 @@ +--- +permalink: /credentials/wufoo +description: Learn to configure credentials for the Wufoo Trigger node in n8n +--- + +# Wufoo + +You can use these credentials to authenticate the following nodes with Wufoo. +- [Wufoo Trigger](../../nodes-library/trigger-nodes/WufooTrigger/README.md) + +## Prerequisites + +Create a [Wufoo](https://wufoo.com) account. + +## Using API Key + +1. Access the [Wufoo Form Manager](https://app.wufoo.com/#/form-manager). +2. To the right of the form, click on ***...*** and select ***API Information*** from the dropdown list. +3. Copy the API Key. +4. Click on ***Account*** from the top right corner and select 'My Account' from the dropdown list. +5. Copy the Subdomain. +6. Use this API Key and Subdomain with your Wufoo Trigger node credentials in n8n.