The event object for the event-stream Actions trigger provides contextual information about the trigger execution.
{
"message": {
"id": "evt_0123456789abcdef",
"type": "user.created",
"time": "2026-06-05T12:00:00.000Z",
"tenant_name": "your-tenant",
"data": {}
},
"secrets": {}
}
event.message
The CloudEvent message containing all event properties.
Describes the type of event related to the originating occurrence.
Identifies the context in which an event happened.
The version of the CloudEvents specification which the event uses.
Timestamp of when the occurrence happened. Must adhere to RFC 3339.
event.secrets
Secret values securely associated with this Action.