SMS Notifications with MessageBird??

Zuo Bruno6 years ago

I was able to get SMS working with Twilio, it wasn't before I knew that Twilio might be expensive for my country, Knowing that MessageBird is a bit cheaper, I wish to ask if anyone can help with a working code for MessageBird.
I am using the following for Twilio

<entry key='notificator.sms.manager.class'>org.traccar.sms.HttpSmsClient</entry>
<entry key='sms.http.url'>https://api.twilio.com/2010-04-01/Accounts/A******************/Messages.json</entry>
<entry key='sms.http.user'>A************************</entry>
<entry key='sms.http.password'>c*****************</entry>
<entry key='sms.http.template'>
    From=%2B17135615254&amp;To={phone}&amp;Body={message}
</entry>

Details I got from MessageBird is as follow:
Docs: "https://developers.messagebird.com/docs/sms-messaging#send-a-message"
Libraries: "https://developers.messagebird.com/libraries"