Hatchet · Example Payload

Webhook Worker Create Example

Task QueueWorkflow EngineDurable ExecutionBackground TasksAI AgentsOrchestrationPostgreSQLOpen Source

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

Top-level fields

operationrequestresponse

Example Payload

Raw ↑
{
  "operation": "POST /api/v1/tenants/{tenant}/webhook-workers",
  "request": {
    "name": "shopify-webhook-receiver",
    "url": "https://hooks.example.com/shopify",
    "secret": "whsec_\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022"
  },
  "response": {
    "metadata": {
      "id": "01HW3K4ZJ2NQ8XYZ9ABCDEF400",
      "createdAt": "2026-05-25T14:30:00Z"
    },
    "name": "shopify-webhook-receiver",
    "url": "https://hooks.example.com/shopify",
    "tenantId": "01HW0000000000000000000000"
  }
}