Integrations
Connect WhoPosts to your CRM and automation tools. Send leads to HubSpot, Pipedrive, Salesforce, and more—via Zapier or Make.
Zapier & Make
WhoPosts sends new leads to a webhook URL. Connect that webhook to Zapier or Make to push leads into your CRM.
- Dashboard → Alerts & Integrations → Paste your Zapier Catch Hook or Make webhook URL
- In Zapier/Make, add actions: Create HubSpot Contact, Create Pipedrive Deal, Create Salesforce Lead, etc.
- Map the lead fields:
title,url,score,platform
Supported CRMs
Use Zapier or Make to connect WhoPosts to your CRM. No native API keys needed—just a webhook.
Webhook payload
Each new lead POSTs to your URL with:
{
"event": "lead.created",
"lead": {
"id": 123,
"title": "Looking for a B2B tool that does X",
"url": "https://reddit.com/r/...",
"score": 87,
"platform": "reddit",
"reason": "High intent mention",
"matched_keyword": "b2b tool",
"created_at": "2025-02-12T10:00:00Z"
}
}API for programmatic access
Add keywords, competitors, and subreddits via API. Generate an API key in Alerts & Integrations.
- Keywords: GET, POST, DELETE
- Competitors: GET, POST, DELETE
- Subreddits: GET, POST, DELETE