Form webhook delivery
This screen is about operations: did Atomicat successfully send the webhook, what came back from the destination, and can you inspect or retry a delivery. It is not where you add the webhook URL for the first time.
Configure new form webhooks in the Page Builder on the form element itself. See Forms (elements).
Open the screen​
From Form leads, use Webhooks in the header. This area is dedicated to form traffic so filters stay aligned with form names.
Summary cards​
At the top you typically see:
- Total webhooks — Count of tracked delivery rows in the current result set.
- Successful and failed counts.
- Success rate — Percentage derived from the same stats.
Numbers refresh when the data reloads.
Filters and search​
Use the controls above the table:
- Status — Limit to successes, failures, pending rows, or all.
- Form — Pick a single form source when you maintain many destinations.
- Search — Narrow by URL text or other indexed content, then press Search.
Pagination appears when the dataset spans more than one page.
Read a row​
Each row shows:
- Webhook URL (truncated visually with full text in a tooltip)
- Optional webhook name under the URL
- Form name
- Status badge — Includes success, failure, permanent failure, and intermediate states when present
- Last attempt time
- Attempts — Displays retry depth (first attempt plus retries)
Inspect delivery details​
Choose View details. A modal shows:
- The target URL and status again
- Timestamp
- The information Atomicat sent
- The response captured from the destination when available
Close the modal when you are finished.
Resend​
Use the resend (refresh) icon on a row to ask the platform to try the delivery again. While a resend is in flight, that row’s control disables to prevent double clicks. A toast confirms success or explains a failure.
API keys​
Press API key management to open the shared key area described in Webhook keys. Keys help your destination reject untrusted deliveries.
Related docs​
Frequently asked questions​
Can I edit the webhook URL here?
No. URLs live in form settings in the builder. This page is for monitoring and recovery.
What if my destination rejects every delivery?
Review the delivery details and compare them with the validation rules used by your receiving tool. Check required fields, authentication, and accepted request format.