Webhooks
Webhooks let you send new mentions to an external URL in real time. Use this to pipe mentions into Slack, Zapier, n8n, Make, or any custom tool that accepts HTTP requests.
Setting up a webhook
Webhooks are configured from the Scouts page under the Integrations section at the bottom:
- Go to the Scouts page
- Find the Webhooks card in the Integrations section
- Click Configure
- Enable webhooks and enter your webhook URL
- Save
Once enabled, all your scouts send new mentions to the webhook URL. You can configure per-scout match score filtering to control which posts trigger the webhook — by default, all posts are sent regardless of match score.
Testing
Click Test webhook to send a sample payload to your URL. This lets you verify the connection works and inspect the data format before real mentions start flowing.
Syncing existing mentions
When configuring a webhook, you can check Sync existing mentions on save to replay all previously found mentions to your webhook URL. This backfills your external tool with data you've already collected.
Match score filtering
By default, each scout sends all posts to the webhook regardless of AI filter score. In the webhook configuration modal, expand Per-Scout Settings to toggle this per scout. When "Send all" is unchecked for a scout, only posts scoring above your default match score threshold are sent. Posts below the threshold still appear in your ForumScout feed but won't trigger the webhook.
This is useful when you want to see everything in ForumScout but only get notified about high-confidence matches.
Use cases
- Slack notifications — Send high-relevance mentions to a Slack channel so your team sees them immediately
- Zapier / Make / n8n — Trigger automations when new mentions arrive (e.g., create a CRM task, add to a Notion database)
- Custom dashboards — Feed mentions into your own analytics tools
- Alerting — Trigger PagerDuty or similar for urgent negative mentions
Tips
- Set a high match score for noisy scouts — If a scout generates a lot of results, use a higher webhook threshold so you only get pinged for the most relevant ones.
- Test before going live — Always use the test button to confirm your endpoint receives data correctly.
- Sync existing mentions after setup — If you add a webhook after your scouts have been running, enable "Sync existing mentions on save" to backfill your external tool.