# CreateMessageRequest

Type: object

Body for sending the first message to a phone recipient or continuing an existing conversation.

## Properties

- `inboxId` (string, optional) - Sender inbox ID. Required for contact and phone recipients.
- `recipient` (MessageRecipient, required)
- `content` (MessageContent, required)

