Plane docs
ApiSchemas

HookDeliveryStatus

One shape from the contract, as it appears on the wire.

Used by hooks.deliveries, hooks.discard, hooks.redeliver, hooks.redeliverAll

Referenced from HookDelivery

JSON Schema

{
  "type": "string",
  "enum": [
    "pending",
    "delivered",
    "dead"
  ]
}

On this page