Feedback

  • Contents
 

DigitalHistory table

This table tracks email interactions initiated by Dialer.

Column

Details

Description

interactionid

char(19), not null

Interaction Id of the email interaction initiated by Dialer.

associated_callid

char(19), allow null

Interaction Id of the Dialer call that initiated the email interaction.

time_queued_utc

datetime2(3), allow null

The time in UTC when Dialer sent the request to the PostOffice subsystem to send an email.

sender

nvarchar(255), allow null

The email sender's email address.

recipient

nvarchar(255), allow null

The email recipient's email address.

email_subject

nvarchar(MAX), allow null

Text of the email's subject field.

policy_behavior_name

nvarchar(30), allow null

Name of the policy behavior that initiated the email, as defined in Interaction Administrator.

digital_type

tinyint, allow null

An integer indicating the type of digital interaction.

Value

Description

0

Email interaction

1

SMS message