n8n Integration

Connect CrispChat with n8n for powerful, self-hosted workflow automation.

Overview

n8n is a free, open-source workflow automation tool. Unlike Zapier, you can self-host n8n for complete control over your data and unlimited workflows. Connect CrispChat to any of n8n's 400+ integrations.

Why Use n8n

Self-Hosted

Run on your own servers for complete data privacy and control.

No Limits

Unlimited workflows, executions, and active workflows.

Open Source

Free to use, modify, and extend. Active community support.

Code When Needed

Add custom JavaScript/Python code for complex transformations.

Setup with Webhooks

Connect CrispChat to n8n using webhooks:

1

Create a Webhook Node in n8n

Add a Webhook trigger node and copy the webhook URL.

2

Configure CrispChat Webhook

Go to Settings → Webhooks and paste the n8n webhook URL.

3

Select Events

Choose which events (new lead, new message, etc.) trigger the webhook.

4

Build Your Workflow

Add nodes in n8n to process data and connect to other apps.

Example Workflow

[Webhook] CrispChat New Lead
    ↓
[IF] Check if email is valid
    ↓
[HTTP Request] Enrich lead data with Clearbit
    ↓
[Google Sheets] Add to leads spreadsheet
    ↓
[Slack] Notify sales channel
    ↓
[HubSpot] Create contact