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.

  1. Dashboard → Alerts & Integrations → Paste your Zapier Catch Hook or Make webhook URL
  2. In Zapier/Make, add actions: Create HubSpot Contact, Create Pipedrive Deal, Create Salesforce Lead, etc.
  3. 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.

HubSpot

Create contacts, deals, or notes from new leads

Pipedrive

Add leads as deals or persons in your pipeline

Salesforce

Create leads or opportunities from high-intent posts

Google Sheets

Log leads in a spreadsheet for tracking

Slack

Get notified in a channel when new leads arrive

Airtable

Add leads to a base for team collaboration

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
View API Reference