Communication Automation Workflows — Page 6 | Neura Market
    Neura Market
    Neura Market
    /Categories
    Marketplace
    Directories
    Resources
    Home/Categories/Communication

    Communication Workflows

    Messaging and collaboration tools

    • Automated Daily WhatsApp Group Summaries with Custom Controls

      This workflow automates the process of summarizing WhatsApp group messages daily, allowing users to control which groups receive summaries. It integrates with Google Sheets and OpenAI for data storage and message transcription.

      n8nFree
    • Automate Email Triage with Gmail, GPT-4, and Slack Notifications

      Streamline your email management by automatically classifying and summarizing emails using GPT-4, and receive categorized alerts in Slack. This workflow helps prioritize tasks and reduce inbox clutter.

      n8nFree
    • AI-Powered Email Processing Autoresponder and Response Approval (Yes/No)

      ### How it Works This workflow is designed to automate the process of handling incoming emails, summarizing their content, generating appropriate responses, and obtaining approval before sending replies. Below are the key operational steps: 1. **Email Reception and Summarization**: - The workflow starts with an `Email Trigger (IMAP)` node that listens for new emails in a specified inbox. - Once an email is received, its HTML content is processed by a `Markdown` node to convert it into plain text if necessary, followed by an `Email Summarization Chain` node which uses AI to create a concise summary of the email's content using prompts tailored for this purpose. 2. **Response Generation and Approval**: - A `Write email` node generates a professional response based on the summarized content, utilizing predefined templates and guidelines such as keeping responses under 100 words and ensuring they're formatted correctly in HTML. - Before sending out any automated replies, the system sends these drafts via Gmail for human review and approval through a `Gmail` node configured with double-approval settings. If approved (`Approve?`), the finalized email is sent back to the original sender using the `Send Email` node; otherwise, it loops back for further edits or manual intervention. ### Set Up Steps To replicate this workflow within your own n8n environment, follow these essential configuration steps: 1. **Configuration**: - Begin by setting up an n8n instance either locally or via cloud services offered directly from their official site. - Import the provided JSON configuration file into your workspace, making sure all required credentials like IMAP, SMTP, OpenAI API keys, etc., are properly set up under the Credentials section since multiple nodes rely heavily on external integrations for functionalities like reading emails, generating summaries, crafting replies, and managing approvals. 2. **Customization**: - Adjust parameters according to specific business needs, including but not limited to adjusting the conditions used during conditional checks performed by nodes like `Approve?`. - Modify the template messages given to AI models so they align closely with organizational tone & style preferences while maintaining the professionalism expected in business communications. Ensure correct mappings between fields when appending data to external systems like Google Sheets or similar platforms where records might need tracking post-interaction completion.

    Marketplace

    • Prompts
    • Workflows
    • Agents Store
    • Workflow Packs
    • Categories
    • Marketplace

    Directories

    • AI Tools Directory
    • ChatGPT
    • Claude
    • Gemini
    • Cursor
    • Grok
    • DeepSeek
    • Perplexity
    • CoPilot
    • Midjourney
    • Stable Diffusion
    • MCP Servers
    • .md Directory
    • All Directories

    Free Tools

    • AI Text Humanizer
    • AI Content Detector
    • Workflow Generator
    • Model Comparison
    • AI Pricing Calculator
    • AI Benchmarks
    • ROI Calculator
    • All Free Tools

    Resources

    • AI News
    • Blog
    • AI Models
    • Integrations
    • Alternatives
    • n8n vs Zapier
    • Make vs Zapier
    • n8n vs Make
    • Resource Library
    • Documentation

    Community

    • AI Jobs
    • AI Events
    • AI Companies
    • Start Selling
    • Sell n8n Workflows
    • Sell AI Agents
    • Sell Prompts
    • Creator Guide
    • Advertise
    • Affiliates

    Company

    • About
    • Contact
    • Help
    • Careers
    • Pricing
    • Terms
    • Privacy
    • License
    • DMCA

    Stay Updated

    Get the latest AI tools and insights delivered to your inbox.

    Neura Market Logoneuramarket

    © 2026 Neura Market. All rights reserved.

    n8nFree
  1. Automate Daily AI-Summarized Email Digests from Gmail Labels

    Streamline your email management by automatically generating daily digests of categorized emails using AI summarization, reducing clutter and enhancing productivity.

    n8nFree
  2. Automate Email Classification and Response with AI and Human Oversight

    Streamline your email management by using AI to classify and draft responses, with human approval for accuracy and personalization.

    n8nFree
  3. Automate Email Management via WhatsApp with AI and Voice Recognition

    Transform WhatsApp into a powerful email management tool using AI for voice recognition and email automation. This workflow enables users to send, draft, and manage emails through voice or text commands on WhatsApp.

    n8nFree
  4. Automate Slack Channel Inactivity Reporting for Workspace Optimization

    This workflow automatically identifies and reports inactive Slack channels weekly, helping administrators maintain an organized and active workspace.

    n8nFree
  5. Automated Inbox Organization for Outlook Using GP-4.1 Agent

    # Auto-Categorize Outlook Emails with AI in n8n ## **How It Works** 1. **Trigger:** The workflow starts with the **Microsoft Outlook Trigger** node, polling your inbox every minute for new emails. 2. **Extract & Clean Email Content:** The email's key fields (from, subject, isRead, body) are extracted. The body is converted from HTML to Markdown, then sanitized to plain text for reliable AI processing. **Node Setup Details:** - **Microsoft Outlook Trigger** - **Resource:** Message - **Operation:** Trigger on new email - **Fields to Output:** from, subject, isRead(optional), body - **Folders to Include:** (Set to your Inbox or specific folder IDs) - **Markdown Node** - **Input:** `{{$json[body][content]}}` (HTML email body) - **Output Key:** `Email Body Markdown` - **Purpose:** Converts HTML to Markdown for easier downstream processing. - **Sanitize Node (Code Node)** - **Input:** `Email Body Markdown` from previous node - **Purpose:** Cleans up Markdown, strips images, links, HTML tags, table formatting, and truncates to 4000 characters. - **Sample JS Code:** ```javascript // Get the markdown content from the previous node const markdownContent = $input.item.json['Email Body Markdown']; 3. **Setup AI tools** - Move message and Get Folders Outlook tools are required, get contacts is optional. - Set each field in the tools to be defined automatically by the model and describe each field so the model understands how to use it. - OpenRouter or other LLM models tool: You can use any client for this, but make sure to use a model that does well with tool calls (Claude, GPT-4.1, Gemini 2.5 Pro, etc.). --- ## **Best Practices & Notes** - **AI Prompt Engineering:** The AI is instructed to be conservative—never move emails from real people or saved contacts, and always explain its reasoning if it doesn't move a message. - This automation only works for **NEW** incoming messages. - **Inbox Zero:** This system is designed to help you achieve and maintain Inbox Zero by keeping only actionable items in your main inbox. - **Customization:** You can adjust the folder logic, add more categories, or tweak the AI prompt for your specific needs. - **Privacy:** All processing happens within your n8n instance; no email data is stored outside your environment except for the AI call (which only receives sanitized, minimal content).

    n8nFree
  6. Send a Voice Note on Telegram to Generate a Professional Email with ChatGPT

    ## Telegram Voice Message → Automatic Email ![baptistefortn8nautomationtelegramaudio.png](fileId:1951) **Imagine:** What if you could turn a simple Telegram voice message into a professional email—without typing, copying, pasting, or even opening Gmail? This workflow does it all for you: just record a voice note, and it will transcribe, format, and write a clean HTML email, **then send it to the right person—all by itself.** ## Prerequisites - **Create a Telegram bot** (via [BotFather](https://t.me/botfather)) and get the token. - **Have an OpenAI account** (API key for Whisper and GPT-4). - **Set up a Gmail account with OAuth2.** - **Import the JSON template** into your automation platform. ## © Detailed Flow Architecture ### 1. Telegram Trigger ![workflown8ntelegramvoicebaptistefort.png](fileId:1953) **Node:** Telegram Trigger. This node listens to all **Message** events received by the specified bot (e.g., “BO OFFICIEL BAPTISE”). Whenever a user sends a voice message, the trigger fires automatically. > Only one Telegram trigger per bot is possible (API limitation). **Key parameter:** - `Trigger On`: Message ### 2. Wait **Node:** Wait. Used to buffer or smooth out calls to avoid collisions if you receive several voice messages in a row. ### 3. Retrieve the Audio File ![workflowbaptistefortemailtelegramaudio.png](fileId:1952) **Node:** Get a file - **Type:** Telegram (resource: `file`) - **Parameter:** - `fileId = {{$json[message][voice][file_id]}}` This node fetches the voice file from Telegram received in step 1. ### 4. Automatic Transcription (Whisper) ![baptistefortn8ntranscriptiontelegramvoice.png](fileId:1950) **Node:** Transcribe a recording - **Resource:** audio - **Operation:** transcribe - **API Key:** Your OpenAI account. The audio file is sent to OpenAI Whisper: the output is clean, accurate text ready to be processed. ### 5. Optional Wait (Wait1) **Node:** Wait1. Same purpose as step 2: useful if you want to buffer or add a delay to absorb processing time. ### 6. Structured Email Generation (GPT-4 + Output Parser) **Node:** AI Agent. This is the core of the flow: - The transcribed text is sent to GPT-4 (or GPT-4.1-mini here, via OpenAI Chat Model) - **Prompt used:** ```markdown You are an assistant specialized in writing professional emails. Based on the text below, you must: {{ $json.text }} 1. Detect if there is a recipient's email address in the text (or something similar like send to fort.baptiste.pro) - If it's not a complete address, complete it by assuming it ends with `@gmail.com`. 2. Understand the user's intent (resignation, refusal, application, excuse, request, etc.) 3. Generate a relevant and concise email subject, faithful to the content 4. Write a professional message, structured in HTML: - With a polite tone, adapted to the situation - Formatted with HTML tags (`<p>`, `<br>`, etc.) - No spelling mistakes in French - My first name is Jeremy and if the text says he is not happy, specify the wish to resign You must always return your answer in the following strict JSON format, with no extra text: ``` ```json { "email": "adresse@gmail.com", "subject": "Objet de l'email", "body": "<p>Contenu HTML de l'email</p>" } ``` Everything is strictly validated and formatted with the **Structured Output Parser** node. ### 7. Automatic Email Sending (Gmail) **Node:** Send a message - **To:** `{{$json.output.email}}` - **Subject:** `{{$json.output.subject}}` - **HTML Body:** `{{$json.output.body}}` This node takes the JSON structure returned by the AI and sends the email via Gmail, to the right recipient, with the correct subject and full HTML formatting.

    n8nFree
  7. Easy Redmine and Microsoft Teams Workflow Template

    This workflow contains community nodes that are only compatible with the self-hosted version of n8n. # Daily Easy Redmine Task Digest to Microsoft Teams Channel ## Overview This workflow automatically collects newly assigned Easy Redmine tasks for a specific team and sends a concise, formatted summary to a Microsoft Teams channel each weekday morning. It's designed to keep your team updated without manual copy-pasting or sifting through outdated information. Perfect for project managers, team leads, or consultants using Easy Redmine, this automation ensures that no high-priority or recent tasks are missed, improving transparency and daily planning. --- ## How it works - **Daily Trigger (8:30 AM on workdays):** Initiates the automation at a fixed schedule. - **Get Issues by Query:** Easy Redmine node retrieves all issues matching a saved filter. - **Split Out Issues:** Breaks the received array of tasks into individual items for separate processing. - **Keep Relevant Fields & Add Link:** Filters to essential data (ID, author, subject, description) and creates a clickable issue link using URL concatenation. - **Run for Each Task:** Iterates over tasks to process and send individually. - **Message into Team Channel:** Uses the Microsoft Teams node to post formatted HTML content into the chosen channel. --- ## How to Use 1. **Import the workflow** into your n8n instance. 2. **Set up Easy Redmine credentials** with API access. - Add or configure your Easy Redmine API credential. 3. **Set up Microsoft Teams credentials** with API access. - Add or configure your Microsoft Teams OAuth2 API credential. 4. Adjust the **saved filter in Easy Redmine** to match your team's needs. 5. Update **Teams channel or chat selection** in the final node. 6. Modify the **scheduled trigger time** if desired. 7. Test with a smaller query before enabling full automation. --- ## Example Use Cases - **Daily Team Stand-ups:** Provide an automated pre-meeting digest of all new or updated tasks. - **Consulting Project Management:** Keep consultants aware of the latest client requests. - **Support Teams:** Quickly distribute newly assigned tickets without manual coordination. --- ## Requirements - Easy Redmine account with API access and permission to use saved filters. - Microsoft Teams account with permission to post to the target channel. --- ## Customization - Adjust the saved filter in Easy Redmine to target different teams, statuses, or update windows. - Change the schedule to match your meeting cadence (daily, twice daily, etc.). - Alter the HTML formatting for better readability or company branding. - Add more fields from Easy Redmine (priority, due date, etc.) for richer summaries. --- **Workflow Improvement Suggestions:** - Rename generic nodes like "manual" and "get-manyissues" to descriptive titles (e.g., "Filter Fields & Build Link"). - Remove any real names or project-specific data before publishing. - Consider adding error handling if Easy Redmine or Teams API calls fail.

    n8nFree
  8. Email to Notion Knowledge Base with IMAP, Postgres Dedup, and Telegram Alert

    Please correct the following description: Filter incoming emails via IMAP, extract & clean the body into plain text, normalize (title/slug/snippet/date/from/url), check for duplicates in Postgres, store as a row in a Notion database, then send a Telegram notification. Perfect for building a knowledge base or inbox triage automation without duplicate noise. **Key Features** - IMAP polling (Only UNSEEN). - Extract & clean HTML to plain text. - Normalization: title, snippet, body text, slug, messageId, sentAt, fromAddress, sourceUrl. - Deduplication via Postgres (SELECT EXISTS). - Create page in Notion database (property mapping). - Telegram success notification. - Tags: email, imap, notion, postgres, deduplication, telegram, automation, knowledge-base **Prerequisites** - IMAP access (Gmail/Outlook/Custom). - Gmail: enable IMAP + App Password if using 2FA. - Notion Integration Token & Database ID (database must be shared with the integration). - PostgreSQL accessible from n8n. - (Optional) Telegram Bot Token & Chat ID.

    n8nFree
  9. Automate Web Searches via Telegram Using Brave Search

    This workflow allows users to perform web searches directly from Telegram using the Brave search engine. By sending the command /brave followed by a query, users can receive search results as a Telegram message, streamlining the search process without leaving the chat.

    n8nFree
  10. Automate Multi-Account Email Classification with AI and Discord Integration

    Streamline your email management by automatically classifying, prioritizing, and detecting spam across multiple Gmail accounts using AI. This workflow integrates with Discord to provide visual summaries and actionable links.

    n8nFree
  11. Suggest Meeting Slots Using AI

    The purpose of this n8n workflow is to automate the process of identifying incoming Gmail emails that are requesting an appointment, evaluating their content, checking calendar availability, and then composing and sending a response email. Note that to use this template, you need to be on n8n version 1.19.4 or later.

    n8nFree
  12. Create and Join Call Sessions with Plivo and UltraVox AI Voice Assistant

    This workflow template creates an audio stream session on UltraVox compatible with Plivo and sends it to Plivo. **How It Works:** - Plivo initiates a call and requests the Answer URL. - The workflow responds with Plivo XML to join the session. **Note:** - Ensure you update the UltraVox API Key in the credentials. - Update System Prompt based on your requirements. [Check Youtube Video](https://www.youtube.com/watch?v=Acbs3ouc4FQ) ![Youtube Video](https://img.youtube.com/vi/Acbs3ouc4FQ/0.jpg)

    n8nFree
  13. Automate Gmail Responses with AI and Telegram Approval

    Streamline your email management by automatically generating AI-driven responses for Gmail, with approval via Telegram. Ideal for professionals seeking efficient, personalized communication.

    n8nFree
  14. Automatically Reply to Cold Emails with GPT-4 & Instantly.ai

    # AI-Powered Workflow for Auto-Responding to Positive Cold Email Replies This workflow is designed for **agencies**, **freelancers**, and **sales teams** who want to turn **positive cold email replies into booked meetings automatically**—without hiring VAs or spending hours on manual responses. --- ## The Problem Most teams waste time **replying manually** or **pay for virtual assistants**, leading to **delays and missed opportunities**. This template eliminates that bottleneck. --- ## What the Workflow Does - Detects **positive replies** from **Instantly.ai campaigns** - Uses **AI to analyze intent** and craft **natural, human-like responses** - Adds **personalization** to keep replies authentic - Includes **Calendly links, product docs, or FAQs** based on the lead's intent - Sends **responses instantly**—so you **never miss a hot lead again** **No robotic AI text.** Just **smooth, human-style emails** that get booked calls faster. --- ## Who is This For? - **Agencies** running Instantly.ai or similar outbound tools - **Founders** handling their own cold email outreach - **Sales teams** looking to automate follow-up and booking - Anyone who gets **5-20 positive replies a week** and wants to **2x-4x conversions** --- ## Requirements - **n8n** (Cloud or self-hosted) - **Instantly.ai account** with API access - **OpenAI API key** (stored securely in n8n credentials) - *(Optional)* Calendly or booking link, Notion or Google Docs for resources --- ## How to Set Up 1. Import the **workflow** into n8n. 2. Add your **Instantly.ai API credentials** and **OpenAI key** using n8n's credential manager. 3. Customize the **AI prompt** for your tone, CA, and offer. 4. Insert your **Calendly or booking link** in the response template. 5. Test with **one positive reply** to confirm filtering and response quality. 6. Activate the workflow to **auto-reply in real time**. --- ## How to Customize - Adjust the **filtering logic** for different keywords or intent signals. - Add **branching** for multiple booking links (e.g., based on region or service type). - Push **responses to a CRM** for tracking. - Include extra resources like **case studies or pricing docs**.

    n8nFree
  15. Automate Domain and IP Blacklist Monitoring with Slack Alerts

    This workflow automatically monitors specified domains and IP addresses against blacklists and sends immediate alerts via Slack if any are listed, allowing for quick response and mitigation.

    n8nFree
  16. Automate Daily Task Reminders with Google Sheets and Gmail

    Streamline your team's productivity by automatically sending personalized task reminders via email for tasks due today using Google Sheets and Gmail.

    n8nFree
  17. Automate Email Management with AI and Telegram Notifications

    Streamline your email management by categorizing Gmail messages using AI and receive instant Telegram notifications for important emails. This workflow aids in prioritizing responses and provides daily email summaries.

    n8nFree
  18. Automated Website Uptime Monitoring with AI Analysis and Email Alerts

    Monitor website uptime by checking HTTP status, analyzing results with AI, and sending email notifications for success or failure. Ideal for real-time website status tracking.

    n8nFree
  19. Automate IT Support with AI-Powered SlackBot

    Streamline IT inquiries by automating responses to employee messages in Slack using AI and a custom knowledge base.

    n8nFree
  20. Automate Outbound AI Voice Calls from Jotform Submissions

    This workflow automates the process of making outbound AI voice calls using Vapi AI whenever a new submission is received on Jotform. It ensures immediate engagement with users through personalized calls.

    n8nFree
  21. Automate Personalized Welcome Emails with Discount Codes via Mailchimp and Gmail

    Streamline your subscriber onboarding process by automatically sending personalized welcome emails with discount codes using Mailchimp and Gmail.

    n8nFree
  22. ← PreviousPage 6 of 103Next →

    Related categories

    AI (1,929)Business Operations & ERPs (1,540)Other (1,425)Productivity (1,202)Marketing (1,145)Data & Analytics (995)File & Document Management (802)CRM - Sales (604)Notifications (580)Social Media (562)

    Need a custom communication workflow?

    Our automation experts build tailored workflows for your exact stack and process.

    Request a Custom Workflow