The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Send WhatsApp Notification",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "send-whatsapp",
"options": {}
},
"id": "e43d1a8e-5b1e-4512-8e6a-1234567890ab",
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
460,
340
]
},
{
"parameters": {
"resource": "whatsapp",
"operation": "send",
"from": "={{ $env.TWILIO_WHATSAPP_NUMBER || 'whatsapp:+14155238886' }}",
"to": "={{ $json.to.startsWith('whatsapp:') ? $json.to : 'whatsapp:' + $json.to.replace(/[^0-9+]/g, '') }}",
"body": "=Hi {{ $json.studentName }}! \ud83d\udc4b\n\nYour registration for {{ $json.eventTitle }} on {{ $json.eventDate }} is confirmed! \u2705\n\nAccess your entry pass here: {{ $json.qrUrl }}\n\nSee you there! \ud83c\udf89"
},
"id": "f54e2b9f-6c2d-4623-9f7b-0987654321cd",
"name": "Twilio WhatsApp",
"type": "n8n-nodes-base.twilio",
"typeVersion": 1,
"position": [
680,
340
],
"credentials": {
"twilioApi": {
"name": "<your credential>"
}
}
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Twilio WhatsApp",
"type": "main",
"index": 0
}
]
]
}
},
"active": true,
"settings": {},
"versionId": "generated-by-agent",
"meta": {
"templateCredsSetupCompleted": true
},
"id": "whatsapp-sender-workflow",
"tags": []
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
twilioApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Send WhatsApp Notification. Uses twilio. Webhook trigger; 2 nodes.
Source: https://github.com/daxowapp/SitEvent/blob/ed9731ed204c4e0dc4e5996950c9a98184138334/n8n/whatsapp-sender.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Integração WhatsApp com IA. Uses httpRequest, twilio. Webhook trigger; 4 nodes.
This workflow is a complete, production-ready solution for recovering abandoned carts in Shopify stores using a multi-channel, multi-touch approach. It automates personalized follow-ups via Email, SMS
Never lose an inbound lead because someone missed the phone.
WhatsApp com IA - Atualizado. Uses httpRequest, twilio. Webhook trigger; 5 nodes.
WhatsApp com IA - Otimizado. Uses httpRequest, twilio. Webhook trigger; 5 nodes.