Create draft
POSThttps://api.postpress.ai/v1/emails/drafts
Request body
account_idstringoptional
Field `account_id`.
toarrayoptional
Field `to`.
subjectstringoptional
Field `subject`.
textstringoptional
Field `text`.
{
"account_id": "acc_gmail_1",
"to": [
"user@example.com"
],
"subject": "Draft",
"text": "WIP"
}Response
Returns the canonical resource representation. See Errors for failure shapes.
Updated May 2026