New: Webhook Failure Alerts are now available. ->
Back to all posts

Webhook Failure Alerts

By Forminit in Changelog • Published July 1, 2026

Webhook failure alerts are now available for Forminit webhooks.

Forminit can now send an email alert when a webhook delivery fails. The alert includes the webhook error details and failure count, so you can quickly understand what went wrong and fix your webhook endpoint before more submissions are affected.

New

  • Webhook Failure Alerts: Forminit can now notify you by email when a webhook delivery fails
  • Error Details: Failure emails include the webhook error response to help you debug the issue
  • Failure Count: Alerts include how many times the webhook delivery has failed
  • Faster Debugging: Quickly identify broken endpoints, invalid responses, server errors, or configuration issues
  • Webhook Logs: Review failed webhook attempts from Form Settings → Logs

Webhook failure alerts are useful when your form submissions are connected to important workflows, such as CRMs, internal tools, databases, support systems, queues, or custom backend processes.

With failure alerts and webhook logs, you can fix webhook issues faster and reduce the risk of missed webhook deliveries.

You can find setup instructions and code examples for Node.js, Express, Next.js, Laravel, Python Flask, and Cloudflare Workers in the Webhooks documentation.