Docs »

Records »

Types »

Email Delivery Log

Name (singular): Email Delivery Log
Name (plural): Email Delivery Logs
Alias (uri): mail_delivery_log
Identifier (ID): cerb.contexts.mail.delivery.log

Records API

These fields are available in the Records API and packages:

Req’d Field Type Notes
  created_at timestamp The date/time when this record was created
  from_id number  
  header_message_id text  
  links links An array of record type:id tuples to link to. Prefix with - to unlink.
  mail_transport_id number  
  status_id number (0-2)
  status_message text  
  subject text  
  to text  
  type text  

Dictionary Placeholders

These placeholders are available in dictionaries for automations, snippets, and API responses:

Field Type Description
_context text Record type extension ID
_label text Label
_type text Record type alias
created_at date Created
header_message_id text Header Message-Id
id number Id
record_url text Record Url
status_id number Status
status_message text Status Message
subject text Subject
to text To
type text Type

These optional placeholders are also available with key expansion in dictionaries and the API:

Field Type Description
comment_count number Comment count on the record
comments comments Comments
custom_<id> mixed Custom Fields
links links Links
properties object Properties

Search Query Fields

These filters are available in email delivery log search queries:

Field Type Description
created: date Created
fieldset: record Fieldset
from: record From
from.id: chooser From
header.messageId: text Header Message-Id
id: number Id
links: links Record Links
mailTransport: record Mailtransport
mailTransport.id: chooser Email Transport
status: virtual Status
status.id: number Status
subject: text Subject
to: text To
type: text Type

Worklist Columns

These columns are available on email delivery log worklists:

Column Description
cf_<id> Custom Field
m_created_at Created
m_from_id From
m_header_message_id Header Message-Id
m_id Id
m_mail_transport_id Email Transport
m_status_id Status
m_status_message Status Message
m_subject Subject
m_to To
m_type Type