Send whatsapp message | Evolution API v2

Hello,

A few months ago it worked perfectly, now it always gives an error and doesn’t send the message.

I’ve already updated to lower versions and the same error occurs.

Does anyone know the solution please?

Thanks

Information on your n8n setup

  • ** n8n version: last **
  • ** Running n8n via docker
  • ** Ubuntu**

Try using text instead of textMessage.text.
The documentation has all the parameters of this endpoint:

Take a look at how the request is built and reproduce it in your HTTP node.

I’ve also noticed your number might be missing the country code.
If you’re sending to a Brazilian phone number, it must have the 55 country code in front of the number.

:point_right: If my reply answers your question, please remember to mark it as a solution.

2 Likes

"Try using text instead of textMessage.text "

Thanks Solomon, its works. :pray:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.