Skip to content

Error to configure an HTTP Request node in n8n #1719

Open
@solucionesiacloud

Description

@solucionesiacloud

Hello evolution api communiny

Greetings for the day. I have a situation that i am almost sure that it is simple for you

I use the folloeing curl in order to configure an n8n http request node:

curl --request POST
--url https://{{baseUrl}}/message/sendText/{{instance}}
--header 'Content-Type: application/json'
--header 'apikey: MY_API_KEY'
--data '{
"number": "573001234567",
"text": "Hola desde cURL usando Evolution API v2"
}'

and I got the error "The resource you are requesting could not be found"

I tested the https://{{baseUrl}} and got the following result:
"{"status":200,"message":"Welcome to the Evolution API, it is working!","version":"2.2.3","clientName":"evolution_exchange","manager":"http://{{baseUrl}}/manager","documentation":"https://doc.evolution-api.com"}"

So, the {{baseUrl}} is fine. The instance is active and working. But I always got the same error "The resource you are requesting could not be found"

What could be the cause? Could you please advice?

Thanks in advance and wram regards

Luis

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions