Talk to Sales: +91 9555-396-396
For Support: +91 80-1055-1055

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.
Integrating Chat ON Desk with n8n allows you to:
(This setup is perfect for businesses using Chat ON Desk’s powerful messaging API and wanting full automation control inside n8n.)
Follow these steps carefully.


You should now see something like:
{
"query": {
"number": "9198xxxxxxx",
"message": "Hello",
...
}
}To reply back from n8n:
HTTP Request Node Configuration
Method: POST
URL: https://app.chatondesk.com/api/structuredpush.json
Authentication: None
Content Type: JSON
Send Body as JSON: Yes
| Key | Value |
| phone | {{$json.query.number}} |
| channel | |
| type | message |
| message | hello from n8n |
| apikey | your Chat ON Desk API key |
This ensures the message is returned to the exact user who contacted you.
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:
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:
Perfect for workflow automation.