CRM Match API
Turn funding news into warm intros
Sync your CRM contacts and accounts to FundingScout. The moment a company in your pipeline raises funding, we POST a webhook to your endpoint with the match details — so your reps can reach out to the relationships they already have, before the press release hits the wire.
Who it's for
Sales teams using a CRM (Salesforce, HubSpot, Pipedrive, Attio, Close, custom). Anyone who already tracks contacts but learns about funding events too late.
What you get
Real-time webhook notifications when one of your accounts gets funded. Includes the funding details + the matched contact/account from your CRM.
What you build
A daily cron that pushes your CRM data to two endpoints, plus a webhook receiver. Most customers integrate in < 1 hour.
How it works
- 1. Sync your CRM. POST your accounts (companies) and contacts (people) to /api/v1/accounts and /api/v1/contacts. Most customers run a daily cron.
- 2. Register a webhook. Tell us where to POST when one of your accounts gets funded: /api/v1/webhooks.
- 3. Get warm intros. Within ~60 seconds of a funding round being ingested, we POST the match to your webhook. Pull /api/v1/matches as a fallback.
Quick links
- 🚀 5-minute quickstart — complete integration in 4 curl calls
- 🔑 Authentication — how API keys work
- 🧠 How matches work — the three match paths (domain / email / name)
- 📨 Webhook payload format — exact JSON you'll receive
Ready to integrate?
Generate an API key at Settings → API Keys (Pro subscription required), then jump to the quickstart.