Hi, I want to migrate api.sms.to to SNS AWS but don't find the way.
I see with setting access,secret and region is not enought.
<entry key='notificator.sms.manager.class'>org.traccar.sms.HttpSmsClient</entry>
<entry key='sms.http.url'>https://api.sms.to/sms/send</entry>
<entry key='sms.http.authorization'>Bearer wruUq......5SYs</entry>
<entry key='sms.http.template'>
{
"to": "{phone}",
"message": "{message}"
}
</entry>
<entry key='sms.aws.access'>AKI.....ZVB</entry>
<entry key='sms.aws.secret'>jko3jA.....VsaU</entry>
<entry key='sms.aws.region'>us-east-1</entry>
Thanks a lot.
You should be using SnsSmsClient
class for SNS.
Hi, I want to migrate api.sms.to to SNS AWS but don't find the way.
I see with setting access,secret and region is not enought.
<entry key='notificator.sms.manager.class'>org.traccar.sms.HttpSmsClient</entry> <entry key='sms.http.url'>https://api.sms.to/sms/send</entry> <entry key='sms.http.authorization'>Bearer wruUq......5SYs</entry> <entry key='sms.http.template'> { "to": "{phone}", "message": "{message}" } </entry> <entry key='sms.aws.access'>AKI.....ZVB</entry> <entry key='sms.aws.secret'>jko3jA.....VsaU</entry> <entry key='sms.aws.region'>us-east-1</entry>
Thanks a lot.