Plivo is a global SMS provider.
Signup at: https://www.plivo.com/
Webhooks events | Common SMS features | ||
---|---|---|---|
Delivered | MMS | ||
Dropped | Custom sender ID | ||
Campaigns allowed |
Plivo SMS specific features | |
---|---|
Max SMS price | Automatically drop SMS with a routing cost above a defined limit. |
You need your "Auth ID" and "Auth Token" to connect Plivo SMS with Notifuse.
Your credentials are available on the Plivo's Dashboard once you are logged in.
The Plivo SMS settings are defined at the template level from the Notifuse interface when you create/update a template.
If you don't plan to create your templates via API, or overwrite some settings at the last minute when you send a message (via API), you can skip the following table.
However it can be useful to overwrite some settings when you send a message from the API, like the mobileNumber parameter to route an SMS to the secondary phone number of the recipient (imagine he cannot reach his primary mobile phone).
Parameter | Expected value | Available in | Description |
---|---|---|---|
mobileNumber required |
string: mobile number | contact, message | Mobile number of the recipient, the number should start with an international prefix (i.e: +33...) |
plivoNumber required |
string | template, message | Your Plivo phone number. |
text required |
string | template | Text content of your message. Templating markup allowed. |
textMacro optional |
string | template | Id of the page of macros used in the text content of your message. |
testData optional |
object | template | JSON object of fake data used to test your templates. |