A message with event type, timestamp, and nested data.
Section: Errors, events, and partial updates
Event-style message payload
json
json
{
"event": "user.created",
"occurred_at": "2026-03-27T17:00:00Z",
"data": {
"id": "usr_123",
"email": "ada@example.com"
}
}Explanation
A common pattern for webhooks, queues, and audit logs.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Errors, events, and partial updates