Talk to Sales: +91 9555-396-396

For Support: +91 80-1055-1055

Integrate WhatsApp with n8n Using Chat ON Desk

Introduction

If you’re looking to automate your WhatsApp or omnichannel communication workflows, Chat ON Desk and n8n make a perfect combination.
With this integration, you can receive incoming messages, run your business logic inside n8n, and send automated replies back through Chat ON Desk—without writing a single line of code.

This guide explains how to integrate Chat ON Desk with n8n, step-by-step, in the simplest possible way.

1. Why Integrate Chat ON Desk with n8n?

Integrating Chat ON Desk with n8n allows you to:

  • Receive WhatsApp/SMS messages directly into n8n
  • Trigger automated workflows whenever a message arrives
  • Build custom logic like CRMs, notifications, ticket systems, automations
  • Send replies back to your users in real-time

(This setup is perfect for businesses using Chat ON Desk’s powerful messaging API and wanting full automation control inside n8n.)

Step-by-Step Tutorial: Connect Chat ON Desk with n8n

Follow these steps carefully.

Step 1: Create a Webhook Trigger in n8n
  1. Open n8n and create a new workflow.
  2. Add a new node → search for Webhook.
  3. Select Trigger → Webhook.
  1. Copy the Test URL provided by n8n.
  2. Click “Listen for Test Events” in n8n.
Step 2: Create Webhook Integration in Chat ON Desk
  1. Log in to Chat ON Desk.
  2. Navigate to Integrations → Webhook Integrations.
  3. Click Create New Integration.
  1. Paste the n8n Test URL you copied.
  2. Adjust parameters if required (optional)
  3. Save the integration.
Step 3: Send a Test Message to Capture Data
  1. Send a message from any phone number to your Chat ON Desk registered number.
  2. n8n will immediately capture the payload.

You should now see something like:

{
  "query": {
    "number": "9198xxxxxxx",
    "message": "Hello",
    ...
  }
}
Step 4: Copy Production URL From n8n
After the test event succeeds:
  1. In your Webhook node, switch to Production URL.
  2. Copy the Production Webhook URL.
  3. Go back to Chat ON Desk → Edit your webhook integration.
  4. Replace the test URL with the Production URL.
  5. Save.
Your integration is now LIVE.
Step 5: Add Your Business Logic in n8n
You can now add any number of nodes such as:
  1. Database (MySQL, PostgreSQL)
  2. Google Sheets
  3. CRM API calls
  4. Conditional logic (IF, Switch)
  5. AI responses
  6. Ticket creation
  7. Notifications
This is where your automation truly becomes powerful.
Step 6: Send a Reply Back Using Chat ON Desk

To reply back from n8n:

  1. Add a new node → Core → HTTP Request.
  2. Configure it exactly as below:

HTTP Request Node Configuration
Method: POST
URL: https://app.chatondesk.com/api/structuredpush.json
Authentication: None
Content Type: JSON
Send Body as JSON: Yes

Body Fields to Add
KeyValue
phone{{$json.query.number}}
channelwhatsapp
typemessage
messagehello from n8n
apikeyyour Chat ON Desk API key

This ensures the message is returned to the exact user who contacted you.

Your Integration Is Now Complete!
You have successfully connected Chat ON Desk → n8n → Chat ON Desk (reply). Now you can automate:
  1. Lead qualification workflows
  2. Support ticket routing
  3. CRM updates
  4. Auto-replies
  5. Order/tracking updates
  6. Chatbots
Marketing workflows The possibilities are unlimited.

FAQs

Chat ON Desk is a Meta-approved omnichannel communication platform offering WhatsApp API, SMS, RCS, email, and more. It helps businesses automate conversations, send campaigns, and manage customer communication.

Yes. The integration is completely no-code. You only need to configure webhooks and simple nodes in n8n.

You can automate:

  • Auto-replies on WhatsApp
  • CRM integrations
  • Lead assignment
  • AI workflows
  • Google Sheets logging
  • Backend API calls
  • Notifications and alerts

Yes, you only need it for sending replies or outbound messages from n8n.

The same flow works for any Chat ON Desk channel (SMS, RCS, Instagram, Facebook Messenger, etc.), just by changing the channel type.

Yes. Chat ON Desk allows you to create webhook integrations and test them easily. n8n also offers local and cloud versions.

The payload is structured JSON containing details like:

  • user number
  • message text
  • channel
  • timestamp
  • message type

Perfect for workflow automation.

🚀 Connect Chat ON Desk to n8n

Get Started

Table of contents