v52

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Email Drafts

Create a reply draft

Creates an unsent reply draft for an inbound message. Unlike the /actions/reply endpoint, which sends immediately, this stores a draft that can be reviewed and edited before sending.

reply_to_message_id and thread_id are inherited from the parent message and cannot be set by the caller. The recipient, Re: subject and In-Reply-To/References headers are pre-filled from the parent using the same rules as a live reply, so sending the draft threads identically. Supplying to or subject explicitly overrides the pre-filled value.

post/email_inboxes/{inbox_id}/messages/{message_id}/drafts

Path parameters

inbox_idstring uuid required

Email inbox UUID.

message_idstring uuid required

Inbound message UUID to reply to.

Request body

attachmentsobject[]
from_emailstring
from_namestring
headersobject
htmlstring

Alias for html_body, matching the send endpoint.

html_bodystring
labelsstring[]
metadataobject
reply_tostring
subjectstring
tagsstring[]
textstring

Alias for text_body, matching the send endpoint.

text_bodystring

Response

The created reply draft.