In the example below you can see how a Mobivate SMS channel can be built using a webhook template. This can be used to send SMS messages via Mobivate. The url comes from the mobivate API docs :
URL: https://www.mobivate.com/docs/
The API call is being made to this messaging endpoint used to send SMS messages and it takes POST params. Params include:
- MESSAGE_TEXT: The text of the message to be sent
- ROUTE: a route id e.g. mglobal
- ORIGINATOR: The from header used in the SMS message usually your brand name e.g. "xtremepush"
- RECIPIENT: the mobile number of the user this is being pulled in from your users profile via the personalisation syntax {{mobile_number}}
- PASSWORD: Your password credential from your mobivate account
- USERNAME: Your username credential from your mobivate account
Template
Once you have your webhook working we recommend you save it as a template. This will allow you to quickly select it on the webhook channel page in campaign creation:
So you can save your Mobivate template with all settings configured except for the message text. When you want to send SMS via Mobivate use you webhook template and fill out the message text.
Comments
0 comments
Article is closed for comments.