Send Batch SMS Messages
This document will describe how to send batch SMS messages.
POST /send/batch
POST /send/batchcurl -X POST "https://api.mobivatebulksms.com/send/batch" \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer [API KEY]' \
-d '{
"routeId": "mglobal",
"scheduleDateTime": "2024-08-01T10:00:00+0200",
"excludeOptouts": false,
"excludeDuplicates": false,
"spreadHours": 0,
"recipients": [
{
"reference": "ref-001",
"text": "This is a test message with full options",
"routeId": "mglobal",
"originator": "Brand",
"recipient": "440000001"
}
],
"shortenUrls": false,
"name": "August Campaign"
}'Header
Value
Name
Type
Required?
Description
Arguments
Name
Type
Required?
Description
Last updated