This page was last edited on August 31, 2018, at 19:47.
Comments or questions about this documentation? Contact us for support!
The following objects can be accessed through Field Codes:
The Agent object is associated with the Interaction object. For an automated reply, this object is the agent whose login name equals the E-mail Server autobot-agent-login-name option (see option description in the eServices Reference Manual) in its email-processing section.
Returns this agent’s first name.
Agent.FirstName
Returns this agent’s last name.
Agent.LastName
Returns this agent’s full name (first and last).
Agent.FullName
Returns this agent’s signature.
Agent.Signature
The Contact object is associated with the current EmailIn interaction. The properties include:
Returns this contact’s ID.
Contact.Id
Returns this contact’s first name.
Contact.FirstName
Returns this contact’s last name.
Contact.LastName
Returns this contact’s full name (first and last).
Contact.FullName
This contact’s title (for example, Mr., Ms., and so on).
Contact.Title
Returns this contact’s primary e-mail address.
Contact.PrimaryEmailAddress
Returns this contact’s primary phone number.
Contact.PrimaryPhoneNumber
The Interaction object is the currently processed interaction that is built from a standard response and includes Field Codes.
The properties for this object include:
Returns the Interaction’s ID.
Interaction.Id
Returns the Date/Time at which this Interaction was created in the system.
Interaction.DateCreated
Returns the Subject of this Interaction.
Interaction.Subject
Returns the recipient (To field) of this Interaction.
Interaction.ToAddress
Returns the originator (From field) of this Interaction.
Interaction.FromAddress
Returns the attached data (Interaction Attribute
) value associated with a specified key. The value can be either a string or a number.
Interaction.AttachedData (“Key”)
Interaction.AttachedData (“ParentId”)
Interaction.AttachedData (“Language”)
Returns the time zone of the parent interaction (Interaction in general). The value is a string formatted as“GMT”, “GMT+”hh.mm, or “GMT-”hh.mm.
Interaction.TimeZone.
GMT+01.00 indicates a Paris time zone.
GMT-04.00 indicates a Canada east coast (Maritimes) time zone.
GMT-05.00 indicates an eastern U.S./Canada time zone.