Post Latest Twitter Mentions to Slack (Deduplicated) - n8n Workflow | Neura Market
Post Latest Twitter Mentions to Slack (Deduplicated)
Automatically fetches new Twitter mentions of @n8n_io (or custom handle), filters out duplicates using persistent storage, and posts them to Slack or Rocket.Chat for team notifications.
This n8n workflow monitors Twitter for the latest mentions of a specific handle (e.g., @n8n_io) using the Twitter search node. It extracts key details like tweet text, ID, and URL into a clean format via a Set node. A custom Function node leverages `getWorkflowStaticData()` to store previously sent tweet IDs globally, ensuring only brand-new mentions are processed and forwarded, preventing notification spam.
The workflow's deduplication logic is efficient and persistent across executions, makin
Platform
n8n
Category
HR Management
Price
$12.99
Creator
Maxim Luong
twitter
slack
rocket.chat
mentions
monitoring
notifications
deduplication
social-media
automation
communication
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.