Skip to content

Commit 4082a0d

Browse files
authored
DOC-1078: Update Adalo credentials to medium tier template (n8n-io#2434)
1 parent 978d076 commit 4082a0d

File tree

1 file changed

+27
-9
lines changed
  • docs/integrations/builtin/credentials

1 file changed

+27
-9
lines changed

docs/integrations/builtin/credentials/adalo.md

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ priority: medium
1010

1111
You can use these credentials to authenticate the following nodes:
1212

13-
- [Adalo node](/integrations/builtin/app-nodes/n8n-nodes-base.adalo/)
13+
- [Adalo](/integrations/builtin/app-nodes/n8n-nodes-base.adalo/)
1414

15-
## Prerequisites
16-
17-
Create an [Adalo](https://www.adalo.com/){:target=_blank .external-link} account on the Team or Business plan.
15+
/// note | API access
16+
You need a Team or Business plan to use the Adalo APIs.
17+
///
1818

1919
## Supported authentication methods
2020

@@ -26,8 +26,26 @@ Refer to [Adalo's API collections documentation](https://help.adalo.com/integrat
2626

2727
## Using API key
2828

29-
To configure this credential, you'll need:
30-
31-
- An **API Key**: Follow [Adalo's API documentation](https://help.adalo.com/integrations/the-adalo-api){:target=_blank .external-link} to get your API key.
32-
- An **App ID**: Follow the instructions above to get your App ID, or access it later by following [Adalo's App ID instructions](https://forum.adalo.com/t/i-dont-find-app-id/10788/2){:target=_blank .external-link}.
33-
29+
To configure this credential, you'll need an [Adalo](https://www.adalo.com/){:target=_blank .external-link} account and:
30+
31+
- An **API Key**
32+
- An **App ID**
33+
34+
To get these, create an Adalo app:
35+
36+
1. From the app dropdown in the top navigation, select **CREATE NEW APP**.
37+
1. Select the App Layout type that makes sense for you and select **Next**.
38+
- If you're new to using the product, Adalo recommend using **Mobile Only**.
39+
1. Select a template to get started with or select **Blank**, then select **Next**.
40+
1. Enter an **App Name**, like `n8n integration`.
41+
1. If applicable, select the **Team** for the app.
42+
1. Select branding colors.
43+
1. Select **Create**. The app editor opens.
44+
1. In the left menu, select **Settings** (the gear cog icon).
45+
1. Select **App Access**.
46+
1. In the **API Key** section, select **Generate Key**.
47+
- If you don't have the correct plan level, you'll see a prompt to upgrade instead.
48+
1. Copy the key and enter it as the **API Key** in your n8n credential.
49+
1. The URL includes the **App ID** after `https://app.adalo.com/apps/`. For example, if the URL for your app is `https://app.adalo.com/apps/b78bdfcf-48dc-4550-a474-dd52c19fc371/app-settings`, `b78bdfcf-48dc-4550-a474-dd52c19fc371` is the App ID. Copy this value and enter it in your n8n credential.
50+
51+
Refer to [Creating an app](https://help.adalo.com/design/designing-your-app/creating-an-app){:target=_blank .external-link} for more information on creating apps in Adalo. Refer to [The Adalo API](https://help.adalo.com/integrations/the-adalo-api){:target=_blank .external-link} for more information on generating API keys.

0 commit comments

Comments
 (0)