# n8n

Connect Noloco to thousands of other apps with n8n

[n8n](https://n8n.io/) lets you connect Noloco to a growing list of over 1,000 services. Automated connections called workflows, set up in minutes with no coding, can automate your day-to-day tasks and build workflows between apps that otherwise wouldn't be possible.

Each workflow has one app as the **Trigger**, where your information comes from and which causes one or more **Actions** (with Nodes) in other apps, where your data gets sent automatically.

### Getting Started with n8n

Sign up for a free [n8n](https://n8n.io/) account, and from there you can jump right in. The Noloco integration is built into n8n — simply search for "Noloco" when adding a workflow step.

### How do I connect Noloco to n8n?

{% embed url="<https://app.arcade.software/share/14Y4uf07p2W9jWPHxTT2>" %}

1. **Add your first workflow step** — In the n8n workflow editor, click to add your first step.
2. **Search for "Noloco"** — Search for "Noloco" and choose it as your workflow trigger or action.
3. **Choose your trigger** — Select the event to automate. For example, use **On record created** to trigger actions whenever a new Noloco record is added.
4. **Set up your credential** — Click the **Credential to connect with** field and select an existing credential or create a new one.
5. **Create a new credential** — Click **Create new credential** to add your API authentication details.
6. **Get your API keys** — Open your Noloco app, go to **Settings → Integrations & API Keys**. You'll find both your **Account API Key** and your **App API Key** there.
7. **Copy the Account API Key** — Copy the Account API Key from the Integrations & API Keys settings page.
8. **Copy the App API Key** — Copy the App API Key from the same page.
9. **Paste the keys** — Paste both keys into the correct fields in n8n (Account API Key and App API Key).
10. **Name your credential** — Give the credential a display name — we recommend including your app name (e.g. "Noloco account - HR") so it's easy to identify if you connect multiple apps.
11. **Save your credential** — Click **Save** to securely store your credentials.
12. **Select your app** — Back in the trigger configuration, pick the Noloco app you want to monitor.
13. **Select a table** — Choose the specific table to watch for new records.
14. **Test your trigger** — Click **Fetch Test Event** to preview how your trigger works and confirm it's pulling data correctly.
15. **Review your test data** — n8n will fetch a few sample records showing all fields and values, confirming the connection is working.
16. **Start building** — You're now ready to integrate Noloco with other n8n integrations, or add more Noloco actions like updating or creating records.

{% hint style="info" %}
You'll need your **Account API Key** and your **App API Key** to connect. Find both under **Settings → Integrations & API Keys** in your Noloco app.
{% endhint %}

### What can I automate with n8n and Noloco?

n8n workflows are made up of **Triggers** (when something happens) and **Actions** (what happens next). Here are some popular ways to combine Noloco with other tools:

**Triggered by Noloco:**

* A new lead is added to your CRM → send a Slack message to your sales team
* A project record is created → automatically create a folder in Google Drive
* A form submission creates a record → send a personalised onboarding email via Gmail
* A record is updated to "Approved" → post a notification to a Slack channel
* A new client is added → create a contact in HubSpot or another CRM

**Updating Noloco from other apps:**

* A deal is closed in HubSpot → create or update a record in your Noloco app
* A new row is added to a Google Sheet → create a matching record in Noloco
* A payment is confirmed in Stripe → update a record status in Noloco
* A Typeform response is submitted → create a new record in Noloco

These are just starting points — with n8n's 1,000+ integrations you can build almost any workflow imaginable.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guides.noloco.io/integrations/n8n.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
