# SendMessageRequest

Type: object

Body for replying inside an existing conversation.

## Properties

- `inboxId` (string, optional) - Sender inbox ID. Required for first-message sends.
- `content` (OutboundMessageContent, required)
- `contexts` (array<SendMessageContext>, optional)

