Hello, I have the followong questions with regard ...
# talk-kratos
k
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
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
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
Thank you for clarification. Eagerly waiting for the next release.