---
title: "Connect n8n to Kommo"
slug: "connect-n8n-to-kommo"
updated: 2026-04-13T18:41:09Z
published: 2026-04-13T18:41:09Z
canonical: "support.kommo.com/connect-n8n-to-kommo"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.kommo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect n8n to Kommo

> [!NOTE]
> What you’ll need:
> 
> - An [n8n account](https://n8n.io/).
> - Any Kommo plan (**Base****,** **Advanced****, Pro,** **Enterprise****,** or 14-day trial).
> 
> Keep in mind:
> 
> - Only actions listed in the [Kommo developers documentation](https://developers.kommo.com/docs/kommo-for-developers) are supported in n8n.
> - HTTP Request nodes are required to connect Kommo with n8n Cloud (n8n doesn’t include a built-in Kommo connector).

Before you begin, make sure you have an active [n8n account](https://n8n.io/). You can connect Kommo and n8n in three different ways, depending on how you plan to run your workflows.

- [Via HTTP request](/v1/docs/connect-n8n-to-kommo#via-http-request)
- [Via long-lived token](/v1/docs/connect-n8n-to-kommo#via-longlived-token)
- [Via Docker](/v1/docs/connect-n8n-to-kommo#via-docker)

## Via HTTP request

To connect Kommo with n8n Cloud via HTTP request:

### In n8n:

1. Log in to your account and **create a new workflow**![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-76ppwy2h.png)
2. Click the **+** icon to add a node.![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-iyvg7q9k.png)
3. Open the **Core** category.![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-dv410b5t.png)
4. Select **HTTP Request**.![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-ybxeq0v0.png)
5. In the **Authentication field**, set the credential type to **Generic credential type**.![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-8oefpyw9.png)
6. In the **Generic Auth Type field**, enter the **OAuth2 API** value.![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-bnsjrlw3.png)
7. Open the **OAuth2 API dropdown** and click **Create new credential**.![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-bczlbvh5.png)
8. In the pop-up window, copy the **OAuth Redirect URL (1)** — you’ll need this when creating the integration in Kommo.

Enter the following values:

[Learn more about how the Access Token URL works](https://developers.kommo.com/docs/oauth-20).
  1. **Authorization URL (2).**
  2. **Access Token URL (3).**![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-2224pszr.png)
9. Keep this window open. You’ll fill in the **Client ID (4)** and **Client Secret (5)** fields later using the keys generated in Kommo.

For more information on how HTTP requests work, check [our documentation](https://developers.kommo.com/reference/leads).

### Continue in Kommo:

1. In your Kommo account, go to **Settings → Integration marketplace**. Then click **+** **Create integration**.![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-mitt4mum.png)
2. Paste the **OAuth Redirect URL (1)** copied from n8n.![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-n8wka1q3.png)
3. Add the **Integration name** and **Description**.![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-cqd8g2u1.png)
4. Assign the necessary access permissions, select a language and click **Save**.![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-ghoh1tkp.png)
5. Open the **Keys and scopes** tab. Generate a **Secret key (6)** and copy your **Integration ID (7)**.![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-dpi85p6g.png)

### Back in n8n:

1. Enter the following values in the credential window:

- **Client ID:** your Kommo **Integration ID** **(7)**.
- **Client Secret:** your Kommo **Secret key** **(6)**.![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-ezi3k0qf.png)

1. Click **Save** to complete the setup.

## Via long-lived token

To connect Kommo to n8n and authenticate your requests:

### In Kommo:

1. In your Kommo account, go to **Settings → Integrations** and click **Create integration** in the upper right corner.![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-y2mhlyie.png)
2. Enter the **Integration name** and **Description**.![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-na2ibgqs.png)
3. Assign access permissions, choose a language and click **Save**.![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-j6nkjxn7.png)
4. Open the **Keys and scopes** tab and generate a **Long-lived token (8)**.![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-jcy2al79.png)

### Continue in n8n:

1. Log in to your n8n account and create a new workflow.![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-euavguk6.png)
2. Click the **+** icon to add a new node.![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-0fjpwpcq.png)
3. Select **Core**.![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-ftlqc9km.png)
4. Select **HTTP Request**.![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-8vtkmpg6.png)
5. Open the HTTP Request configuration window and enter the following values:

- **URL:** your **Kommo domain**. To find it, copy your Kommo URL and remove the *https://* and .*kommo.com/* parts. (e.g., if your URL is https://test.kommo.com/, your domain is *test.)*
- **Authentication:** **Generic Credential Type**.
- **Generic Auth Type:** **Bearer Auth**.
- **Bearer Auth:** **Bearer Auth account**. ![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-zst0uzce.png)

1. Open the **Bearer Auth account** window and paste your **Long-lived token (8)** from Kommo.![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-ft6nae09.png)
2. Click **Save** to finish.

[Learn more about how HTTP requests work.](https://developers.kommo.com/reference/leads)

### Via Docker

To connect Kommo to n8n via Docker, you’ll need to [download and install Docker Desktop](https://www.docker.com/) from the official website. Next, follow these steps:

#### In Docker

1. Go to **Volumes → Create a volume**.![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-iyxw18ep.png)
2. Name the volume **n8n_data** and click **Create**.![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-gmcr9tbd.png)
3. Go to **Images** and click **Search images to run.**![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-suto39q7.png)
4. A search window will open. Type **n8n** and click **Pull** to download the image.![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-r8m7stmo.png)
5. Once the download is complete, click **Run** to create the container.![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-gf5fm933.png)
6. Fill in the required fields following the [n8n documentation](https://docs.n8n.io/hosting/installation/docker/), then click **Run**.![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-m1wqcmo7.png)
7. After the installation is complete, open your local n8n and set up the owner account.![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-7jkl2jqp.png)![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-8bfg9ljm.png)

Check out the [n8n video guide](https://www.youtube.com/watch?v=6ET3G7GiqZA&amp;t=259s) for more information on the installation.

#### In n8n:

1. Click your profile icon in the lower-left corner and open **Settings**.![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-5e0im62z.png)
2. Go to **Community nodes** and click **Install a community node**.![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-5jpprttx.png)
3. Enter **n8n-nodes-kommo** as the **npm package name** and **accept the policy**. Then click **Install**.![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-jo402x2d.png)
4. The Kommo node will now appear in your node list. To connect it with n8n, create a workflow and click the **+** icon.![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-6ztbod48.png)
5. Type **Kommo** in the search field and select it.![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-lzvymacw.png)
6. From the list of **Actions**, select **Get list of companies**.![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-pxo5ord6.png)
7. Click **Create new credential**.![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-5726zozz.png)
8. Select **Kommo OAuth2 API** and click **Continue**.
9. Copy the generated **OAuth Redirect URL** to use later in Kommo, and keep the window open to finish the setup later in Kommo.

### Continue in Kommo:

1. In your Kommo account, go to **Settings → Integrations**, then click **Create integration**.![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-5acgspms.png)
2. Fill in the integration details:
  1. **Redirect URL** (the one copied from n8n).![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-cnr8fhq9.png)
  2. **Integration name.**
  3. **Description.**![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-gr0c13q3.png)
3. Click **Save**.
4. Open the **Keys and scopes** tab and copy the:
  1. **Secret key (6).**
  2. **Integration ID (7).**![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-e00rh6h7.png)

#### Back in n8n:

1. Return to the credential window in n8n.
2. Enter the following values:
  1. **Client ID:** your Kommo **Integration ID** **(7)**.
  2. **Client Secret:** your Kommo **Secret key** **(6)**.
  3. **Subdomain:** your Kommo subdomain.![](https://cdn.document360.io/56933ead-06fc-4574-95de-8fa458a5db1d/Images/Documentation/connect-n8n-to-kommo-image-jg3esxm6.png)
3. Click **Save**.

If you need more help with setup or troubleshooting, feel free to reach out to our support chat or contact us via [WhatsApp](https://api.whatsapp.com/send/?phone=14159141403&amp;text&amp;type=phone_number&amp;app_absent=0). You can also [hire a Kommo partner](https://www.kommo.com/partners/) to do all the hard work for you.

Not a user yet? [Sign up for our 14-day free trial](https://www.kommo.com/product-overview/) or [book a live demo](https://calendly.com/kommo-sales/demo?month=2022-10).
