Skip to content

CRMAccount

Defined in: types/crm.ts:5

CRM account record from the connected CRM. Mirrors the iOS GRDBAccount.toJSON() output.

id: string;

Defined in: types/crm.ts:6


is_active: boolean;

Defined in: types/crm.ts:7


is_person_account: boolean;

Defined in: types/crm.ts:8


salutation: string;

Defined in: types/crm.ts:9


name: string;

Defined in: types/crm.ts:10


slug: string;

Defined in: types/crm.ts:11


account_type: string;

Defined in: types/crm.ts:12


crm_object: string;

Defined in: types/crm.ts:13


object: string;

Defined in: types/crm.ts:15

Alias for crm_object.


primary_account_id: string;

Defined in: types/crm.ts:16


primary_account_name: string;

Defined in: types/crm.ts:17


updated_at: string | null;

Defined in: types/crm.ts:18


raw: unknown;

Defined in: types/crm.ts:20

Provider-specific payload when present.