Traccar & Callmebot.com

Test3410a 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 Tananaeva year ago

What's the API?

Test3410a year ago
Anton Tananaeva year ago

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