n8n Integration
Connect MentionFox to n8n to automate workflows across 400+ apps. Trigger scans on a schedule, route enriched leads to your CRM, send Slack alerts on negative mentions, and build custom pipelines — all without writing code.
Getting your API key
- Go to Dashboard → Settings → API Keys.
- Click Generate New Key.
- Copy the key immediately — it is only shown once.
- Store it securely. Never commit API keys to source code or public repositories.
Setting up MentionFox in n8n
- In your n8n instance, go to Credentials → Add Credential → HTTP Header Auth.
- Set the header name to
Authorization and the value to Bearer YOUR_API_KEY.
- Save the credential and name it "MentionFox API".
Common workflow templates
These are ready-to-import n8n workflows for common MentionFox automations:
- Competitor mention → CRM lead — Scan for competitor complaints, enrich the author, and create a HubSpot or Salesforce contact automatically.
- Weekly competitor report — Schedule weekly scans, aggregate results, and send a summary email to your team or client.
- Influencer discovery pipeline — Scan brand mentions, filter by engagement score, enrich creators, and add to a Google Sheet for review.
- Crisis alert — Monitor for negative sentiment spikes and trigger Slack or PagerDuty alerts when thresholds are breached.
- Deal enrichment automation — When a new lead appears in Dealflow, automatically enrich and generate a dossier.
Available API endpoints
Use these endpoints in n8n HTTP Request nodes:
GET /v1/search — Run a scan query
POST /v1/webhooks — Register a webhook for real-time events
GET /v1/leads — Retrieve leads from Dealflow
POST /v1/enrich — Enrich a person by name or URL
For full API documentation, see FoxAPIs.com.
Tip: Start with the "Competitor mention → CRM lead" workflow. It demonstrates the full scan → enrich → CRM pipeline in one template.