Skip to main content

This is a composite value that describes a single contact within the system.

Properties (10)

Property Type Default Required Description
account⚓︎ object[] x x

The account allocated to this contact.

addresses⚓︎ string[] x x

Each T42Address includes a description saying the type of address, e.g. "home", "office".

context⚓︎ object x x

A dictionary of CRM specific fields.

displayName⚓︎ string x x

Advisory only. A user-friendly name for this object to use in debug logs etc.

emails⚓︎ string[] x x

An array of email addresses for this contact.

ids⚓︎ T42Id[] x

Identifier for the contact; globally unique to the system.

isPerson⚓︎ boolean x x

Is the contact a single person?

name⚓︎ object x x

The name of the contact. Optional in case the name has not yet been resolved from the email, or id etc.

phones⚓︎ object[] x x

An array of phone numbers for this contact.

status⚓︎ string x x

The status of the contact, e.g. "client", "prospect", "lead".