MentionFox
MentionFox + Webhooks

Use MentionFox with Webhooks

MentionFox's webhook integration lets you automate B2B intelligence workflows by posting real-time events to any endpoint you control. When mentions are discovered, leads are enriched, or outreach campaigns progress, webhooks fire immediately—enabling seamless connections to your CRM, analytics platform, or internal automation tools without custom development.

How it works

1
Event Detection and Real-Time Notifications

MentionFox's Social Listening module monitors 52+ platforms including Reddit, X, LinkedIn, Quora, HackerNews, forums, news sites, podcasts, review platforms, TikTok, YouTube, Substack, and Medium. When a mention matching your search keywords is discovered, the system can post a webhook event to your registered endpoint with mention details—text, source platform, timestamp, author handle, and engagement metrics. Your endpoint receives the payload in real time, allowing you to trigger immediate alerts, log the mention to a database, or kick off downstream workflows in Slack, your CRM, or a custom dashboard without manual intervention.

2
Lead Enrichment and Candidate Vetting Pipeline

MentionFox's Candidate Vetting and Lead Enrichment modules identify and score prospects from social signals and online activity. When a lead is vetted, enriched, or scored above a threshold you define, webhooks fire with enriched profile data—company name, estimated decision-maker contacts, activity signals, and vetting score. You can use this webhook payload to automatically create or update records in your CRM, trigger follow-up email sequences, add leads to a Salesforce campaign, or enrich existing contacts in your internal database in real time, eliminating the manual copy-paste workflow.

3
Outreach Campaign Status and Engagement Tracking

MentionFox's Outreach Automation module enables you to compose and send emails at scale. Key to MentionFox's design: every email requires your explicit preview and click-to-send—no auto-send. As campaigns progress, webhooks can post events when emails are sent (after your approval), opens are tracked, replies arrive, or bounce. These webhook events land at your endpoint, letting you sync campaign status to your sales stack, trigger conditional workflows based on engagement, log metrics to your analytics tool, or update lead scoring models with real-time reply data—all without polling or manual updates.

What you can do

Real-Time Mention-to-CRM Pipeline for Brand Monitoring

Your company runs a SaaS product and uses MentionFox Social Listening to monitor mentions across 52+ platforms. A prospect's engineer mentions your product on HackerNews with positive sentiment. MentionFox detects the mention and posts a webhook event to your custom endpoint. Your endpoint validates the payload, extracts the author's handle and comment context, calls the HackerNews API to fetch the author's profile, and automatically creates a new lead record in Salesforce with the mention source, author details, and engagement context. Your sales team receives a Slack notification and can reach out while the conversation is fresh, dramatically improving response time compared to daily or weekly report reviews.

MentionFox scans 52+ platforms for brand mentions. Verified 2026-05-30. See the record

Investor Research Alerts for Fund Managers

You manage an early-stage fund and use MentionFox's Investor Research module to track portfolio companies and emerging market trends. When MentionFox discovers that a key investor—drawn from its 52,000-record investor database—has published a blog post or spoken on a podcast about a sector your fund targets, a webhook fires to your endpoint. Your endpoint logs this event, enriches it with the investor's fund thesis from your internal database, and automatically sends a summary to your investment committee via email and Slack. This keeps your team informed of relevant investor activity without requiring manual daily browsing of news sites and podcasts.

AI Visibility Measurement with Automated Reporting

You operate an AI product and want to track how often your tool is recommended by large language models. MentionFox's AI-Visibility (GEO) Measurement module measures recommendation frequency across AI assistants (AI assistants), AI assistants (AI assistants 4), AI assistants, AI assistants, AI assistants, and AI assistants. Each measurement cycle, webhook events post aggregated recommendation rates and comparison data to your endpoint. Your endpoint transforms this data into a standardized JSON format, uploads it to your analytics warehouse, and triggers a scheduled dashboard refresh. Your product and marketing teams can then track competitive positioning and LLM recommendation trends week-over-week without manual data entry or screenshots.

