Context
Contact
contact: {
// phone number of the contact, in international E.164 format
phone: "233501112222",
// Other accounts the contact has, with service prefixes (such as social messaging accounts):
urns: [
"phone:233501112222",
"twitter:@exampleaccount",
"whatsapp:233501112222"
],
// The contact's preferred mode of interaction (see Supported Modes)
preferred_mode: "IVR",
// The contact's preferred account to use
preferred_urn: "phone:233501112222",
// The contact's active account being used on this interaction
active_urn: "phone:233501112222",
// Time the contact was first seen/created on this system
created_at: "2017-03-05 12:33:42",
// Contact's timezone, in the format of the tzdata tz database. Null if unknown/not supported.
timezone: "Africa/Accra",
// Preferred language ID of the contact
language: "eng",
// Groups the contact is in (see below)
groups: [...],
// Properties of the contact (see below)
properties: [...],
// Example properties by name:
birthday: "2012-04-05",
gender: "female",
...
}Groups
Properties
Run
Parent
Child
Results
Block
Session Variables
Last updated
Was this helpful?