Skip to content

CRMLead

Defined in: types/crm.ts:78

CRM lead record from the connected CRM. Mirrors the iOS GRDBLead.toJSON() output.

id: string;

Defined in: types/crm.ts:79


crm_object: string;

Defined in: types/crm.ts:80


first_name: string;

Defined in: types/crm.ts:81


last_name: string;

Defined in: types/crm.ts:82


name: string;

Defined in: types/crm.ts:83


company: string;

Defined in: types/crm.ts:84


email: string;

Defined in: types/crm.ts:85


phone: string;

Defined in: types/crm.ts:86


owner_id: string;

Defined in: types/crm.ts:87


lead_source: string;

Defined in: types/crm.ts:88


converted_account_id: string;

Defined in: types/crm.ts:89


converted_opportunity_id: string;

Defined in: types/crm.ts:90


updated_at: string | null;

Defined in: types/crm.ts:91