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": "Integra\u00e7\u00e3o WhatsApp com IA",
"nodes": [
{
"parameters": {
"path": "whatsapp-webhook",
"responseMode": "responseNode",
"options": {}
},
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"position": [
250,
300
]
},
{
"parameters": {
"url": "=http://localhost:3001/api/n8n-webhook",
"options": {
"fullResponse": true
},
"method": "POST",
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "body",
"value": "={{ $json }}"
}
]
}
},
"name": "Consultar IA",
"type": "n8n-nodes-base.httpRequest",
"position": [
470,
300
]
},
{
"parameters": {
"authentication": "genericCredentialType",
"genericAuthType": "twilio",
"resource": "message",
"operation": "send",
"from": "whatsapp:+14155238886",
"to": "={{ $node[\"Webhook\"].json[\"From\"] }}",
"content": "={{ $node[\"Consultar IA\"].json[\"content\"] }}"
},
"name": "Twilio",
"type": "n8n-nodes-base.twilio",
"position": [
690,
300
]
},
{
"parameters": {
"respondWith": "json",
"responseBody": "={{ {success: true} }}",
"options": {}
},
"name": "Responder Webhook",
"type": "n8n-nodes-base.respondToWebhook",
"position": [
910,
300
]
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Consultar IA",
"type": "main",
"index": 0
}
]
]
},
"Consultar IA": {
"main": [
[
{
"node": "Twilio",
"type": "main",
"index": 0
}
]
]
},
"Twilio": {
"main": [
[
{
"node": "Responder Webhook",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Integração WhatsApp com IA. Uses httpRequest, twilio. Webhook trigger; 4 nodes.
Source: https://github.com/1thays4/painel-clientes-ia-ts/blob/main/workflows/n8n-fluxo-exemplo.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.
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
WhatsApp com IA - Atualizado. Uses httpRequest, twilio. Webhook trigger; 5 nodes.
WhatsApp com IA - Otimizado. Uses httpRequest, twilio. Webhook trigger; 5 nodes.
Add A Bug To Linear Via Slack Command. Uses httpRequest, stickyNote. Webhook trigger; 10 nodes.
When building a product it's important to discover and eliminate bugs as quickly as possible. Since we're using our product at n8n a lot, we wanted to make it as easy as possible for everyone to add b