-
Notifications
You must be signed in to change notification settings - Fork 0
feat(webhooks): add delivery attempt history API #98
Copy link
Copy link
Open
Labels
featrequest for or implementation of a new featurerequest for or implementation of a new featurepostgresnvisy-postgres: ORM, models, queries, migrationsnvisy-postgres: ORM, models, queries, migrationsservernvisy-server: API handlers, middleware, authnvisy-server: API handlers, middleware, authwebhooknvisy-webhook: delivery, signing, retrynvisy-webhook: delivery, signing, retry
Metadata
Metadata
Assignees
Labels
featrequest for or implementation of a new featurerequest for or implementation of a new featurepostgresnvisy-postgres: ORM, models, queries, migrationsnvisy-postgres: ORM, models, queries, migrationsservernvisy-server: API handlers, middleware, authnvisy-server: API handlers, middleware, authwebhooknvisy-webhook: delivery, signing, retrynvisy-webhook: delivery, signing, retry
Context
The webhook crate supports retries with exponential backoff, but there is no API for viewing delivery attempts and failures per webhook.
Requirements
/webhooks/{webhookId}/deliveries/endpoint with cursor pagination/webhooks/{webhookId}/deliveries/{deliveryId}/for individual delivery detail/webhooks/{webhookId}/deliveries/{deliveryId}/retryReferences