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": "fluxo-disparo-calenvo",
"nodes": [
{
"parameters": {
"amount": 1
},
"id": "1000e2d7-e7e9-43d7-8b23-10d31e0c177b",
"name": "Wait",
"position": [
640,
480
],
"type": "n8n-nodes-base.wait",
"typeVersion": 1.1
},
{
"parameters": {
"resource": "messages-api",
"instanceName": "={{ $('Webhook').item.json.body.instancia }}",
"remoteJid": "={{ $('Webhook').item.json.body.destinatario }}",
"messageText": "={{ $('Webhook').item.json.body.mensagem }}",
"options_message": {}
},
"id": "6fc2dbd5-5737-40d4-9591-e07980ea3444",
"name": "Enviar texto",
"position": [
928,
480
],
"type": "n8n-nodes-evolution-api.evolutionApi",
"typeVersion": 1,
"credentials": {
"evolutionApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"httpMethod": "POST",
"path": "0dcbb952-7f01-40a7-9a8f-ca7babf85d40",
"options": {}
},
"id": "43d2cf46-9e4f-4ae6-afc5-07db8fbae872",
"name": "Webhook",
"position": [
368,
480
],
"type": "n8n-nodes-base.webhook",
"typeVersion": 2.1
}
],
"connections": {
"Wait": {
"main": [
[
{
"index": 0,
"node": "Enviar texto",
"type": "main"
}
]
]
},
"Webhook": {
"main": [
[
{
"index": 0,
"node": "Wait",
"type": "main"
}
]
]
}
},
"active": true,
"settings": {
"executionOrder": "v1",
"binaryMode": "separate",
"availableInMCP": false,
"callerPolicy": "workflowsFromSameOwner"
},
"versionId": "bf3f010f-c535-44fd-a72f-24c809cd6efc",
"meta": {
"templateCredsSetupCompleted": true
},
"id": "s2ftvfPHcP2ErKaLdlOqV",
"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.
evolutionApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
fluxo-disparo-calenvo. Uses n8n-nodes-evolution-api. Webhook trigger; 3 nodes.
Source: https://github.com/thiagow/calenvoapp/blob/f2845629ccdc5992f126cb85fb02de372f7ae8ef/n8n/workflows/fluxo-disparo-calenvo.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.
Startseiten-Anfragecheck - Live V1. Uses httpRequest, emailSend. Webhook trigger; 26 nodes.
Audit Funnel - Customer Journey Audit Runner V2. Uses httpRequest, openAi, emailSend. Webhook trigger; 38 nodes.
MuAPI — Logo Generator (FLUX 2 Pro). Uses n8n-nodes-muapi. Event-driven trigger; 2 nodes.
Flux Ai Image Generator. Uses respondToWebhook, stickyNote, s3, formTrigger. Webhook trigger; 19 nodes.
This workflow runs two parallel flows that together create a fully hands-off SEO content pipeline, from topic selection to Google indexing.