Thank you for the great service, I am just learning about traccar, so far I have managed to do many of the things.
Until a few days ago I could send SMS notifications with smsgateway.me, but since I can no longer enter the phone application, I found another very similar service https://smsgateway24.com, I tried in any way its configuration without any result or error; I am using this configuration
<entry key='notificator.sms.manager.class'>org.traccar.sms.HttpSmsClient</entry>
<entry key='sms.http.url'>http://smsgateway24.com/getdata/addalotofsms</entry>
<entry key='sms.http.authorization'>XXXXXXX</entry>
<entry key='sms.http.template'>
[{
"sendto": "{phone}",
"body": "{mensaje}",
"device_id": 924,
"sim": 2,
}]
</entry>
https://smsgateway24.com/en/docs/apidocumentation
I think that traccar doesnt support smsgateway24.com , Anton maybe can implement it.
Thank you for the great service, I am just learning about traccar, so far I have managed to do many of the things.
Until a few days ago I could send SMS notifications with smsgateway.me, but since I can no longer enter the phone application, I found another very similar service https://smsgateway24.com, I tried in any way its configuration without any result or error; I am using this configuration
<!--SMSGateway24--> <entry key='notificator.sms.manager.class'>org.traccar.sms.HttpSmsClient</entry> <entry key='sms.http.url'>http://smsgateway24.com/getdata/addalotofsms</entry> <entry key='sms.http.authorization'>XXXXXXX</entry> <entry key='sms.http.template'> [{ "sendto": "{phone}", "body": "{mensaje}", "device_id": 924, "sim": 2, }] </entry>
https://smsgateway24.com/en/docs/apidocumentation