Playbook 1: The “Dynamic Account” Enrichment
(The “Surgical Strike” Approach) The Scenario: A Sales Rep is working a high-priority Account in Salesforce/HubSpot. The account has potential, but the Rep lacks the right contacts (e.g., the VP of Sales is missing). The Solution: Instead of asking the Rep to go to LinkedIn and manually copy-paste data, you give them an “Enrich Now” button in the CRM.1. Trigger (The Button)
The Rep clicks a button in the CRM (via a Webhook/Flow). The CRM account must have either a Company LinkedIn URL or a Company Domain stored.
2. Resolve the Company LinkedIn URL
BlitzAPI requires a Company LinkedIn URL as its primary matching key — a domain alone is not a reliable identifier.
- If the CRM already stores the LinkedIn URL: use it directly as
company_linkedin_url. - If only a domain is available: first call
POST /v2/enrichment/domain-to-linkedinto resolve the domain into a LinkedIn URL, then pass the result to the next step.
3. The Waterfall Search
Send the Company LinkedIn URL to BlitzAPI’s Waterfall ICP endpoint (
POST /v2/search/waterfall-icp-keyword).- Example query: “Find the VP Sales or CRO in the US for this company.”
Playbook 2: The “Pre-Send” Safety Net
(The Anti-Bounce Shield) The Scenario: You are about to enroll 5,000 leads into a cold email sequence. Some data is old; some emails might be “Catch-All”. The Solution: An automated gatekeeper that validates every email before it enters the sequence.2. Strict Validation
Pass every email through
POST /v2/utilities/email/validate.- BlitzAPI checks: Syntax, DNS, and performs a live SMTP handshake.
Tech Enabler: Email Validation
Use
POST /v2/utilities/email/validate to filter out risks before they hurt your domain reputation.⚡ Scaling with Low-Code (n8n, Make, Clay)
The true power of BlitzAPI is unleashed when combined with automation platforms. Because our plans are Unlimited, you can run massive loops without worrying about “burning credits.”RevOps Insight: With the Unlimited Plan, you can set up a “Weekend Job” in n8n that scans your entire CRM, re-validates every email, and updates job titles, ensuring your team walks in on Monday to a pristine database.
Ready to build?
Get your API Key
Start building your dynamic playbooks today.
See Integration Guides
Copy-paste recipes for your favorite automation tools.

