Rivet SMS
Rivet SMS API is a simple and reliable way to instantly send messages to a large group of people. Through an SMS API, you can send messages programmatically, i.e. trigger messages with code. With a communication channel, such as the SMS, where the opening rate is 98% and the vast majority of messages are read within a short time span, there is a huge potential in utilizing SMS marketing, as part…
Rivet SMS endpoints
| Method | Endpoint | Description |
|---|---|---|
| SMS | ||
| GET |
SendSMS /SendSMS/ |
Send single messages |
| GET |
Get Message List /GetSMS |
Get the SMS sent list based on the range, from date and end date. Range can be like 1 to 100, 100 to 200. |
| GET |
Sent Message Status /MessageStatus |
Get the sent message status of the message using the message id. |
| POST |
SendSMS /SendSMS |
Send sms using HTTP POST request. parameters: "SenderId": "string", "Is_Unicode": true, //optional boolean value true or false "Is_Flash": true, //optional boolean value true or… |
| GET |
Bulk SMS /SendBulkSMS |
Send bulk sms to multiple numbers . |
| POST |
Bulk SMS /SendBulkSMS |
JSON BODY: { "SenderId": "string", "Is_Unicode": true, "Is_Flash": true, "SchedTime": "string", "MessageParameters": [ { "Number": "string", "Text": "string" }, { "Number":… |
| Credit Check | ||
| GET |
Get Credit check /Balance |
Get the credit balance in your account. |
| Sender ID | ||
| GET |
Get Sender ID /SenderId |
Get the list of all Sender ID that are registered for your account to send SMS. |
Rivet SMS pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|