CRMLead
Defined in: types/crm.ts:78
CRM lead record from the connected CRM.
Mirrors the iOS GRDBLead.toJSON() output.
Properties
Section titled “Properties”id: string;Defined in: types/crm.ts:79
crm_object
Section titled “crm_object”crm_object: string;Defined in: types/crm.ts:80
first_name
Section titled “first_name”first_name: string;Defined in: types/crm.ts:81
last_name
Section titled “last_name”last_name: string;Defined in: types/crm.ts:82
name: string;Defined in: types/crm.ts:83
company
Section titled “company”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
Section titled “owner_id”owner_id: string;Defined in: types/crm.ts:87
lead_source
Section titled “lead_source”lead_source: string;Defined in: types/crm.ts:88
converted_account_id
Section titled “converted_account_id”converted_account_id: string;Defined in: types/crm.ts:89
converted_opportunity_id
Section titled “converted_opportunity_id”converted_opportunity_id: string;Defined in: types/crm.ts:90
updated_at
Section titled “updated_at”updated_at: string | null;Defined in: types/crm.ts:91