Real-Time n8n Twitter Notifications to Mattermost
detail.loadingPreview
Stay updated on the latest n8n discussions on Twitter with this automated workflow. Receive real-time notifications directly in your Mattermost channel, ensuring you never miss an important tweet about n8n.
About This Workflow
This n8n workflow revolutionizes how you stay informed about the n8n community on Twitter. It continuously monitors the official n8n Twitter account for recent tweets and forwards them to a designated Mattermost channel. By intelligently filtering out already seen tweets, it ensures you only receive fresh updates. The workflow enriches each notification with valuable details such as the tweet content, author's name, username, profile picture, and a direct link to the tweet, all presented in a visually appealing format within Mattermost, complete with the author's profile link color for branding consistency.
Key Features
- Real-time Twitter Monitoring: Automatically fetches the latest tweets mentioning 'n8n_io'.
- Smart Duplicate Filtering: Uses a function node to process only new, unseen tweets.
- Rich Mattermost Notifications: Delivers comprehensive tweet details including text, author info, and a clickable link.
- Customizable Appearance: Leverages Twitter's profile link color to style Mattermost messages.
- Scheduled Execution: Configurable to run at your desired frequency (e.g., every minute).
How To Use
- Trigger: Start with the
Cronnode, set toeveryMinuteor your desired interval. - Twitter Search: Connect the
Cronnode to theTwitternode. Configure it tosearchforn8n_ioand setresultTypetorecent. - Data Formatting: Connect the
Twitternode to theSetnode. Map the required Twitter fields (likeid,text,user.screen_name,user.profile_image_url_https,user.name,user.profile_link_color) to new fields. Create a directurlto the tweet using theid_str. - Filtering New Tweets: Connect the
Setnode to theFunctionnode. This node stores Tweet IDs and returns only new, unprocessed tweets. - Mattermost Notification: Connect the
Functionnode to theMattermostnode. Configure your Mattermost credentials, specify thechannelId, and map the formatted tweet data (tweet text, author details, color, photo, link) to the respective Mattermost message fields. - Credentials: Ensure you have valid Twitter API credentials (OAuth 1) and Mattermost API credentials configured in n8n.
Apps Used
Workflow JSON
{
"id": "87e048d9-711a-4a93-aea7-7a01fcc30f3c",
"name": "Real-Time n8n Twitter Notifications to Mattermost",
"nodes": 17,
"category": "Operations",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 87e048d9-711a...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Related Workflows
Discover more workflows you might like
Instant WooCommerce Order Notifications via Telegram
When a new order is placed on your WooCommerce store, instantly receive detailed notifications directly to your Telegram chat. Stay on top of your e-commerce operations with real-time alerts, including order specifics and a direct link to view the order.
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.
On-Demand Microsoft SQL Query Execution
This workflow allows you to manually trigger and execute any SQL query against your Microsoft SQL Server database. Perfect for ad-hoc data lookups, administrative tasks, or quick tests, giving you direct control over your database operations.