Skip to main content
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

event.message
dictionary
The CloudEvent message containing all event properties.

event.secrets

event.secrets
secrets
Secret values securely associated with this Action.