You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
///
18
18
19
19
## Supported authentication methods
20
20
@@ -26,8 +26,26 @@ Refer to [Adalo's API collections documentation](https://help.adalo.com/integrat
26
26
27
27
## Using API key
28
28
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