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.

  • An owned sender number the batch texts from.

  • The one body every recipient receives, preserved exactly as given.

  • The recipients to text, in submission order. Duplicate destinations are allowed: the first is created and each later one is reported as a rejected entry.

    Properties: 2