Mail Bounce

POST /resource

Send message bounce details to a user specified resource

Headers

Name
Value

Content-Type

application/json

Body

Name
Type
Description
Nullable

event

inboxNew | outboxNew | junkNew | bounce

The type of event

mailbox

inbox | sent | junk

Mailbox for the email

from

EmailRecipient

Email Sender

to

EmailRecipient[]

A list of recipient for the email

cc

EmailRecipient[]

Recipients in cc to the email

bcc

EmailRecipient[]

Recipients in bcc to the email

date

string

A UTC date string of the email

subject

string

The subject of the email

messageId

string

Message id of the email, as fetched from the ESP

inReplyTo

string

Message id of the email, this mail was sent in a reply to

text

string

Plain text content of the email

html

string

HTML content of the email

zenInboxTags

string[]

A list of tags attached to the thread, this email is part of

espTags

string[]

Tags attached to the email by the ESP

recipient

string

Email of the recipient for which the email was bounced

mta

string

MTA responsible for receiving the email

smtpStatus

string

SMTP status code for the bounce

reason

string

A possible reason for the bounce

Last updated