Skip to content

Event

Defined in: types/event.ts:5

A lead retrieval event (congress, conference, or trade show). Mirrors the iOS GRDBEvent Swift model’s toJSON() output.

id: number;

Defined in: types/event.ts:6


name: string;

Defined in: types/event.ts:7


slug: string;

Defined in: types/event.ts:8


team_id: number;

Defined in: types/event.ts:9


owner_id: number;

Defined in: types/event.ts:10


form_id: number;

Defined in: types/event.ts:12

ID of the lead capture form associated with this event.


provider: string;

Defined in: types/event.ts:14

Lead retrieval provider (e.g. 'cvent', 'a2z').


event_type: string;

Defined in: types/event.ts:16

Event classification (e.g. 'congress', 'tradeshow').


status: string;

Defined in: types/event.ts:17


location: string;

Defined in: types/event.ts:18


timezone: string;

Defined in: types/event.ts:19


start_at: string;

Defined in: types/event.ts:21

ISO 8601 start date/time.


end_at: string;

Defined in: types/event.ts:23

ISO 8601 end date/time.


created_at: string;

Defined in: types/event.ts:24


updated_at: string;

Defined in: types/event.ts:25


crm_object_type: string | null;

Defined in: types/event.ts:27

CRM object type for synced leads (e.g. 'Lead', 'Contact').


crm_object_id: string | null;

Defined in: types/event.ts:29

CRM record ID this event maps to.


external_id: string | null;

Defined in: types/event.ts:31

Provider-assigned external event ID.


crm_campaign_id: string | null;

Defined in: types/event.ts:33

CRM campaign ID for lead association.