displayName
POST /api/automations/webhooks/:ruleId
method
POST
path
/api/automations/webhooks/:ruleId
responseShape
AutomationWebhookDeliveryResult (status from outcome/code: 201 created, 401 unauthorized, 409 not-active, 400 rejected, else 200)
authRequired
false
description
Webhook ingress endpoint that delivers a payload to a specific automation rule. Source: packages/agent-mux/gateway/src/kanban/routes.ts:1037-1063.