v52

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

Update a draft (alias)

Identical to PUT; both apply a partial update to the supplied fields.

patch/email_inboxes/{inbox_id}/drafts/{draft_id}

Path parameters

inbox_idstring uuid required

Email inbox UUID.

draft_idstring uuid required

Email draft UUID.

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 updated draft.