Create a scoped API key
Create a GTMAPIs API key with the email:validate:single scope before wiring the workflow.
GTM workflow guide
Workflow guide for validating Clay-sourced emails through the public Email Validation API before campaign upload.
Auth
X-API-Key header
Setup
moderate · Depends on Clay table and HTTP action setup
Workflow type
workflow
Create a GTMAPIs API key with the email:validate:single scope before wiring the workflow.
Send email addresses to POST https://api.gtmapis.com/v1/validate with X-API-Key authentication.
curl -X POST https://api.gtmapis.com/v1/validate \
-H 'Content-Type: application/json' \
-H 'X-API-Key: $GTMAPIS_API_KEY' \
-d '{"email":"person@example.com"}'Store canonical status and B2B quality fields separately so downstream filters can distinguish valid, valid_role_based, risky, invalid, and unknown results.
Validate emails before exporting a Clay table into a sending platform.
Route valid personal emails differently from role-based, catch-all, invalid, risky, or unknown outcomes.
No. This page describes an API workflow pattern and does not claim an official marketplace listing.
The public Email Validation endpoint is POST https://api.gtmapis.com/v1/validate.
Preserve valid, valid_role_based, risky, invalid, and unknown as canonical statuses.