Traccar & Callmebot.com

Test3410 a year ago

Hello, I hope someone can help me.
I've been trying to get traccar and callmebot.com up and running for days.

<entry key='notifications.enable'>true</entry>
<entry key='notifications.types'>web,mail,sms</entry>
<entry key='sms.http.enabled'>true</entry>
<entry key='sms.http.url'>https://api.callmebot.com/whatsapp.php</entry>
<entry key='sms.http.authorization'>apikey=YOUR_API_KEY</entry>
<entry key='sms.http.template'>
 {
 "phone": "{phone}",
 "text": "{message}",
 "apikey": "YOUR_API_KEY"
 }
</entry>

what's wrong?

thank you Roberto

Anton Tananaev a year ago

What's the API?

Test3410 a year ago
Anton Tananaev a year ago

What you have in the config doesn't seem to match the format at all.