SMS Notifications
This article describes how to setup custom SMS notifications with the use of MessageBird. This is a great way to be notified in addition to our existing push messaging.
Instructions
Configure MessageBird for sending SMS notifications
Create an account at MessageBird if you don’t have one yet (and make sure you have enough SMS credits)
Go to Flow Builder and Create a new Flow:
Select Templates
Select the Webhook to SMS template
In your new flow select the Send SMS step and set the following parameters:
Originator → Phone number (you can set any number here)
Recipient → Phone number (the phone where you want to be alarmed)
Message (e.g. BikeTrax Alarm)
Save the SMS configuration with the Save button
In the top right corner click the Publish button to publish your changes and copy the webhook URL which we need in the next steps:
Now configure the Webhook in your PowUnity account for alarm events by following the BikeTrax API | Setting up a webhook instructions:
Set
webhookUrl
to your newly created MessageBird webhook URL (e.g. https://flows.messagebird.com/…)Set
webhookTypes
to the desired alarm event likevibrationAlarm
orgeofenceExit
Alarm events are triggered repeatedly by our platform. If you are dealing with false positive alarms consider using geofences and the respective geofenceExit
event instead of vibrationAlarm
events.