/batch/send
POST
/batch/send
batch messages
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.thesmsworks.co.uk/v1/batch/send' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "My super awesome batch message",
"deliveryreporturl": "http://your.domain.com/delivery/report/path",
"destinations": [
"447777777777",
"447777777778",
"447777777779"
],
"schedule": "Wed Jul 19 2017 20:26:28 GMT+0100 (BST)",
"sender": "YourCompany",
"tag": "SummerSpecial",
"ttl": 10
}'
Response Response Example
200 - Example 1
{
"message": "string",
"errorCode": 0,
"permanent": true,
"status": "string"
}
Request
Body Params application/json
Responses
Modified at 2022-09-11 19:34:57