Someone just asked for a tool recommendation in your category on Reddit. Someone else is complaining about your competitor’s pricing on X. A Hacker News thread is comparing solutions to the exact problem you solve. These are sales signals, and they lose value by the hour. KWatch.io detects them the moment your keywords are mentioned on Reddit, Hacker News, Linkedin, X, Youtube, or Facebook, and streams them straight into Clay, where you can score them, enrich them, and turn them into outreach automatically.
This page walks you through the three Clay templates our sales and growth users ask us for most. Each one starts from the same KWatch.io webhook and takes about ten minutes to set up.
A mention you read in tomorrow morning’s email digest is trivia. A mention your workflow acts on within minutes is pipeline. Clay is where sales and growth ops teams already enrich leads, run AI prompts, and push rows to CRMs and sequencers. KWatch.io is the missing input: a real-time feed of who is asking for recommendations, complaining about competitors, and discussing your market, across six social platforms.
You connect the two with a single webhook. No Zapier tax, no middleware, no polling: every detected mention becomes a new row in your Clay table within seconds, with the full text and an AI sentiment score attached.
Every time one of your keywords is detected, KWatch.io sends a JSON encoded POST HTTP request to your Clay webhook. Here is an example:
{
"platform": "reddit",
"query": "Keywords: crm for startups",
"datetime": "12 Jul 26 09:14 UTC",
"link": "https://www.reddit.com/r/startups/comments/1abcd2e/best_crm_for_a_bootstrapped_startup/",
"author": "saasfounder42",
"content": "Looking for a CRM for startups that does not cost a fortune. We tried BigCRM but the pricing is insane. Any recommendations?",
"sentiment": "negative"
}
Seven fields, each one useful in a Clay workflow:
platform: the network where the mention was found. Branch your workflow on
it.query: the keyword alert that fired, in plain words. Use it to route rows
when you monitor several topics in the same table.datetime: when the mention was detected.link: a direct URL to the post or comment, ready to hand to a rep.author: the handle of the person who posted. On Linkedin, it is formatted
as "username (display name)", so a simple formula turns it into a profile URL that Clay can enrich.content: the full text of the post or comment, never truncated. This is
what you feed to your AI columns.sentiment: the AI-computed sentiment towards your keyword (positive,
neutral, or negative), already attached when the row lands in Clay.KWatch.io can also track specific conversations on Reddit and Hacker News, and send a webhook for every new comment. Handy when a high-intent thread takes off and you want to follow it from Clay:
{
"platform": "reddit",
"conversation_url": "https://www.reddit.com/r/startups/comments/1abcd2e/best_crm_for_a_bootstrapped_startup/",
"datetime": "12 Jul 26 11:47 UTC",
"link": "https://www.reddit.com/r/startups/comments/1abcd2e/best_crm_for_a_bootstrapped_startup/mnop3qr/",
"author": "growthlead77",
"content": "Following this thread, we are evaluating the same kind of tools right now."
}
Set up your webhook URL in your dashboard
API webhooks are included in the Business plan and above.
Tip: the webhook URL can be set globally for your account, or per alert (the per-alert URL takes precedence). Point your intent alerts at the table of Template 1, your competitor alerts at the table of Template 2, and your Linkedin alerts at the table of Template 3, and each workflow only receives its own signals. If you prefer a single global feed, the platform, query, and sentiment fields let you branch one table into several workflows.
This is the template our users mention most when they tell us how they got their first customers. Monitor the phrases people type when they are actively shopping in your category: "alternative to [your competitor]", "recommendations for", "best tool for", or simply the name of the category you sell in. Reddit and Hacker News are where these questions get asked, and where a helpful answer can win a customer.
Authors on Reddit and Hacker News are pseudonymous, so do not expect an email enrichment waterfall to work here. It does not matter: the value is answering fast, in the thread, before your competitors do. And since these conversations rank on Google, a good answer keeps sending you customers for years.
Monitor your competitors’ names across all six platforms. KWatch.io attaches an AI sentiment score to every mention, so the moment someone complains publicly about a product you compete against, your team hears about it.
Positive and neutral mentions do not go to waste: route them to a second view and you get a live competitive intelligence feed for your next battlecard update.
On Linkedin, the author field points to a real professional profile, which means Clay can do what Clay does best: find the person, enrich them, and write outreach that references the exact post that triggered the signal.
Monitor your own brand name with this template too: people who mention you are the warmest leads you have, and a same-day personalized reply turns a mention into a conversation.
All three templates are ready to duplicate in Clay with one click: pick the workflow you need, plug in your KWatch.io webhook, and your first sales signal lands within seconds. Want help wiring things up? Email us and we will set you up, usually the same day.
Template 1: Scored Leads Template 2: Win-Back Alerts Template 3: Outreach
No. KWatch.io posts JSON directly to the webhook URL that Clay generates for your table, so there is nothing in between. If you prefer to orchestrate your alerts with Zapier or n8n for other destinations, that works too. See our Zapier and n8n guide.
API webhooks are included in the Business plan and above. Lower plans deliver alerts by email, which is great for a single person but not for automation.
We monitor social media in real-time, with a per-second refresh rate. You should expect a mention to land in your Clay table within a couple of seconds of being detected, and up to a minute in case of temporary congestion.
Posts and comments on Reddit and Hacker News, posts and comments on X (including content that is not publicly available on Google), posts on Linkedin and Facebook (including public groups), and video titles and descriptions on Youtube.
Once a keyword is detected, our AI analyzes the sentiment towards the keyword in the post or comment. The score arrives pre-computed in the webhook payload, so you can branch on it in Clay immediately, without spending credits on an extra AI column.
Yes. You can set a global webhook URL for your account, or a webhook URL per alert, and the per-alert URL takes precedence. So each group of keyword alerts can feed its own Clay table, and each template only receives the signals it needs.
Yes, the templates are free. You need a Clay account to use them and a KWatch.io plan with API webhooks to feed them.