Communication Workflows
Messaging and collaboration tools
Automate Daily Stock News Updates to Slack
This workflow retrieves daily company news for selected stock tickers using the FinnHub API and posts the updates to a Slack channel at a scheduled time.
n8n$9.99Get GitHub Issue Updates and Send Notifications to Telegram
## **Who is this for?** This workflow is ideal for: - **Developers** who want to stay updated on issues without constantly checking GitHub. - **Managers** tracking issue progress in a Telegram group. - **DevOps teams** that need automated notification alerts for new or updated issues. ## **What problem does this workflow solve?** Keeping track of GitHub issues manually can be tedious. Teams often miss critical updates because notifications are buried in emails or dashboards. This workflow automates the process by fetching new or open GitHub issues and instantly sending notifications to a specified Telegram chat. ## **What this workflow does** This workflow connects GitHub and Telegram to provide real-time issue notifications: 1. **Fetch GitHub Issues** - Retrieves new or open issues from a selected GitHub repository. 2. **Format the Issue Details** - Extracts key information like issue title, number, status, and URL. 3. **Send to Telegram** - Posts the formatted issue details to a Telegram group or private chat. ## **Setup Guide** ### **Prerequisites** Before setting up the workflow, ensure you have: - **GitHub Personal Access Token**: Required to fetch issue details. Generate it under Developer Settings with `repo` or `public_repo` permissions. - **Telegram Bot Token**: Create a bot via [BotFather](https://t.me/BotFather) on Telegram and obtain the token. - **Telegram Chat ID**: Find the chat ID where the bot should send messages using [this method](https://t.me/getmyid_bot). ### **Step-by-Step Setup** 1. **Set Up GitHub Node** - Authenticate using your GitHub token. - Choose the repository you want to track. - Configure filters (e.g., fetch only open issues). 2. **Format Issue Details** - Extract key details like title, issue number, assignee, and status. - Customize the message structure for better readability. 3. **Send Message to Telegram** - Add the Telegram node and enter your bot token. - Use the Chat ID to define the recipient. - Format the message to include issue details and links. 4. **Schedule the Workflow** (Optional) - Use the **Cron node** to run this workflow periodically (e.g., every hour). ## **How to Customize This Workflow** - **Filter Issues by Labels**: Modify the GitHub node to fetch only issues with specific labels. - **Include Additional Fields**: Add issue comments, priority, or assignee details in the message. - **Send Alerts Based on Priority**: Use conditional logic to send high-priority issues to a different chat. - **Trigger on Issue Events**: Instead of fetching periodically, use GitHub webhooks (if permitted in the repo) to trigger the workflow on issue creation or updates. ## **Why Use This Workflow?** - **Automates GitHub issue tracking** without manually checking repositories. - **Instant notifications in Telegram** ensure quick response times. - **Fully customizable** to fit different team workflows.
n8n$9.99Automate Error Alerts for n8n Workflows via Gmail
Receive immediate email notifications through Gmail whenever an n8n workflow fails, including detailed error information for quick troubleshooting.
n8n$4.99Automated Weekly Website Link Checker with Slack Notifications
This workflow automates the process of checking for broken links on your website every week and sends notifications via Slack to keep your team informed.
n8n$4.99Automate WhatsApp Responses Using Groq LLM and Memory
Streamline your small business communications on WhatsApp by automating responses using the Groq language model and conversation memory. This workflow helps save time and effort by automatically replying to customer inquiries.
n8n$9.99Automate Meeting Minutes Distribution via Google Sheets and Gmail
Streamline your meeting minutes distribution by automatically sending summaries via Gmail from notes stored in Google Sheets.
n8n$4.99Automate SSL/TLS Certificate Expiry Monitoring with Slack Alerts
This workflow automates the monitoring of SSL/TLS certificate expiry for your domains and sends alerts to Slack, ensuring timely renewals and preventing downtime.
n8n$4.99Automate Slack Notifications and Email Confirmations for Website Contact Form Submissions
This n8n workflow automates the process of notifying your Slack channel when a contact form is submitted on your website and optionally sends a confirmation email via Gmail or Outlook.
n8n$4.99Automate Personalized Follow-Up Emails for Zoom Attendees Using GPT-4 and Gmail
This workflow automatically sends personalized follow-up emails to Zoom meeting participants using GPT-4 and Gmail, enhancing engagement and communication.
n8n$4.99Automate Outbound Calls for New Typeform Submissions with Vapi
This n8n workflow automatically initiates a call via Vapi AI to new Typeform respondents, delivering personalized messages as soon as a form submission is received.
n8n$4.99Automate SMS Dispatch via JustCall Triggered by Webhook
Effortlessly automate the sending of SMS messages through JustCall when a custom webhook is triggered, enhancing communication efficiency from your chosen platform.
Make$2.99Automate Personalized Email Dispatch via Webhook and Microsoft Email
Trigger the automatic sending of personalized emails through Microsoft Email when a custom webhook is activated, and receive a confirmation response.
Make$3.99Automatically Email Zoom Webinar Recordings to Attendees
Streamline the process of sharing Zoom webinar recordings by automatically emailing them to all approved attendees, ensuring easy access to valuable content.
Make$4.99Automatically Send Tomorrow's Weather Forecast via Telegram
This workflow retrieves the weather forecast for tomorrow and sends it to a specified Telegram chat, keeping you informed about upcoming weather conditions.
Make$2.99Send WhatsApp template messages based on Google Sheets content
Automatically send personalized WhatsApp messages using Google Sheets data. Streamline communication by integrating Google Sheets with WhatsApp Business Cloud for efficient messaging.
Make$2.99Send email reminder to the person 24 hours ahead of the due-date
Got a person column and a date column on a specific board? Send email reminder to the person 24 hours ahead of the due-date.
Make$3.99Convert Google Sheets to CSV and Share via Slack
Automatically convert Google Sheets data to a CSV file and share it in Slack when your bot is mentioned with a Google Sheets link.
n8n$4.99Send Slack messages for new Google Forms responses
Every time a new response is entered on your Google Form, Make will automatically send a message in Slack.
MakeFreeSend Telegram Messages for New Google Sheets Rows
Automatically send Telegram messages whenever a new row is added to your Google Sheets. This workflow streamlines communication by instantly notifying your Telegram contacts with relevant data.
Make$2.99Notify Discord of New Zoom Webinar Registrants
This workflow uses Make to monitor new Zoom webinar registrations and sends an instant notification to a Discord channel. It helps event organizers stay updated on registration activity without manual checks. The automation triggers when a new registrant signs up, then posts a message with their details to Discord.
Make$2.99Automate LINE Notifications for New Google Sheets Entries
Automatically send LINE notifications whenever new rows are added to your Google Sheets. This integration keeps you updated on important data changes, enhancing your communication and response time.
Make$2.99Automate Telegram Bot Webhook Setup with n8n
Streamline the configuration of Telegram bot webhooks using a simple web form in n8n, eliminating manual URL construction and reducing errors.
n8n$4.99Post New Google Calendar Events to Telegram
This n8n workflow automatically sends a Telegram message whenever a new event is added to Google Calendar. It extracts key event details such as event name, description, event creator, start date, end date, and location and forwards them to a specified Telegram chat. This ensures you stay updated on all newly scheduled events directly from Telegram. ## Prerequisites Before setting up the workflow, ensure the following: - Google Account with Google Calendar Access: The Google Calendar API must be enabled. - Telegram Bot: Create a bot using BotFather on Telegram. - Telegram Chat ID: Retrieve the Chat ID (personal chat or group). - Use OAuth2 for Google Calendar and a Bot Token for Telegram. ## Steps ### Step 1: Google Calendar Trigger Node (Event Created Event) - Click Add Node and search for Google Calendar. - Select Google Calendar Trigger and add it to the workflow. - Authenticate with your Google Account. - Select Event Created as the trigger type. - Choose the specific calendar to monitor. - Click Execute Node to test the connection. - Click Save. ### Step 2: Telegram Node (Send Message Action) - Click Add Node and search for Telegram. - Select Send Message as the action. - Authenticate using your Telegram Bot Token. - Set the Chat ID (personal or group chat). - Format the message using details from Google Calendar Trigger and set the message in text. - Click Execute Node to test. - Click Save. ### Step 3: Connect & Test the Workflow - Link Google Calendar Trigger → Telegram Send Message. - Execute the workflow manually. - Create a test event in Google Calendar. - Check Telegram to see if the event details appear. ## n8n Workflow Created by WeblineIndia This workflow is built by the [AI development](https://www.weblineindia.com/ai-development.html) team at WeblineIndia. We help businesses automate processes, reduce repetitive work, and scale faster. Need something custom? You can [hire AI developers](https://www.weblineindia.com/hire-ai-developers.html) to build workflows tailored to your needs.
n8n$4.99Automated Email Assistant for Suppliers Using OpenAI and Google Sheets
## Automated Email Assistant for Busy Professionals This assistant is designed for people who don't have time to write and send emails to suppliers. With just one request, it drafts and sends clear, professional messages automatically. ## How It Works The user makes a request (e.g., "Send an email to my fruit supplier asking for a quote on 1 crate of mangoes."). ## Workflow: 1. The AI agent searches for the supplier in a Google Sheets database. 2. It automatically drafts the email using OpenAI (with the tone and style you define). 3. It sends the email using your Gmail account connected through n8n. ## This assistant uses: - Google Sheets to manage your suppliers (name and email). - OpenAI to generate clear, natural messages. - MCP (client-server logic) to handle request processing. - Gmail as the sending channel for automated emails. ## Setup Instructions 1. Create a Google Sheets document with the supplier name and email, like this: | Supplier name | Email | |---------------|-------| | Proveedor de frutas Alvarez | fruteriaalvarez@alvarez.com | 2. Connect your Google Sheets and Gmail accounts within n8n. 3. Add your OpenAI API key. Test the automation by chatting with the integrated assistant. It will generate and send the email automatically to the indicated supplier. ## Requirements - OpenAI API key to generate email content. - Gmail account connected via OAuth2. - Google Sheets document with your supplier database. - n8n instance (cloud or self-hosted). ## Customization Adjust the OpenAI prompt to make the email tone more formal, casual, or technical. Add custom fields to your supplier sheet (location, notes, special conditions). Replace Google Sheets with a real database like Supabase or PostgreSQL for greater scalability.
n8n$9.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