Integration Templates

Download starter assets for Verifly email verification in scripts, CI, no-code automations, and workflow builders.

Bearer API-key auth with vf_ keys
Works against https://verifly.email/api/v1
Templates avoid storing raw verification data

CLI package

@verifly/cli

A Node 18+ command line package for single verification, batch verification, list cleaning, extraction, credits, and usage checks.

GitHub Action

Verify lists in CI

A public JavaScript action that reads a list file and writes Verifly verification or cleaning results as JSON.

n8n workflows

Webhook templates

Importable templates for list-cleaning webhooks and signup-email gates using n8n HTTP Request nodes.

Pipedream actions

Private actions

Drop-in Pipedream actions for verifying one email or cleaning a list with a Verifly API key prop.

Zapier skeleton

Private app starter

A Zapier Platform CLI starter with API-key auth and actions for Verify Email and Clean Email List.

Make blueprint

Custom app plan

A Make custom app blueprint for API-key connection, Verify Email module, and Clean Email List module.

REST verification

curl -X GET "https://verifly.email/api/v1/verify?email=lead@example.com" -H "Authorization: Bearer vf_your_api_key"

CLI publish target

cd cli
npm publish --access public

Zapier private app push

cd zapier/integration
npm install
npx zapier-platform login
npx zapier-platform register "Verifly"
npx zapier-platform push

Use or publish the examples

The GitHub examples repo is public and ready for agents to clone. Native marketplace listings for npm, Pipedream, Zapier, and Make still require platform-specific publishing workflows.

Start with API access