MessageBatchCreateRequest
Batch of A2P SMS messages. This object provides specification to send message(s) to many recipients. It contains top-level attributes, such as text
which apply to all messages
. In addition to that, it is possible to override this attribute for each message. This way a single API call may be used to send individual messages to many recipients.
Properties
Name | Type | Required | Description |
---|---|---|---|
from_ | str | ✅ | Sender's phone number in E.164 format. |
messages | List[MessageCreateRequest] | ✅ | Individual messages |
text | str | ❌ | Text to send to messages.to phone numbers. Can be overridden on a per-message basis |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs