SMS API via url

Sorry to intrude on the topic. Is it possible to provide more information?
i need lat and long and other events..

Anton Tananaev3 years ago

Your service needs to support post with payload, not query parameters.

MASM3 years ago

Good afternoon how would it look in this format

Endpoint: https://ipserver/api/messages/send
Method: POST
Headers: X_TOKEN (registered token) and Content-Type (application/json)
Body: { "number": "558599999999", "body": "Your message" }

Anton Tananaev3 years ago

What have you tried so far?

MASM3 years ago

I need to send messages via whatsapp, I don't know how to configure traccar.xml