ListPulse
For Zapier & Make builders

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)

  1. In Zapier, add an action step: Webhooks by Zapier โ†’ POST.
  2. URL: https://listpulse.io/app/api/v1/verify.php
  3. Payload Type: json
  4. Data: email = (the email field from your trigger), verify = true
  5. Headers: Authorization: Bearer lp_live_โ€ฆ  ยท  Content-Type: application/json
  6. 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 โ†’