What is n8n + Notifique?
n8n is a tool to build automations by drawing flows: boxes connected by arrows. Then8n-nodes-notifique package adds Notifique as a block inside n8n.
Think of Lego: each piece does one thing (receive webhook, format data, send message) and you assemble the full flow visually.
Install on self-hosted n8n. You will need an API Key with the right scopes.
What is it for?
With the official node you can:- WhatsApp: send, groups, instances, QR
- SMS and email: send, check status, cancel scheduled
- Templates: multichannel send
- Contacts and tags
- Email domains
- Push: apps, devices, messages
When to use it?
How to set up
1. Install the package
On your self-hosted n8n:2. Create credentials
Create a Notifique API credential:
Tip: use one key per environment (test and production).
3. Build the flow
Simple example:- Something happens (webhook, schedule, queue…)
- You organize the data
- Notifique block sends the message
- If it fails, retry or notify someone
- Save to CRM or spreadsheet if you want
Reliability
- Use Idempotency Key on sends for safe retries
cancelanddeleteask for explicit confirmation- Check HTTP
status+codefield to know if you retry or fix the request. See Error responses
Ready-made templates
The package includes examples intemplates/:
whatsapp-from-webhook.jsonpayment-failure-multichannel.json
Good practices
- Give only the scopes the flow needs
- Different keys for dev and production
- Test first with
sk_test_in the Sandbox
Next steps
- Build with AI: overview
- API Keys: scopes and best practices
- Webhooks: receive events in real time
- Error responses: handle failures in the flow