How to connect

  1. Step 1: Create a Webhook Endpoint. Set up an HTTP endpoint on any server or service you control—a cloud function (AWS Lambda, Google Cloud Functions), a dedicated webhook receiver in your application, or a third-party webhook aggregator. Your endpoint must accept POST requests and return a 2xx HTTP status code to confirm receipt. Document the expected payload format and authentication method (API key header, OAuth token, signed request) so that MentionFox can safely post events. Store credentials securely and never log sensitive event data in plain text.
  2. Step 2: Register Your Webhook URL in MentionFox. In your MentionFox account dashboard, navigate to the Integrations or Webhooks settings. Provide your endpoint URL, select which event types to subscribe to (e.g., mention detected, lead enriched, email sent, reply received), and optionally add authentication headers or a signing secret. Test the webhook connection by triggering a test event or manually firing a sample payload to verify your endpoint is reachable and your handler code is working. Save the webhook configuration. MentionFox will now post events to your endpoint as they occur.
  3. Step 3: Build Event Handlers in Your Application. Write code in your application to receive and process webhook payloads from MentionFox. Parse the incoming JSON, validate the signature (if enabled), and extract relevant fields—mention text, author, platform, timestamp, or enriched lead data. Map MentionFox fields to your internal data model and trigger downstream actions: create or update a CRM record, send a Slack message, log to your analytics warehouse, or call a third-party API. Handle retries gracefully—MentionFox may retry failed requests, so use idempotency keys to avoid duplicate processing.
  4. Step 4: Monitor and Debug Webhook Delivery. In the MentionFox dashboard, access webhook delivery logs to review which events were sent, timestamps, payload size, and HTTP response codes from your endpoint. If an event failed (non-2xx response), review your endpoint logs to diagnose the issue—network error, malformed handler code, incorrect field mapping, or timeout. Fix the issue and enable redelivery if needed. Test with live events to ensure your pipeline is stable, then scale your automation across more MentionFox modules like Outreach Automation, Investor Research, or AI-Visibility Measurement.

Without MentionFox

Without MentionFox webhooks, you would manually monitor 52+ social platforms on a schedule, copy mention data into a spreadsheet, manually look up lead information across websites and LinkedIn, paste enriched data into your CRM, and send alerts to your team via email or chat—a laborious, error-prone, and slow process that delays response time and misses real-time opportunities.

Questions, answered

What events can trigger a webhook from MentionFox?

Webhooks fire when mentions are detected across 52+ platforms, when leads are enriched or scored by the Candidate Vetting module, when Outreach emails are sent (after you click-to-send), when replies or bounces are recorded, and when AI-Visibility Measurement cycles complete. You can select which event types to subscribe to in your webhook configuration.

Is there an official MentionFox integration for my CRM?

MentionFox does not currently offer pre-built CRM connectors or partner integrations. Webhooks are the standard method to connect MentionFox to your tools. You can build custom webhook handlers to post data to Salesforce, HubSpot, Pipedrive, or any other platform with an API.

Does MentionFox auto-send outreach emails through webhooks?

No. MentionFox never auto-sends outreach emails. Every email requires you to preview the message and click-to-send manually. Webhooks can notify you when an email is sent, opened, or replied to, but the send action always requires your explicit approval first.

What happens if my webhook endpoint goes down?

If your endpoint returns a non-2xx HTTP response or times out, MentionFox will retry the webhook delivery. Check the delivery logs in your MentionFox dashboard to see retry history and failure reasons. Fix your endpoint and enable manual redelivery if needed. There is no SLA guarantee; MentionFox is a solo founder operation, and support varies by tier.

Can I use webhooks on the Free tier?

MentionFox free tier includes 10 credits per month and basic access to Social Listening and Candidate Vetting. Webhook support is available across all paid tiers (Pro at $99/month, Agency at $499/month, Enterprise at $2,999/month). Verify with MentionFox support whether webhooks are enabled on your plan, as feature availability may vary during the pre-launch phase.

Ready to connect Webhooks?

Start free. See the plans that fit your team.

See pricing