CRMContact
Defined in: types/crm.ts:55
CRM contact record from the connected CRM.
Mirrors the iOS GRDBContact.toJSON() output.
Properties
Section titled “Properties”id: string;Defined in: types/crm.ts:56
is_active
Section titled “is_active”is_active: boolean;Defined in: types/crm.ts:57
is_person_account
Section titled “is_person_account”is_person_account: boolean;Defined in: types/crm.ts:58
salutation
Section titled “salutation”salutation: string;Defined in: types/crm.ts:59
name: string;Defined in: types/crm.ts:60
slug: string;Defined in: types/crm.ts:61
email: string;Defined in: types/crm.ts:62
account_id
Section titled “account_id”account_id: string;Defined in: types/crm.ts:63
account_name
Section titled “account_name”account_name: string;Defined in: types/crm.ts:64
owner_id
Section titled “owner_id”owner_id: string;Defined in: types/crm.ts:65
crm_object
Section titled “crm_object”crm_object: string;Defined in: types/crm.ts:66
object
Section titled “object”object: string;Defined in: types/crm.ts:68
Alias for crm_object.
updated_at
Section titled “updated_at”updated_at: string | null;Defined in: types/crm.ts:69
raw_string?
Section titled “raw_string?”optional raw_string?: string;Defined in: types/crm.ts:70
optional raw?: unknown;Defined in: types/crm.ts:71