Hatchet · Example Payload

V1 Filter Create Example

Task QueueWorkflow EngineDurable ExecutionBackground TasksAI AgentsOrchestrationPostgreSQLOpen Source

V1 Filter Create Example is an example object payload from Hatchet, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationrequest

Example Payload

Raw ↑
{
  "operation": "POST /api/v1/stable/tenants/{tenant}/filters",
  "request": {
    "workflowName": "onboard-team-user",
    "scope": "team",
    "expression": "event.data.plan == \"team\" && event.key == \"user:signup\"",
    "payload": {
      "welcome_template": "team-v2"
    }
  }
}