Skip to content

CRMContact

Defined in: types/crm.ts:55

CRM contact record from the connected CRM. Mirrors the iOS GRDBContact.toJSON() output.

id: string;

Defined in: types/crm.ts:56


is_active: boolean;

Defined in: types/crm.ts:57


is_person_account: boolean;

Defined in: types/crm.ts:58


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: string;

Defined in: types/crm.ts:63


account_name: string;

Defined in: types/crm.ts:64


owner_id: string;

Defined in: types/crm.ts:65


crm_object: string;

Defined in: types/crm.ts:66


object: string;

Defined in: types/crm.ts:68

Alias for crm_object.


updated_at: string | null;

Defined in: types/crm.ts:69


optional raw_string?: string;

Defined in: types/crm.ts:70


optional raw?: unknown;

Defined in: types/crm.ts:71