Not sure traccar can support SMS API for smsmkt? https://developers.smsmkt.com/en/api-reference
it need to be required 2 headers api_key and secret_key
How about to configuration authorization and template ?
<entry key='notificator.types'>web,mail,sms</entry>
<entry key='sms.http.url'>https://portal-otp.smsmkt.com/api/send-message</entry>
<entry key='sms.http.authorization'>[api_key & secret_key]</entry>
<entry key='sms.http.template'>
{
???
}
I don't think we support more than two headers. Feel free to send a pull request if you want to extend the support.
Not sure traccar can support SMS API for smsmkt? https://developers.smsmkt.com/en/api-reference
it need to be required 2 headers api_key and secret_key
How about to configuration authorization and template ?
<entry key='notificator.types'>web,mail,sms</entry> <entry key='sms.http.url'>https://portal-otp.smsmkt.com/api/send-message</entry> <entry key='sms.http.authorization'>[api_key & secret_key]</entry> <entry key='sms.http.template'> { ??? }