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.

Changes

Changed in 1 of the 34 revisions of this API.11

    • added the non-success response with the status 409

      response-non-success-status-added

    • added the optional property code to the response with the 400 status

      response-optional-property-added

    • added the optional property code to the response with the 403 status

      response-optional-property-added

    • added the optional property code to the response with the 404 status

      response-optional-property-added

    • added the optional property docs to the response with the 400 status

      response-optional-property-added

    • added the optional property docs to the response with the 403 status

      response-optional-property-added

    • added the optional property docs to the response with the 404 status

      response-optional-property-added

    • added the optional property fix to the response with the 400 status

      response-optional-property-added

    • added the optional property fix to the response with the 403 status

      response-optional-property-added

    • added the optional property fix to the response with the 404 status

      response-optional-property-added

    • added the optional property message to the response with the 400 status

      response-optional-property-added