problema de notificação com api evolution

Cristian3 months ago

could you share the error if any, or logs?

did you test directly that the api is working? using a tool like postman.co

Daniel Wendell6 days ago

What would be the url to be able to pass in the traccar.xml file of the evolutionv2 api?

In the test carried out on the evolutionv2 api, I can send a message through the url below:

curl --request POST \
  --url http://192.168.254.203:8080/message/sendText/TraccarDNGA \
  --header 'Content-Type: application/json' \
  --header 'apikey: token' \
  --data '{
  "number": "phone",
  "text": "mensagem"
}'

How can I put this url in the key link in the .xml file ?