Send a Batch SMS
POST https://rest.messagebird.com/messages/batches
Request Body
{"messages"=>[{"recipients"=>["{recipient}"], "originator"=>"{sender}", "body"=>"This is a test message"}, {"recipients"=>["{recipient}"], "originator"=>"{sender}", "body"=>"This is another test message"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |