# Zapier outline — Verifly verify before send

Canonical: https://verifly.email/use-cases/zapier  
Recipe: https://verifly.email/recipes/zapier-outline

## Minimal Zap

1. **Trigger** — Typeform / Webflow / Google Sheets / HubSpot (map `email`).
2. **Webhooks by Zapier — GET**  
   `https://verifly.email/api/v1/verify?email={{email}}`  
   Header: `Authorization: Bearer vf_your_api_key`
3. **Filter / Paths** — continue only when `result` equals `deliverable`. Fail closed on undeliverable, disposable, role.
4. **Action** — HubSpot/Salesforce create, Instantly/Smartlead Add Lead, or Gmail.

## Batch sketch (Code by Zapier)

`POST https://verifly.email/api/v1/verify/batch` with JSON `{ "emails": [...] }` (≤100). Prefer async bulk for large cleans.

## Secrets

Store `vf_…` as a Zapier secret. Staging key separate from production credit pool.

## Why PAYG

Zaps fire irregularly. Prepaid Verifly credits never expire and only move when a Zap verifies — no monthly verifier seat.
