To set up the SMS Webhook:
- Navigate to the Admin Page, then go to Reseller Settings.
- In the SMS Provider dropdown, select SMS Web Hook.
- Enter your Webhook URL in the provided field. Use placeholders enclosed in curly brackets:
{MSISDN}
– will be replaced with the recipient's phone number
{MESSAGE}
– will be replaced with the actual SMS text
- Click Save to apply the changes.
Example Webhook URLs:
https://my-api-endpoint?phone={MSISDN}&message={MESSAGE}&sender=your_senderid&token=your_token
https://my-api-endpoint?recipient={MSISDN}&message={MESSAGE}&token=your_token&username=your_username
https://my-api-endpoint?phone={MSISDN}&text={MESSAGE}
( This is the bare minimum webhook URL)
NOTE:
- Your URL must include both
{MSISDN}
and {MESSAGE}
placeholders. These are essential for delivering the SMS correctly. - On your end, ensure that the webhook returns a status code 200 for success, or an appropriate error status code if there’s a failure. Also, make sure to use HTTP GET.
- You may include additional parameters based on your webbook's design and requirements.
Related Articles
Configuring SMS Quota
After setting SMS gateway, for clients to receive Text/SMS notifications, they must be assigned SMSs per calendar month. to do this go to: ADMIN->CLIENT SETTINGS->TEXT / SMS SETTINGS Edit, Assign a number of SMS per month usage and UPDATE. NOTE: Once ...
Adding SMS gateway
This article explains how to activate your 3rd party SMS gateway so the WhiteLabel Tracking platform can send SMS messages via your SMS Gateway. SMS messages can be used for the following Alerts - notify users (e.g. John has exceeded the road speed ...
SMS History
You can either view SMS history at reseller level or client level At reseller level it shows all reseller and clients SMS history At client level it is restricted to the client SMS history only Click on ADMIN and navigate to Login,Email,Sms History . ...
Send SMS/GPRS Commands
This article shows you how to save and send Device commands Go to ADMIN. Scroll to HARDWARE SMS/HARDWARE GPRS COMMANDS in the middle sub-menu On the Left go to hardware, Save the command and its description and check the box Show on Asset Info From ...
Configuring EYE beacons And Adding them to the platform
EYE App Configuration Devices work constantly and are ready to perform out of the box. Default basic Sensor settings are set to:• Transmitting at 2 dBm power. • Data advertising at 3 second intervals. f you would like to change these settings you ...