I tested the flow you sent and it worked until the call was created, but it’s only working when I send it through postman. When I test it by sending the support message to the number registered in evolution, it only appears when typing but doesn’t return anything.
The connection cannot be established, this usually occurs due to an incorrect host (domain) value
Error details
From HTTP Request
Error code
ENOTFOUND
Full message
getaddrinfo ENOTFOUND api.evolution-api.com
Request
{ "body": { "number": "", "options": { "delay": 1200, "presence": "composing" }, "textMessage": { "text": "✅ Olá! Seu chamado foi criado automaticamente no Jira.\n\n📋 **Detalhes:**\n• Cliente: \n• Data: 22/10/2025, 13:10:56\n\n🔗 Em breve um agente entrará em contato para dar continuidade ao seu atendimento.\n\nObrigado por entrar em contato! 🙏" } }, "headers": { "authorization": "**hidden**", "content-type": "application/json", "accept": "application/json,text/html,application/xhtml+xml,application/xml,text/*;q=0.9, image/*;q=0.8, */*;q=0.7" }, "method": "POST", "uri": "https://api.evolution-api.com/message/sendText/553432541806", "gzip": true, "rejectUnauthorized": true, "followRedirect": true, "resolveWithFullResponse": true, "followAllRedirects": true, "timeout": 10000, "encoding": null, "json": false, "useStream": true }
Other info
Item Index
0
Node type
n8n-nodes-base.httpRequest
Node version
4.2 (Latest)
n8n version
1.112.0 (Cloud)
Time
22/10/2025, 10:10:56
Stack trace
NodeApiError: The connection cannot be established, this usually occurs due to an incorrect host (domain) value at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_afd197edb2c1f848eae21a96a97fab23/node_modules/n8n-nodes-base/nodes/HttpRequest/V3/HttpRequestV3.node.ts:847:16) at processTicksAndRejections (node:internal/process/task_queues:105:5) at WorkflowExecute.executeNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1254:8) at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1428:11) at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1761:27 at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2338:11

Parameters
Settings
Docs
Method
URL
Authentication
Send Query Parameters
Send Headers
Specify Headers
Header Parameters
Name
Value
Name
Value
Send Body
Body Content Type
Specify Body
JSON
{
“number”: “{{ $json.from }}”,
“options”: {
“delay”: 1200,
“presence”: “composing”
},
“textMessage”: {
“text”: “
Olá! Seu chamado foi criado automaticamente no Jira.\n\n:clipboard: **Detalhes:**\n• Cliente: {{ $json.contactName }}\n• Data: {{ new Date().toLocaleString(‘pt-BR’) }}\n\n:link: Em breve um agente entrará em contato para dar continuidade ao seu atendimento.\n\nObrigado por entrar em contato!
”
}
}
{ “number”: “”, “options”: { “delay”: 1200, “presence”: “composing” }, “textMessage”: { “text”: “
Olá! Seu chamado foi criado automaticamente no Jira.\n\n:clipboard: **Detalhes:**\n• Cliente: \n• Data: 22/10/2025, 10:21:50\n\n:link: Em breve um agente entrará em contato para dar continuidade ao seu atendimento.\n\nObrigado por entrar em contato!
” } }
Options
Timeout
You can view the raw requests this node makes in your browser’s developer console
I wish this node would…