Twitter Keyword Monitor to Mattermost Notifications
Automatically fetches new tweets matching 'n8n_io' every minute via polling and sends them to a Mattermost channel, filtering out duplicates.
This n8n workflow runs every minute using a Cron node to poll Twitter for recent tweets containing the keyword 'n8n_io'. It leverages a Twitter node to search and retrieve the latest results, followed by a Set node to prepare the data for processing. The core logic is in a Function node, which uses n8n's getWorkflowStaticData() to track and filter only new tweets, preventing duplicates from previous runs.
The filtered new tweets are then posted to a specified Mattermost channel via the Mattermo
Platform
n8n
Category
CRM - Sales
Price
$9.99
Creator
QualityWorkflows
twitter
mattermost
monitoring
notifications
cron
polling
social media
team chat
automation
filtering
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.