Input
- v1
| Field | Description | Type | Required |
|---|---|---|---|
event | The event to emit. | object | No |
event
event
The event to emit.
| Field | Description | Type | Required |
|---|---|---|---|
data | Normalized payload carried by the event. | any | No |
eventDate | Timestamp for when the event occurred. | string | No |
eventId | Unique identifier for this event. | string | No |
eventType | Name of the event type being emitted. | string | Yes |
Output
- v1