enum WebhookRequestStatus

Delivery lifecycle of a WebhookRequest. A request is pending until it is delivered (an accepted 200/201 response) or failed (no acceptance within the 7-day retry deadline).

  • pending
  • delivered
  • failed