Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

  1. Create an account at MessageBird if you don’t have one yet (and make sure you have enough SMS credits)

...

  1. Go to Flow Builder and Create a new Flow:

    1. Select Templates

    2. Select the Webhook to SMS template

  2. In your new flow select the Send SMS step and set the following parameters:

    1. Originator → Phone number (you can set any number here)

    2. Recipient → Phone number (the phone where you want to be alarmed)

    3. Message (e.g. BikeTrax Alarm)

    4. Save the SMS configuration with the Save button

      Image Added
  3. 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:

    Image Added
  4. Now configure the Webhook in your PowUnity account for alarm events by following the https://powunity.atlassian.net/wiki/spaces/BTAPI/pages/163348682/BikeTrax+API#Setting-up-a-webhook instructions:

    1. Set webhookUrl to your newly created MessageBird webhook URL (e.g. https://flows.messagebird.com/…)

    2. Set webhookTypes to the desired alarm event like vibrationAlarm or geofenceExit

Info

Alarm events are triggered repeatedly by our platform. Consider If you are dealing with false positive alarms consider using geofences and the respective geofenceExit event instead of vibrationAlarm events if you are dealing with false positive alarms.

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@3c93c68
sortmodified
showSpacefalse
reversetrue
typepage
cqllabel = "alarm" and type = "page" and space = "BTAPI"
labelsalarm

...