Zapier

Setup

  1. Create a new Zap
  2. Trigger: Choose your CRM (HubSpot, Salesforce, Pipedrive, etc.) → “New Contact”
  3. Action: Webhooks by Zapier → Custom Request
  4. Configure the request:
    • Method: GET
    • URL: https://api.casestudies.dev/v1/enrich/{{contact_domain}}
    • Headers: X-API-Key: YOUR_API_KEY
  5. Action 2: Update your CRM contact with the enrichment data (field mapping below)

Available fields

Response pathWhat it containsExample
company.nameCompany name”BambooHR”
company.industryTheir industry”hr-tech”
company.logo_urlCompany logo URLURL
featured_in.totalNumber of vendor mentions2
featured_in.vendors[0].vendor.nameFirst vendor they use”Remote.com”
featured_in.vendors[0].vendor.domainVendor domain”remote.com”
featured_in.vendors[0].case_studies[0].titleCase study title”BambooHR global hiring”
featured_in.vendors[0].case_studies[0].summarySummary”BambooHR partnered with…”
featured_in.vendors[0].case_studies[0].problemProblem they faced”Needed global hiring compliance”
featured_in.vendors[0].case_studies[0].solutionHow it was solved”Embedded Remote’s platform…”
featured_in.vendors[0].case_studies[0].outcomesResults/metrics”90+ countries supported”
featured_in.vendors[0].case_studies[0].source_urlOriginal case study linkURL

Suggested CRM field mapping

CRM fieldMaps to
Custom: “Vendor mentions”featured_in.total
Custom: “Tools used”featured_in.vendors[0].vendor.name
Custom: “Key problem”featured_in.vendors[0].case_studies[0].problem
Custom: “Key outcome”featured_in.vendors[0].case_studies[0].outcomes
NotesFull summary text

Example flow

New HubSpot Contact (domain: bamboohr.com)
→ GET /v1/enrich/bamboohr.com
→ Update contact:
Vendor mentions: 2
Tools used: Remote.com, Brex
Key problem: Needed global hiring compliance
Key outcome: 90+ countries, 50% cost reduction