Communication Workflows
Messaging and collaboration tools
Automate Channel Creation and User Engagement in Mattermost
Effortlessly create a Mattermost channel, add a member, and send a welcome message with this automated workflow.
n8n$4.99Automate LINE Messaging with Google Calendar and Gmail Integration
Streamline communication and scheduling by automating LINE message responses, managing Google Calendar events, and retrieving Gmail messages.
n8n$9.99Deploy a Webex MCP Server for AI Integration
Set up a Webex MCP server to handle all Cisco Webex operations seamlessly with AI agents, requiring zero configuration.
n8n$9.99Send a Notification to Slack When a New High-Quality Lead Is Added to HubSpot
## Use Case When tracking your contacts and leads in HubSpot CRM, every new contact might be a potential customer. To guarantee that you're keeping the overview, you'd normally need to look at every new lead that is coming in manually to identify high-quality leads to prioritize their engagement and optimize the sales process. This workflow saves the work and does it for you. ## What this workflow does The workflow runs every 5 minutes. On every run, it checks the HubSpot CRM for contacts that were added since the last check. It then checks if they meet certain criteria (in this case, if they are making +5m annual revenue) and alerts you in Slack for every match. ## Setup 1. Add `HubSpot`, and `Slack` credentials. 2. Click on `Test workflow`. ## How to adjust this workflow to your needs 1. Change the schedule interval. 2. Adjust the criteria to send alerts.
n8n$4.99Auto-Create & Publish AI Social Videos via Telegram & GPT-4
Automates AI video generation from Telegram prompts, adds music/captions, and publishes to 9 platforms like Instagram, TikTok, and YouTube using Blotato.
n8n$27.99Automated Lead-to-Client Pipeline: Google Sheets CRM with Emails & Time Tracking
Monitors Google Sheets for lead stage changes, sends automated emails for qualification and proposals, appends clients with start times, and tracks delivery duration.
n8n$19.99Notify Slack of New Deployments in New Relic
Automatically send a Slack message whenever a new deployment is created in New Relic, keeping your team informed in real-time.
MakeFreeAutomatically Add New Circle Members to Mailgun Mailing Lists
This workflow automatically adds new members from Circle to a specified Mailgun mailing list, ensuring your email lists are always up-to-date.
MakeFreeNotify Slack of New Transistor.fm Subscribers
Automatically send a Slack message with subscriber details whenever a new subscriber is added on Transistor.fm.
Make$3.99Receive Slack Alerts for Rejected Signority Documents
Automatically notify a Slack channel when a Signority document is rejected, ensuring prompt attention and action.
MakeFreeSneaker Price Drop Alerts with Bright Data & n8n
Automates sneaker price monitoring across retailers using Bright Data scraping, alerting on drops via email, SMS, or Teams.
n8n$17.99Automatically Forward New Telegram Messages to Kaleyra
This Make workflow listens for new messages in a Telegram chat and automatically forwards them to Kaleyra. It eliminates manual copying and pasting, ensuring every incoming Telegram message is instantly available in Kaleyra for follow-up actions like SMS or voice communication. Ideal for teams that need to centralize
Make$2.99Automate Weekly Marketing Reports with GoMarble, Claude AI & Gmail
This workflow automates weekly marketing reports by pulling data from GoMarble MCP, analyzing it with Claude AI, and emailing formatted insights. Saves hours of manual reporting for marketing teams.
n8n$22.99Notify Telegram Bot of New Contacts in Harvest
This Make workflow triggers when a new contact is added in Harvest and sends an instant notification to a Telegram bot, keeping your team or yourself informed without manual checking. It eliminates the need to monitor Harvest manually for new contacts, making it useful for sales teams, project managers, or anyone who needs to act quickly on new lead or client information.
Make$2.99Automatically Add New Dux-Soup Contacts to Mailgun Mailing List
Streamline your email marketing by automatically adding new contacts from Dux-Soup events to your Mailgun mailing list.
MakeFreeGenerate Deep Research Markdown Reports with AI, Tavily & Sheets
Automates creating in-depth Markdown research reports from a topic input using GPT for subtopics and content, Tavily for sources, and Google Sheets for storage—ideal for bloggers.
n8n$22.99End of Turn Detection for Smoother Telegram-Gemini AI Chats
AI-powered workflow detects end of user utterances in Telegram to prevent interruptions, enabling natural chats with Gemini agents using Redis for state management.
n8n$24.99Automate GDPR Data Deletion Requests via Slack Commands
This workflow automates the deletion of user data across multiple services when a specific slash command is issued in Slack, ensuring compliance with GDPR.
n8n$14.99Send an email via Microsoft 365 Email from a new feature in ArcGIS Field Maps
Every time a new feature is created in ArcGIS Field Maps, an email will be instantly sent via Microsoft 365 Email. Note that the template works with a sample Debris map described in this [article.](https://www.esri.com/arcgis-blog/products/field-maps/field-mobility/automate-email-notifications-for-field-updates/)
Make$3.99Notify Slack Channel for High-Value WooCommerce Orders
Automatically send a Slack notification when a new WooCommerce order exceeding $100 is placed, ensuring your team stays informed about significant sales.
n8n$3.99Automate Incident Response for Quarantined Emails with Slack and Jira Integration
This n8n workflow automates the incident response process for potentially malicious emails flagged by Sublime Security. It notifies users via Slack and creates a Jira ticket if the email was opened.
n8n$9.99Send ClickSend SMS messages when new files are received on Slack
When new files are received via Slack, this automation will send an SMS on ClickSend SMS to a specific number or list of your choice.
MakeFreeCreate a Pipedrive Activity on Calendly Event Scheduled
This workflow is triggered when a meeting is scheduled via Calendly. Then, an activity is automatically created in Pipedrive, and 15 minutes after the end of the meeting, a message is sent to the interviewer in Slack, reminding them to write down their notes and insights from the meeting. 
n8n$4.99Transparent Tracking Pixel for Email Open Detection
## Description This workflow serves a **1x1 transparent PNG image** via a webhook, which can be embedded in an email to **track when the email is opened**. When the image is loaded by the recipient's email client, the webhook is triggered, optionally capturing a `userId` to identify who opened the email. ## Workflow Steps 1. **Webhook Trigger** (`Request img`) - **Path:** `/webhook/change-with-your-id` - Triggered by an HTTP request (e.g., when the image is loaded in an email). - Accepts a query parameter `id` to identify the recipient. 2. **Set Base64 Data** (`Create data pix`) - Creates a variable `data` containing a Base64-encoded transparent PNG image (1x1 pixel). 3. **Convert to Binary** (`Create img bin`) - Converts the Base64 `data` string into a binary file. - Sets MIME type to `image/png`. 4. **Respond to Webhook** (`Respond to Webhook`) - Sends the binary image file in the HTTP response. 5. **Logging** (`Do anything to log`) - Placeholder node to log or process the `id` or request metadata. - You can access the `id` using `{{$json[query][id]}}`. - You can also use any parameter you want ## How to Use in Emails Embed the image in an HTML email like this: ```html <img src=https://<your-n8n-instance>/webhook/db4880e7-2134-4994-94e5-a4a3aa120440?id=1234 width=1 height=1 alt /> ``` When the email is opened and the image is loaded, the workflow will be triggered. ## Notes - Some email clients block images by default; this may prevent tracking. - You can enhance the workflow to store open events in a database, log the timestamp, IP, or user agent. - Make sure to comply with data privacy and consent regulations (e.g., GDPR).
n8n$4.99
Related categories
Custom AI Systems & Services
Our team of experienced AI builders will help build custom AI systems, workflows, and solutions.
Request Custom Work