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.
Properties
Section titled “Properties”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
Section titled “team_id”team_id: number;Defined in: types/event.ts:9
owner_id
Section titled “owner_id”owner_id: number;Defined in: types/event.ts:10
form_id
Section titled “form_id”form_id: number;Defined in: types/event.ts:12
ID of the lead capture form associated with this event.
provider
Section titled “provider”provider: string;Defined in: types/event.ts:14
Lead retrieval provider (e.g. 'cvent', 'a2z').
event_type
Section titled “event_type”event_type: string;Defined in: types/event.ts:16
Event classification (e.g. 'congress', 'tradeshow').
status
Section titled “status”status: string;Defined in: types/event.ts:17
location
Section titled “location”location: string;Defined in: types/event.ts:18
timezone
Section titled “timezone”timezone: string;Defined in: types/event.ts:19
start_at
Section titled “start_at”start_at: string;Defined in: types/event.ts:21
ISO 8601 start date/time.
end_at
Section titled “end_at”end_at: string;Defined in: types/event.ts:23
ISO 8601 end date/time.
created_at
Section titled “created_at”created_at: string;Defined in: types/event.ts:24
updated_at
Section titled “updated_at”updated_at: string;Defined in: types/event.ts:25
crm_object_type
Section titled “crm_object_type”crm_object_type: string | null;Defined in: types/event.ts:27
CRM object type for synced leads (e.g. 'Lead', 'Contact').
crm_object_id
Section titled “crm_object_id”crm_object_id: string | null;Defined in: types/event.ts:29
CRM record ID this event maps to.
external_id
Section titled “external_id”external_id: string | null;Defined in: types/event.ts:31
Provider-assigned external event ID.
crm_campaign_id
Section titled “crm_campaign_id”crm_campaign_id: string | null;Defined in: types/event.ts:33
CRM campaign ID for lead association.