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.

Changes

Changed in 1 of the 61 revisions of this API.1