Send an email

POSThttps://api.postpress.ai/v1/emails

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": "Hi",
  "text": "Hello!"
}

Response

Returns the canonical resource representation. See Errors for failure shapes.

Updated May 2026