Hello, I have the followong questions with regard to webhooks.
1. What are the guarantees for the webhook delivery? Does ory do any retries?
2. Is there any admin API to list / remove / resend webhooks?
p
proud-plumber-24205
03/07/2023, 12:05 PM
Hi @kind-receptionist-82950
1. Webhooks have retries unless they are configured as async, please confirm @refined-kangaroo-48640
2. No
Please take a look at https://www.ory.sh/docs/kratos/hooks/configure-hooks
r
refined-kangaroo-48640
03/07/2023, 12:18 PM
All webhooks have retries (although currently async webhooks are not retried, this will be fixed in the next deploy to Ory Network).
If a sync webhook cannot be delivered, the current flow is aborted. Async retries obviously have no such mechanism.
k
kind-receptionist-82950
03/08/2023, 12:48 PM
Thank you for clarification. Eagerly waiting for the next release.