TextMessageBatchCreateRequest
Submit up to a thousand recipients that all receive one body from one owned sender.
A batch accepts a mix of good and bad recipients. Each recipient is checked on its own: one Resia cannot text — a destination its policy refuses, a malformed number, or a destination repeated within the batch — is reported in the 202 response as a rejected entry, and the rest of the batch is still created. A batch in which every recipient is rejected still returns 202, with an empty batch and every recipient in the rejected list. The text is preserved exactly as given.
- fromType: string
_phone _number requiredAn owned sender number the batch texts from.
- textType: stringmin length:1max length:1600required
The one body every recipient receives, preserved exactly as given.
- textType: array of TextMessageBatchEntryRequest 1…1000
_messages requiredProperties: 2The recipients to text, in submission order. Duplicate destinations are allowed: the first is created and each later one is reported as a rejected entry.

