POST
/
v1
/
automations
/
mailboxes
/
tests
/
forward
/
{email}
{
  "id": "<string>",
  "tree_id": "<string>",
  "subject": "<string>",
  "body_plain": "<string>",
  "body_html": "<string>",
  "sender": {
    "email": "<string>",
    "display_name": "<string>"
  },
  "recipients_to": [
    {
      "email": "<string>",
      "display_name": "<string>"
    }
  ],
  "recipients_cc": [],
  "recipients_bcc": [],
  "sent_at": "2023-11-07T05:31:56Z",
  "received_at": "2023-11-07T05:31:56Z",
  "in_reply_to": "<string>",
  "references": [],
  "headers": {},
  "url": "<string>",
  "attachments": []
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

email
string
required

Body

application/json
document
object
required

Response

200
application/json
Successful Response
id
string
required

The Message-ID header of the email

tree_id
string
required

The root email ID, which is references[0] if it exists, otherwise the email's ID

sender
object
required

The sender's email address information

recipients_to
object[]
required

List of primary recipients' email address information

sent_at
string
required

The date and time when the email was sent

subject
string | null

The subject of the email

body_plain
string | null

The plain text body of the email

body_html
string | null

The HTML body of the email

recipients_cc
object[]

List of carbon copy recipients' email address information

recipients_bcc
object[]

List of blind carbon copy recipients' email address information

received_at
string | null

The date and time when the email was received

in_reply_to
string | null

The Message-ID of the email this is replying to

references
string[]

List of Message-IDs this email references

headers
object

Dictionary of email headers

url
string | null

URL where the email content can be accessed

attachments
object[]

List of email attachments