EmailSubscribe

Type: object

An Email Subscribe Event object record_type=email_subscribe.
These events are used to enrich profiles with attributes like “Email Subscription Status”, "Email Deliverability" or “Email Subscribe Date”

Type: stringFormat: date-time

Type: string

A unique identifier for an individual email event.


Example:

"send-job-a7e23-jane-doe"

Type: object

Type: string

Example:

"7bff7a..."

Type: string

Examples:

"All Customers List"
"Lapsed Customers"

Type: enum (of string)

The type of subscribe event:
subscribed - explicitly subscribed to marketing emails
unsubscribed - explicitly unsubscribed from marketing emails
transactional - not explicitly subscribed but can still be sent 'transactional' emails
undeliverable - not explicitly unsubscribed but emails sent to them are bouncing or are otherwise undeliverable

Must be one of:

  • "subscribed"
  • "unsubscribed"
  • "transactional"
  • "undeliverable"