mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(events): add APIs to list webhook events and webhook delivery attempts (#4131)
This commit is contained in:
@ -390,6 +390,10 @@ pub enum Flow {
|
||||
CreateRole,
|
||||
/// Update Role
|
||||
UpdateRole,
|
||||
/// List initial webhook delivery attempts
|
||||
WebhookEventInitialDeliveryAttemptList,
|
||||
/// List delivery attempts for a webhook event
|
||||
WebhookEventDeliveryAttemptList,
|
||||
}
|
||||
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user