From af139c8750625743e60da5f54f88a0d599504909 Mon Sep 17 00:00:00 2001 From: TephlonDude Date: Wed, 23 Feb 2022 05:50:00 -0700 Subject: [PATCH 1/3] Updated Creating Credentials Update credential documents to reflect using the Baserow user account information to create credentials. --- docs/nodes/credentials/Baserow/README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/docs/nodes/credentials/Baserow/README.md b/docs/nodes/credentials/Baserow/README.md index fa7df6671..ac838371f 100644 --- a/docs/nodes/credentials/Baserow/README.md +++ b/docs/nodes/credentials/Baserow/README.md @@ -13,11 +13,13 @@ You can use these credentials to authenticate the following node: Create a [Baserow](https://baserow.io/) account on any hosted Baserow instance or a self hosted instance. -## Using API Key +## Using User Account -1. Open your Baserow dashboard. -2. Click on the user menu on the top left and select **Settings** from the dropdown list. -3. Select the **API Tokens** section and click on the **Create token +** button. -4. Enter a name and give rights to your desired group. -5. Click on the **...** menu next to the token name and copy the token. -6. Use this token for your Baserow credential in n8n. +1. In n8n, open the Credentials menu item and click on **New** +2. In the **Add new credential** dialogue, select **Baserow API** and click on the **Continue** button +3. If using the online version of Baserow, leave the **Host** as **https://api/baserow.io**, otherwise set it to your self hosted instance API URL. +4. Enter your Baserow username in the **Username** field +5. Enter your Baserow password in the **Password** field +6. Click on the **Save** button + +You can now use this credential in your Baserow nodes. From c77d4cfa52198cf0eea6f64c663bbf31e8985b9e Mon Sep 17 00:00:00 2001 From: TephlonDude Date: Wed, 23 Feb 2022 06:36:03 -0700 Subject: [PATCH 2/3] Update docs/nodes/credentials/Baserow/README.md Co-authored-by: Deborah --- docs/nodes/credentials/Baserow/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nodes/credentials/Baserow/README.md b/docs/nodes/credentials/Baserow/README.md index ac838371f..4d3f3e13c 100644 --- a/docs/nodes/credentials/Baserow/README.md +++ b/docs/nodes/credentials/Baserow/README.md @@ -17,7 +17,7 @@ or a self hosted instance. 1. In n8n, open the Credentials menu item and click on **New** 2. In the **Add new credential** dialogue, select **Baserow API** and click on the **Continue** button -3. If using the online version of Baserow, leave the **Host** as **https://api/baserow.io**, otherwise set it to your self hosted instance API URL. +3. If using the online version of Baserow, leave the **Host** as `https://api/baserow.io`, otherwise set it to your self-hosted instance API URL. 4. Enter your Baserow username in the **Username** field 5. Enter your Baserow password in the **Password** field 6. Click on the **Save** button From 580776b19c74ac1ea5fa266a723fe524303fbb2e Mon Sep 17 00:00:00 2001 From: TephlonDude Date: Wed, 23 Feb 2022 06:36:10 -0700 Subject: [PATCH 3/3] Update docs/nodes/credentials/Baserow/README.md Co-authored-by: Deborah --- docs/nodes/credentials/Baserow/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nodes/credentials/Baserow/README.md b/docs/nodes/credentials/Baserow/README.md index 4d3f3e13c..f9e5cb73e 100644 --- a/docs/nodes/credentials/Baserow/README.md +++ b/docs/nodes/credentials/Baserow/README.md @@ -15,7 +15,7 @@ or a self hosted instance. ## Using User Account -1. In n8n, open the Credentials menu item and click on **New** +1. In n8n, open the **Credentials** menu item and click on **New** 2. In the **Add new credential** dialogue, select **Baserow API** and click on the **Continue** button 3. If using the online version of Baserow, leave the **Host** as `https://api/baserow.io`, otherwise set it to your self-hosted instance API URL. 4. Enter your Baserow username in the **Username** field