Your prospect just posted. A competitor just announced new pricing. A target account just started a hiring spree. These are sales signals, and they lose value by the hour. MultiFollow catches them on Linkedin and X (Twitter) the second they happen and streams them straight into Clay, where you can enrich them, score them, and turn them into outreach automatically.
This page walks you through the three Clay templates growth teams ask us for most. Each one starts from the same MultiFollow webhook and takes about ten minutes to set up.
A signal you read tomorrow is trivia. A signal your workflow acts on within minutes is pipeline. Clay is where growth and sales ops teams already enrich leads, run AI prompts, and push rows to CRMs and sequencers. MultiFollow is the missing input: a real-time feed of what the accounts you care about are posting, commenting, and liking on Linkedin and X (Twitter).
You connect the two with a single webhook. No Zapier tax, no middleware, no polling. Every signal becomes a new row in your Clay table, within seconds of the activity happening.
Every time a tracked account posts, comments, or likes, MultiFollow sends a JSON encoded POST HTTP request to your Clay webhook. Here is an example:
{
"platform": "linkedin",
"profile_url": "https://www.linkedin.com/in/erikatrautman/",
"datetime": "19 Jan 25 05:52 UTC",
"link": "https://www.linkedin.com/posts/erikatrautman_vice-president-strategy-and-business-operations-activity-7272270503808000000-OxBb",
"activity_type": "post",
"content": "I've got two more great leadership positions I'm filling! I am so inspired by the vision and the culture here at Sprout. So come join me to transform how companies leverage social media to connect with their customers."
}
Six fields, each one useful in a Clay workflow:
platform: the network where the activity happened, linkedin or twitter.profile_url: the tracked account that produced the signal. Use it to match
the row to a person or company in your CRM.datetime: when the activity was detected.link: a direct URL to the post or comment, ready to hand to a rep.activity_type: post, comment, or like. Branch your workflow on it.content: the full text of the post or comment, never truncated (empty for
likes). This is what you feed to your AI columns.
Set up your webhook URL in your dashboard
API webhooks are included in the Business plan and above.
This is the workhorse of signal-based selling. Track your prospects and champions, and every time one of them posts or comments, Clay turns the signal into a ready-to-send message that references what they just said.
Filter on activity_type equals post if you only want original content, or include comments to catch prospects while they are active in other people's threads.
Track your competitors' company pages and their executives' profiles. Add keyword filters in MultiFollow for terms like launch, pricing, partnership, or funding, so only meaningful moves reach Clay.
Your team hears about competitor moves from your own pipeline alerts, not from a prospect quoting the announcement back to them a week later.
Track a wide list of executives at your target accounts, and set MultiFollow keyword filters for phrases that mean intent in your market: a competitor name, "looking for", "recommendations", "hiring", "RFP", or the category you sell in.
The result is a self-refreshing list of warm leads, ranked by how loudly they are signaling, with the evidence attached to every row.
We are publishing these templates in the Clay template library. Want the claim links, or help wiring your first signal into Clay? Email us and we will set you up, usually the same day.
No. MultiFollow posts JSON directly to the webhook URL that Clay generates for your table, so there is nothing in between. If you prefer to orchestrate signals with n8n or Zapier for other destinations, that works too. See our n8n and Zapier guide.
API webhooks are included in the Business plan and above. Lower plans deliver signals by email, which is great for a single rep but not for automation.
On paid plans, accounts are monitored in near real-time. You can expect a signal to land in your Clay table within a couple of seconds of the activity being detected, and up to a minute in case of temporary congestion.
Yes. Each tracker can carry keyword filters, so only posts and comments containing the terms you chose are sent. You can then filter further in Clay on activity_type, platform, or anything an AI column extracts from the content.
Up to 100 Linkedin profiles and 200 X (Twitter) profiles on the Enterprise plan, and custom volumes on agency plans. You can import your list in bulk with a CSV.
Yes, the templates are free. You need a Clay account to use them and a MultiFollow plan with API webhooks to feed them.