This page was last edited on March 10, 2014, at 16:56.
Comments or questions about this documentation? Contact us for support!
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.