Traccar & Callmebot.com

Test34103 months 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 Tananaev3 months ago

What's the API?

Test34103 months ago
Anton Tananaev3 months ago

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