v34

latestOpenAPI 3.0.1raw.githubusercontent.com2026-07-21119235265.2 KB
InboxesMessages

Reply To Message

CLI:

agentmail inboxes:messages reply --inbox-id <inbox_id> --message-id <message_id> --text "Reply text"
post/v0/inboxes/{inbox_id}/messages/{message_id}/reply

Path parameters

inbox_idstring required

The ID of the inbox.

message_idstring required

ID of message.

Request body

labelsstring[]

Labels of message.

reply_allboolean

Reply to all recipients of the original message.

textstring

Plain text body of message.

htmlstring

HTML body of message.

headersSendMessageHeaders

Headers to include in message.

Response

message_idstring required

ID of message.

thread_idstring required

ID of thread.