Verify any email in any zap โ no native app required.
ListPulse exposes a clean REST API that Zapier's Webhooks by Zapier and Make's HTTP module hit natively. Set it up once, branch every workflow on deliverability forever.
Common zap recipes
New form lead โ verify
Trigger: any form-tool or CRM that creates contacts. Action: ListPulse verify. Filter: only continue if status == "deliverable".
Verify โ tag in CRM
After verification, branch on the result and apply verified / risky / bad-email tags in HubSpot, ActiveCampaign, MailerLite โ anything Zapier connects to.
Scheduled bulk clean
Schedule trigger every 30 days โ fetch contacts from your CRM in batches โ POST to /api/v1/clean โ update tags based on results.
Zapier setup (4 minutes)
- In Zapier, add an action step: Webhooks by Zapier โ POST.
- URL:
https://listpulse.io/app/api/v1/verify.php - Payload Type:
json - Data:
email= (the email field from your trigger),verify=true - Headers:
Authorization: Bearer lp_live_โฆยทContent-Type: application/json - Add a Filter step: continue only if Status equals
deliverable(or branch on it with Paths).
Make uses the same idea โ drop an HTTP module, paste the URL + headers, parse the JSON response.
Verify everywhere your data lives.
Sign up, grab an API key, drop it into any zap โ done.
Score my list free โ