Loading...
Loading...
Validate email addresses before campaign sending. Takes a contact CSV, validates each email via a verification provider, removes invalid/do_not_mail/abuse/unknown addresses, and optionally cleans them from sequencer campaigns. Outputs a verified CSV ready for campaign-sending. Fits between email-generation and campaign-sending in the pipeline. Triggers on: "verify emails", "validate emails", "email verification", "clean emails", "check emails before sending", "remove bad emails", "email hygiene".
npx skill4agent add extruct-ai/gtm-skills email-verificationemail-generationcampaign-sendingemail-generation → email-verification → campaign-sending| Input | Required | Source |
|---|---|---|
| Contact CSV with email column | yes | From |
| Sequencer campaign IDs | no | From |
emailEmailemail_address{N} unique emails to validate, {M} rows without email skipped{email: {status, sub_status}}unknown| Action | Typical statuses |
|---|---|
| Keep | |
| Remove | |
{original_name}_verified.csv{original_name}_verification_results.json{kept} emails kept, {removed} removed, {catch_all} catch-all (flagged)skills/campaign-sending/references/{N} leads removed from sequencer| File | Contents |
|---|---|
| Cleaned CSV with only valid emails |
| Full validation results for all emails |
| Console report | Summary table + list of removed emails |
references/