Skip to content

james-sib/verifly-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

@verifly/cli

Agent-friendly command line tools for Verifly email verification and list hygiene.

Install

npm install -g @verifly/cli
npx @verifly/cli --help

Until npm publishing is unblocked, download the package from https://verifly.email/downloads/verifly-agent-kit.zip.

Configure

export VERIFLY_API_KEY="vf_your_key"

PowerShell:

$env:VERIFLY_API_KEY="vf_your_key"

Commands

verifly verify lead@example.com --format json
verifly batch leads.csv --out results.json
verifly clean leads.csv --format csv --out clean.csv
verifly extract scraped.txt --out emails.json
verifly domain example.com --format json
verifly credits
verifly usage

CI Exit Codes

  • 0: command completed successfully.
  • 1: invalid arguments, missing API key, or Verifly/API failure.

Use JSON output by default for AI agents. Use CSV output for spreadsheet, CRM, or mailing-list handoffs.

About

Agent-friendly CLI for Verifly email verification, CSV cleaning, extraction, and domain health checks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors