Workflow
An automated workflow for event processing
created_atdate-timerequired
When the workflow was created
idstringrequired
Unique workflow identifier (opaque ID)
namestringrequired
Workflow name
statestringrequired
Workflow state
Possible values: [active
, disabled
, draft
]
Workflow
{
"created_at": "2024-01-15T10:30:00Z",
"id": "workflow_abc123",
"name": "Send confirmation email",
"state": "active"
}