Filterable by status: Soft bounce, hard bounce, mail block
Field
Type
eventId
string
dotdigitalAccountId
int
eventDate
int64
contactId
int
contactEmail
string
contactMobileNumber
string
campaignId
int
campaignName
string
campaignType
string
status
string
subStatus
string
Email unsubscribed
Field
Type
eventId
string
dotdigitalAccountId
int
eventDate
int64
status
string
contactId
int
contactEmail
string
contactMobileNumber
string
campaignId
int
campaignName
string
campaignType
string
Email ISP complaint
Field
Type
eventId
string
dotdigitalAccountId
int
eventDate
int64
contactId
int
contactEmail
string
contactMobileNumber
string
campaignId
int
campaignName
string
campaignType
string
Email send
Field
Type
eventId
string
dotdigitalAccountId
int
eventDate
int64
contactId
int
contactEmail
string
contactMobileNumber
string
campaignId
int
campaignName
string
splitTestVersion
string
sendId
int
subject
string
sendStatus
string
sendStatusReason
string
campaignType
string
Email reply
Access the full content of email replies and attachments through the API.
When email replies contain large amounts of content or attachments, Firehose stores this data separately as large objects (LOBs). You can download this content using the Retrieve large object endpoint.
This feature is available to anyone on our CXDP package.
Find the large object ID
The large object ID (lobId) tells the API which content to retrieve.
For email reply content:
The lobId is in the ContentReference field of the reply event.
For email reply attachments:
The lobId is in the ContentReference field of the attachment object.
Retrieve the content