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

    Communication Workflows

    Messaging and collaboration tools

    • Daily Google Form Submissions Recap via Gmail

      Automatically compile and send a daily summary of Google Form submissions to your Gmail, keeping your inbox organized and clutter-free.

      n8n$4.99
    • Automate Daily Email Summaries with AI Using Gmail and OpenRouter

      Streamline your mornings with an automated workflow that provides a concise email summary using AI. This n8n workflow fetches emails, organizes data, and generates insightful summaries for efficient team communication.

      n8n$4.99
    • Automate AI-Powered Newsletter from RSS Feeds

      This workflow automates the creation of an AI-enhanced newsletter by collecting articles from RSS feeds, rating and tagging them using AI models, summarizing high-rated articles, and sending them via Gmail.

      n8n

    Marketplace

    • Prompts
    • Workflows
    • Agent Hub
    • 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 Answers
    • Error Solutions
    • AI Tutorials
    • AI Agent Guides
    • AI Models
    • Integrations
    • Alternatives
    • n8n vs Zapier
    • Make vs Zapier
    • n8n vs Make
    • Resource Library
    • Documentation
    • API Access to Our Data

    Community

    • AI Newsletter
    • 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

    The #1 Newsletter in AI

    Weekly updates, news, and content that matter.

    Neura Market Logoneuramarket

    © 2026 Neura Market. All rights reserved.

    $24.99
  1. Automate Personalized HTML Welcome Emails for New Xero Contacts

    Automatically send personalized HTML welcome emails to new contacts in Xero, ensuring a professional first impression.

    n8n$9.99
  2. Automate Gmail Organization: Weekly Newsletter Archiving and Receipt Labeling

    **Feel like your inbox is a junk drawer you're scared to open?** Meet the Sunday Sweep Gmail Zero workflow—the soft-tech hug your Gmail has been waiting for. **What it does (in plain English)** Every Sunday at 9 PM, it quietly hunts down newsletters older than 30 days and gently archives them—no scary deletions, just a neat sweep. Fresh receipts, invoices, or order confirmations from the past 24 hours are instantly labeled “Receipts” so you can find them at tax time without digging. You wake up Monday to a crystal-clear inbox, zero overwhelm, and one big check-mark off your to-do list. **Who it's perfect for:** Etsy shop owners, virtual assistants, wellness coaches, and any homemaker-preneur who wants automation that feels like a friend, not a robot takeover. No coding skills, no jargon—just plug in your Gmail account and let the calm routine run on autopilot. **Bonus goodies** - Emoji-coded labels ready to go - Works with free Gmail accounts **Stop living in inbox chaos. Start your week lighter—with Sunday Sweep Gmail Zero.**

    n8n$4.99
  3. Automate Go4Clients DRIP Campaigns for New Google Sheets Entries

    Trigger a Go4Clients DRIP campaign, including calls, SMS, and emails, whenever a new row is added to a Google Sheets spreadsheet. This automation facilitates immediate engagement with potential customers, enhancing sales opportunities.

    Make$2.99
  4. AI Chatbot Call Center: Taxi Booking Worker (Production-Ready, Part 5)

    ### Workflow Name: ☍♒⚏ Taxi Booking Worker Template was created in n8n v1.90.2 ### Skill Level: High ### Categories: n8n, Chatbot ### Stacks - Execute Sub-workflow trigger node - Chat trigger node - Redis node - Postgres node - Google Calendar node - Execute Sub-workflow - If node, Switch node, Code node, Edit Fields (Set) ### Prerequisite - Execute Sub-workflow trigger: **Call In Center** (or your own node) - Sub-workflow: **Demo Call Back** (or your own node) # Production Features - **Scaling Design** for n8n **Queue mode** in production environment - Customize **Open Booking Action** - Integrate with **Long Term Memory** backup. - **Error Management** # What this workflow does? This is a n8n **Taxi Booking Worker**, the worker node to process the job. It will wait for a message from the Call Center node and handle the real process here. In this particular case, it will check the input number for the selected provider, then update the booking from NEW to OPEN, then clean up the orphan data. # **How it works** - The **Form Trigger** node will wait for the message from any node with the input in number. - First check for NEW booking under the same chat session - For input 0, which is cancel - Reset the user session in Redis memory - For input 1 or above, which is the provider selection number - Set the booking status to OPEN in database - OPTIONAL Save the summary to **User Memory** database - OPTIONAL Create a new Event in **Google Calendar** and sync to the database - Reset the user session in Redis memory - Afterward, process data clean up - Delete the provider selection number queue in Redis - Delete the route data in Redis - OPTIONAL Delete the chat memory with current session - Finally, output the response to the **Call Back** node # **Set up instructions** 1. Pull and Set up the required SQL from our [Github repository](https://github.com/ChatPayLabs/n8n-chatbot-core). 2. Create your **Postgres credentials**, refer to [n8n integration documentation](https://docs.n8n.io/integrations/builtin/credentials/slack/?utm_source=n8n_app&utm_medium=credential_settings&utm_campaign=create_new_credentials_modal) for more information. 3. Select your Credentials in **Booking, Set Open Booking, Sync Booking Google Cal**, and **Save User Memory**. 4. Create your **Redis credentials**, refer to [n8n integration documentation](https://docs.n8n.io/integrations/builtin/credentials/slack/?utm_source=n8n_app&utm_medium=credential_settings&utm_campaign=create_new_credentials_modal) for more information. 5. Select your Credentials in **Reset Session, Reset Session 2**, **Delete Provider Number** and **Delete Route Data**. 6. Create your **Google Calendar credentials**, refer to [n8n integration documentation](https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googlecalendar/?utm_source=n8n_app&utm_medium=node_settings_modal-credential_link&utm_campaign=n8n-nodes-base.googleCalendar) for more information. 7. Create a Google Calendar, e.g., DEMO 8. Select your Credentials in **Create Event**, and select the above Calendar 9. FOR TESTS ONLY. Enable the **Telegram Test Output** for testing from the **Test Input**. # How to adjust it to your needs 1. You can specify a number to trigger the specific action based on your needs. 2. The current action only creates an event in Google Calendar, you can do more based on your needs. 3. You can replace the sub-workflow trigger **Flow Trigger** and **Call Back** to another flow as needs.

    n8n$24.99
  5. Automate Slack AI Chatbot Responses with Slash Commands

    This workflow enables automated AI chatbot responses in Slack using slash commands. It leverages n8n to process requests and generate responses through OpenAI's language model.

    n8n$9.99
  6. Line Messaging API: Push Message & Reply

    # Workflow Description This workflow demonstrates how to use the **LINE Messaging API** to handle two scenarios: 1. Replying to a user's message using a **reply token**. 2. Sending a **push message** to a specific LINE user using their **user ID**. --- ## Key Features 1. **Webhook Integration**: Receives and processes incoming messages from LINE using a webhook. 2. **Conditional Logic**: Checks if the received event type is a message and handles it accordingly. 3. **Reply Message**: Automatically responds to the user's message using the LINE reply token. 4. **Push Message**: Sends a test message to a specific LINE user using their unique user ID. --- ## Pre-Configuration To simplify the setup process, create a **Header Auth** credential in n8n: - **Name**: `Authorization` - **Value**: `Bearer {line token}` This will authenticate all API requests to the LINE Messaging API. --- ## Node Configurations ### 1.1. Webhook from LINE Message - **Purpose**: Captures incoming events from the LINE Messaging API. - **Configuration**: - **HTTP Method**: `POST` - **Path**: `{n8n-webhook-page}` --- ### 1.2. If Condition - **Purpose**: Checks if the received event type is `message`. - **Configuration**: - **Condition**: - `{{ $json.body.events[0].type }} equals message` --- ### 1.3. Line: Reply with Token - **Purpose**: Replies to the user's message using the LINE reply token. - **Configuration**: - **Method**: `POST` - **URL**: `https://api.line.me/v2/bot/message/reply` - **JSON Body**: ```json { "replyToken": {{ $(Webhook from Line Message).item.json.body.events[0].replyToken }}, "messages": [ { "type": "text", "text": "Received: {{ $(Webhook from Line Message).item.json.body.events[0].message.text }}" } ] } ``` --- ### 2.1. Manual Trigger: Test Workflow - **Purpose**: Triggers the workflow for testing the push message functionality. - **Configuration**: No additional setup required. --- ### 2.2. Edit Fields - **Purpose**: Prepares the unique LINE user ID for the push message. - **Configuration**: - **Field**: - `line_uid`: `Uxxxxxxxxxxxx` --- ### 2.3. Line: Push Message - **Purpose**: Sends a test message to a specific LINE user. - **Configuration**: - **Method**: `POST` - **URL**: `https://api.line.me/v2/bot/message/push` - **JSON Body**: ```json { "to": {{ $json.line_uid }}, "messages": [ { "type": "text", "text": "Hello!" } ] } ```

    n8n$4.99
  7. Automate Client Onboarding with AI-Generated Welcome Emails

    Streamline your client onboarding process by automatically generating personalized welcome emails using AI. This n8n workflow monitors Google Forms submissions, processes client data, and sends tailored emails instantly.

    n8n$14.99
  8. Optimize AI Chat Responses with Message Buffering Using Twilio and Redis

    This n8n workflow enhances chat user experience by buffering messages and staggering AI responses. It uses Twilio to receive messages, Redis to manage message stacks, and OpenAI for generating replies.

    n8n$14.99
  9. Discover Professional Emails with uProc and Send via Telegram

    ![image.png](fileId:1033) This **n8n workflow template** uses **uProcs Get Email by Domain, Firstname and Lastname tool** to discover a professional email address, and then sends that email to a **Telegram channel**. > Note: You must set up your **uProc credentials (Email + API Key)** from the [**Integration settings**](https://app.uproc.io/#/settings/integration) before running this workflow. --- ### What It Does - Uses user-provided data: **first name**, **last name**, and **company domain** - Calls **uProc** to discover the most likely email address for that person - Sends the discovered email and confidence level to a **Telegram group** --- ### Step-by-Step Setup 1. **Add uProc Credentials** Go to the [uProc integration page](https://app.uproc.io/#/settings/integration) and copy your **email and API key**. Add them as credentials in your n8n instance. 2. **Set Tool Parameters** - Use the **Set node** to define: - `firstname`: First name of the person - `lastname`: Last name of the person - `domain`: Their company domain 3. **Replace the Set Node (Optional)** You can dynamically fetch the `firstname`, `lastname`, and `domain` from other sources like: - **Google Sheets** - **MySQL or Postgres** - **Webhook or Form submissions** 4. **Run the Workflow** Trigger the flow manually or integrate it with a larger automation. --- ### uProc Parameters Explained - **domain**: The company domain (e.g., `uproc.io`) - **firstname**: First name of the person - **lastname** (in parameter: `language`): Last name of the person - **mode**: - `verify`: Verifies email in real-time with mail server - `guess`: Guesses based on company format (e.g., `firstname.lastname@domain.com`) --- ### uProc Response Fields - `email`: Discovered email address - `confidence`: Indicates if the result is verified or risky (e.g., catch-all) - `score`: Reliability score from **0** (unreliable) to **99** (highly reliable) --- ### Notification via Telegram After discovering the email, the result is sent to a specified **Telegram channel** with this format: ```text User Miquel Colomer has next email on uproc.io: contact@uproc.io (verified - 99) ``` Clicking the email allows you to send a message directly to the recipient. --- ### Credentials Used - **uProc API** - For discovering email addresses - **Telegram API** - To send messages to a specific group/channel --- ### Customization Tips - **Loop over a list of people**: Replace the set node with a data source that contains multiple people. - **Filter by score or confidence** before sending. - **Add additional outputs**: You can send the data via Email, Slack, or save it to a database. - **Trigger automatically**: Combine with a webhook or time-based trigger for automation. --- ### Questions? Template created by [**Miquel Colomer**](https://www.linkedin.com/in/miquelcolomersalas/) and [**n8nhackers.com**](https://n8nhackers.com). Need help customizing or deploying? [**Contact us**](mailto:contact@n8nhackers.com) for consulting and support.

    n8n$4.99
  10. Automate Scheduled RSS News Digest Emails with Gmail

    Effortlessly send scheduled, formatted news digests from any RSS feed to your Gmail inbox using n8n. Perfect for news curators, bloggers, and media professionals seeking automated daily or weekly news summaries.

    n8n$4.99
  11. Simple SMS Messaging System with Textbelt API Integration

    This n8n workflow sends SMS messages through the Textbelt API by accepting phone numbers, messages, and API keys as inputs. It uses a manual trigger to start the process, sets the necessary data, and executes an HTTP POST request to deliver the SMS. Step-by-Step Explanation: 1. **Manual Trigger**: Starts the workflow manually by clicking "Execute workflow." 2. **Set Data Node**: Defines the required input parameters (phone, message, and key) that will be sent to the SMS API. You can populate these fields with your target phone number, the text message, and your Textbelt API key. 3. **HTTP Request Node**: Sends a POST request to https://textbelt.com/text with the phone number, message, and API key in the request body to send the SMS. The response from the API confirms whether the message was successfully sent.

    n8n$4.99
  12. Automate Personalized Birthday Emails with Google Sheets and AI

    This workflow automates the sending of personalized birthday emails using data from Google Sheets, AI-generated messages, and Gmail. Ideal for maintaining meaningful connections in educational, business, or personal settings.

    n8n$4.99
  13. Automated 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.99
  14. Bitrix24 Chatbot Application Workflow Example with Webhook Integration

    ## Use Case Automate chat interactions in Bitrix24 with a customizable bot that can handle various events and respond to user messages. ## What This Workflow Does - Processes incoming webhook requests from Bitrix24 - Handles authentication and token validation - Routes different event types (messages, joins, installations) - Provides automated responses and bot registration - Manages secure communication between Bitrix24 and external services ## Setup Instructions 1. Configure Bitrix24 webhook endpoints 2. Set up authentication credentials 3. Customize bot responses and behavior 4. Deploy and test the workflow

    n8n$9.99
  15. Automate RSS Feed Article Posting to Slack

    This workflow automatically fetches new articles from specified RSS feeds and posts them to a Slack channel, ensuring no duplicates are shared.

    n8n$4.99
  16. Automate Gmail Email Categorization Using OpenAI GPT-4

    Streamline your Gmail inbox management by automatically categorizing emails based on content intent using OpenAI's GPT-4. This workflow helps prioritize important messages and improves productivity for teams handling high email volumes.

    n8n$14.99
  17. Automate Daily Trello Task Summaries to Slack

    Effortlessly keep your team updated by sending daily Trello task summaries directly to Slack. This workflow ensures you never miss important deadlines or updates.

    n8n$9.99
  18. Automate 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.99
  19. Telegram Messaging for Bash-Dash

    This workflow allows you to send a message in a Telegram chat via [bash-dash](https://github.com/n8n-io/bash-dash). ![workflow-screenshot](fileId:446) **Example usage**: - telegram I'll be late If you want to send a predefined message without typing it in the command line, you can replace the Text Expression in the Telegram node with a specific message. In this case, the bash command - telegram will send the predefined message to the chat. **Example bash-dash config**: commands[telegram]=http://localhost:5678/webhook/telegram

    n8n$3.99
  20. Automate Real-Time Flight Monitoring and Alerts with Aviation API, Slack, and SendGrid

    This n8n workflow automates the monitoring of airline schedule changes by fetching real-time flight data, comparing it with stored schedules, and notifying internal teams and passengers of critical updates via Slack and SendGrid.

    n8n$9.99
  21. Automated RSS Feed Monitoring with AI and Slack Notifications

    This workflow automates the monitoring of RSS feeds, filters new articles using AI, and sends notifications to Slack, ensuring you receive only relevant updates without duplicates.

    n8n$14.99
  22. ← PreviousPage 10 of 103Next →

    Related categories

    AI (1,930)Business Operations & ERPs (1,540)Other (1,425)Productivity (1,202)Marketing (1,146)Data & Analytics (995)File & Document Management (802)CRM - Sales (605)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