Events
Triggering Webhook Types
The following event types are associated with the Track event payload from Rudder Stack.Rudderstack Track
{
"anonymous_id": "569a0e86-0484-4a84-afa8-cc55b76fe5c4",
"event": "Appointment Booked",
"message_id": "07cf5c9f-fbb0-4877-bfad-e158d86978ee",
"properties": null,
"timestamp": "2024-03-20T15:30:00Z",
"user_id": "97980cfea0067"
}
{
"anonymous_id": "Anonymous identifier for the user",
"event": "Name of the event being tracked",
"message_id": "Unique identifier for this message",
"properties": "Event properties, free-form dictionary of properties of the event.",
"timestamp": "When this track event occurred",
"user_id": "Unique identifier for the user"
}
Payload Field Details
Event Payload
Hide fields
Hide fields
string
required
Unique identifier for the user
CEL
user_id
Example
"97980cfea0067"
string
required
Name of the event being tracked
CEL
event
Example
"Appointment Booked"
timing.v1.Timestamp
required
When this track event occurred
CEL
timestamp
Example
"2024-03-20T15:30:00Z"
string
required
Unique identifier for this message
CEL
message_id
Example
"07cf5c9f-fbb0-4877-bfad-e158d86978ee"
object
required
Event properties, free-form dictionary of properties of the event.
CEL
properties
Example
null
string
required
Anonymous identifier for the user
CEL
anonymous_id
Example
"569a0e86-0484-4a84-afa8-cc55b76fe5c4"
