ENUM

WebhookEndpointEventDispatchAttemptStatus

The status of a send attempt for a dispatched webhook of a model and event.

link GraphQL Schema definition

  • enum WebhookEndpointEventDispatchAttemptStatus {
  • # The dispatched webhook is pending to be sent.
  • PENDING
  • # The dispatched webhook had been sent and was successful.
  • SUCCESS
  • # The dispatched webhook had been sent and failed.
  • FAIL
  • }