Enumeration: Status
Defined in: model/status.ts:16
Indicates the current state of the webhook. Possible values are
active
- Successfully delivered most recent event notifications.inactive
- Failed to deliver most recent event notification and has been deactivated.reactivated
- Previously inactive webhook that has been reactivated. No events have occurred since reactivation.
See Event Delivery Guarantees for more information on how the system deactivates webhooks and subsequently reactivates them.
Enumeration Members
Active
Active:
"active"
Defined in: model/status.ts:17
Inactive
Inactive:
"inactive"
Defined in: model/status.ts:18
Reactivated
Reactivated:
"reactivated"
Defined in: model/status.ts:19