Contacts

Columns

Name

Type

ReadOnly

Description

Active

Boolean

False

True if contact has been verified.

Address

String

False

Address of the contact.

CompanyId

Bigint

False

Id of primary company of the contact.

CreatedAt

Datetime

True

Contact creation timestamp.

CustomFields

String

False

Key value pairs containing the names and values of custom fields

Deleted

Boolean

False

True if the contact has been deleted.

Decription

String

False

A short description of the contact.

Email

String

False

Email of the contact.

Id [KEY]

Bigint

False

ID of the contact.

JobTitle

String

False

Job title of the contact.

Language

String

False

Language of the contact.

Name

String

False

Name of the contact.

OtherEmailsAggregate

String

False

Additional emails associated with the contact.

Phone

String

False

Telephone number of the contact.

TimeZone

String

False

Time zone of the contact.

Tag

String

False

Tag associated with the contact.

UpdatedAt

Datetime

True

Contact updated timestamp.

ViewAllTickets

Boolean

False

True if the contact can see all tickets that are associated with the company to which he belong.

Last updated