Send Message via SMS BulkSMS API
API Endpoint |
||
---|---|---|
URL: | https://revampsms.com/api/v1/index.php | |
Method: | POST / GET | |
Request Parameters |
||
Parameter | Required | Description |
number | Yes | Containing the destination / recipient(s) numbers (use , to separate numbers) |
message | Yes | The content of the message to be sent |
token | Yes | Token from my-account page after login |
media | No | Optional – Link (url) of MMS media file (must end with file extension. example .jpg, .png, .mp3, .mp4, etc) |
from | No | Optional – Alphanumeric Sender ID. Each user can define up to three alphanumeric sender IDs on their account. Once approved, you can use from = (1, 2, 3) or from = alphanumeric sender id that has been approved. |
Success Response |
||
success: | true | |
Content Type: | application/json | |
Output format: |
|
|
Failed Response |
||
success: | false | |
Content Type: | application/json | |
Output format: |
|