Have something to say?

Suggest new features and improvements.

Completed

New Signal Score Category Names

The signal inbox categories have been renamed from "Hot Leads," "High Intent," "Trust Builders," and "Inspiration" to score ranges: 85%+ 75-85% 65-75% 50-65% The old names implied a sales funnel lens that didn't always fit. A signal scoring 85%+ isn't always a sales lead - it could be a Reddit thread worth being cited in for AEO, for example. The score reflects both relevance and buying intent, but a high score doesn't mean the signal is only useful for sales. "Hot Leads" also implied recency, but recency isn't part of the scoring formula. For that, there's the time range filter and the most recent sorting option. The percentage ranges map directly to how Signal Score works: each signal is scored from 50% to 100% using a proprietary formula that factors in relevance and buying intent. The category names now reflect that scale as-is, without adding a layer of interpretation on top.

Kalo from Sensorhub about 1 month ago

Completed

Webhooks

You can now send signals from Sensorhub to other platforms like Clay, Make.com, Zapier, or any other tool that supports receiving webhooks. Webhooks are supported on Pro and Enterprise plans: Up to 3 webhooks on Pro and up to 10 webhooks on Enterprise. Webhooks setup Go to your projectโ€™s Settings page, and create your first webhook by clicking on โ€œAdd Webhook.โ€ Paste the URL from the external app and add a custom name for the webhook to identify it in Sensorhub. Once you create the Webhook, make sure to test it through Sensorhub by clickin on โ€œTestโ€: This is the data we send from Sensorhub: { "event": "signal.created", "timestamp": "2026-04-15T09:13:53.310Z", "webhook_id": "cmnztujs40001s57wffv4rx2n", "signal_id": "test_signal_001", "product_id": "test_product_001", "product_name": "Sensorhub", "product_url": "https://example.com", "post_title": "[TEST] Looking for a tool to automate outreach", "post_body": "This is a test webhook payload. We are looking for a solution to help our team automate cold outreach and follow-ups.", "post_url": "https://reddit.com/r/SaaS/comments/test123", "post_author": "u/test_user", "post_source": "REDDIT", "post_subreddit": "SaaS", "post_created_at": "2026-04-15T09:13:53.310Z", "score": 0.92, "category": "hot_leads", "category_label": "Hot Leads", "reasoning": "TEST: User is actively seeking a solution matching your product." } Make sure you receive the data successfully in your external app. Hereโ€™s an example from Encharge: Once the Webhook is active, you can monitor the delivery log with success and failure rate metrics for every single event that passed through the webhook:

Kalo from Sensorhub about 2 months ago