Sending SMS from 3rd Party Providers
Learn how to send SMS in a JSON format using our API.
If your service provider is already integrated with Mobivate SMS, you should be able to configure your API Key on their platform and this should enable you to send SMS directly from the 3rd Party software.
The API Key, you can find on our portal under the User Profile section.
If your service provider is not already integrated, you can ask them to do so. It should only take them few minutes to complete the integration using this simple API:
Request URL
Content Type
Post Data (raw)
Parameters
Parameter | Required? | Description |
---|---|---|
routeId | Yes | Mobivate recommends using " |
originator | Yes | 11 alpha-numeric sender name or 15 digit number. |
recipient | Yes | international formatted mobile/cell number. |
body | Yes | Text message (160 characters, 70 if containing Unicode (2 bytes) characters). |
campaignId | No | Campaign ID. Requires an existing Campaign. |
reference | No | Your internal reference. |
Last updated