If you run Clay, you can pipe results straight from a validation job into a Clay table via webhook — no manual export step.
In Clay, open the table you want to push into, add a Webhook source, and copy the webhook URL Clay generates. It looks like https://api.clay.com/v3/sources/webhook/….
Open the validation job whose results you want to send.
Click the Clay action (Push to Clay).
Paste the Clay webhook URL into the Clay Webhook URL field.
Pick what to send:
Valid emails only (default) — sends rows with OK and Catch All Valid statuses only.
All emails — sends every row regardless of status.
Click Submit to Clay. You'll see a "Pushing to Clay…" state until the push completes.
Each matching row is sent to Clay as a webhook event. Your original input columns travel along with the validation columns (Status, MX Domain, Provider, etc.) so you can use them in downstream Clay enrichments.
Rows not showing in Clay? Re-check the webhook URL — even one wrong character will make Clay silently drop events.
Expecting more rows than arrived? Make sure you picked "All emails" — the default only pushes OK and Catch All Valid.