n8n is for teams that want the power of Make or Zapier but with full code access, self-hosting capability, and no per-execution pricing. If your team has a developer and values data sovereignty — n8n + WA.Expert is the most powerful WhatsApp automation stack available.
n8n is an open-source, self-hostable workflow automation platform. For technically minded teams that want complete control over their automation infrastructure — no vendor lock-in, no per-task pricing, and full code access when needed.
| n8n trigger | WhatsApp action (WA.Expert) | Business impact |
|---|---|---|
| Any webhook trigger | HTTP Request to WA.Expert → WhatsApp sent | Works with any system that can POST |
| Cron schedule | Timed WhatsApp reports or reminders — fully automated | Daily reports, weekly digests |
| Database change (via polling) | New record in PostgreSQL/MySQL → WhatsApp notification | Internal operational alerts |
| Code node logic | Complex conditional template selection → WhatsApp | Full code flexibility |
| Error in any node | Error handler → WhatsApp alert to admin | System monitoring |
Use n8n Cloud (managed) or self-host on your own server via Docker. Self-hosting is recommended for data-sensitive industries.
In n8n, create a workflow. Add your trigger node — this can be a Webhook, Cron, or any of n8n's 400+ native app triggers.
Add an "HTTP Request" node. Set Method: POST, URL: https://api.wa.expert/v1/send. Add Authorization header with your WA.Expert API key.
In the body, add the JSON with "to" (phone), "template" (template name), and "variables" (dynamic fields from your trigger). Use n8n's expression editor to map trigger data.
For advanced use cases, insert an n8n Code node before the HTTP Request to transform data, apply business logic, or handle conditional template selection in JavaScript.
WA.Expert handles WhatsApp API authentication, template management, and message delivery — you only need to pass the trigger data from n8n. No WhatsApp API knowledge required.
Self-hosted, open-source, zero per-execution cost. The most powerful WhatsApp automation stack for technical teams.