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

    Communication Workflows

    Messaging and collaboration tools

    • Automate Upwork Job Alerts Scoring and Slack Notifications via Gmail

      This workflow automates the process of scanning Gmail for Upwork job alerts, scoring them based on your profile, and sending notifications to Slack for potential matches.

      n8nFree
    • Automate NFL Fantasy Draft Results Sharing from Sleeper to Telegram

      Effortlessly retrieve and share your Sleeper fantasy football draft results with Telegram using this n8n workflow. Enhance your fantasy league experience by automating the delivery of draft picks directly to your Telegram chat.

      n8nFree
    • Automate 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

    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.

    Free
  1. Integrate Zoom Meeting Operations with AI Agents via MCP Server

    Enable AI agents to manage Zoom meetings through a pre-configured MCP server, facilitating seamless integration with zero setup.

    n8nFree
  2. Automated Website Uptime Monitoring with Slack Notifications

    This workflow continuously monitors a website's availability and sends alerts to a Slack channel if the site becomes unreachable, ensuring you are promptly informed of any downtime.

    n8nFree
  3. Automate Monthly Gmail Spam Cleanup with Gmail API

    This n8n workflow uses the Gmail API to automatically delete all emails in the spam folder on the first day of each month, optimizing email management and storage.

    n8nFree
  4. 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.

    n8nFree
  5. 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!" } ] } ```

    n8nFree
  6. Send Weekly Meeting Schedule Preview from Google Calendar to Gmail

    This workflow contains community nodes that are only compatible with the self-hosted version of n8n. **How it works** This workflow keeps you perfectly informed about your upcoming week's schedule. Every Sunday evening, it automatically: - Fetches all your scheduled meetings for the upcoming week (Monday to Sunday) from your connected calendar. - Compiles a concise summary of these meetings, including dates, times, and event titles. - Sends you a single, organized email so you can quickly review your agenda and prepare for the week ahead. Stay ahead of your schedule with this proactive meeting notification system. **Set up steps** Setting up this workflow is quick and easy, typically taking less than 10 minutes. You'll primarily need to: - Authenticate your preferred calendar service (e.g., Google Calendar). - Connect your email sending service (e.g., Gmail). - Specify the email address where you want to receive the summary. All detailed setup instructions and specific configuration guidance are provided within the workflow itself using sticky notes.

    n8nFree
  7. 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.

    n8nFree
  8. Automate 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.

    n8nFree
  9. Automate Email Campaigns with Google Sheets and Gmail Using n8n

    Streamline your email outreach by automating personalized email sequences using Google Sheets and Gmail with n8n, without incurring additional API costs.

    n8nFree
  10. 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.

    n8nFree
  11. Automated AI Email Response System with Brand Consistency

    This workflow automates intelligent email responses using AI, ensuring replies are brand-aligned and data-driven. It integrates with Gmail, Pinecone, and OpenAI to generate professional email replies based on internal company data and brand voice.

    n8nFree
  12. Automate Gmail Email Sorting with GPT-4o for Actionable and Non-Actionable Labels

    This workflow automates the classification of unread Gmail emails into 'Action Required' and 'No Action' labels using GPT-4o, helping you focus on important tasks while minimizing inbox clutter.

    n8nFree
  13. Automate Daily Interview Schedules from Google Calendar to Gmail

    This n8n workflow automates the process of sending daily interview schedules from Google Calendar to each interviewer via Gmail. It ensures interviewers receive a personalized email with their schedule, including meeting times, Google Meet links, and attendee status, every day at 8:00 AM IST.

    n8nFree
  14. Automate YouTube Video Summaries to Slack Using Google Sheets and AI

    Streamline your workflow by automatically summarizing new YouTube videos and posting them to Slack. This automation fetches video details, generates concise summaries using AI, and delivers them directly to your Slack channel.

    n8nFree
  15. Automate Global SMS Sending via ClickSend API

    This workflow enables you to send SMS messages worldwide using the ClickSend API without needing a physical phone number. Ideal for automating notifications, alerts, or marketing campaigns.

    n8nFree
  16. Automate Email Categorization and Labeling in Zoho Mail with AI

    Use AI to automatically categorize and label incoming emails in Zoho Mail, enhancing inbox organization and efficiency.

    n8nFree
  17. Automatically 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.

    MakeFree
  18. Automate Daily Gmail Summaries with Google Gemini AI

    This workflow automatically generates a daily summary of your Gmail inbox using Google Gemini AI, helping you prioritize important emails efficiently.

    n8nFree
  19. Automate Discord Chatbot Responses with Google Gemini AI

    This workflow automates Discord chatbot interactions by processing mentions through n8n and Google Gemini AI, enabling dynamic and intelligent responses.

    n8nFree
  20. Automate Candidate Status Updates with Real-Time Slack Notifications

    Streamline your recruitment process by automatically sending real-time Slack notifications whenever a candidate's status changes, ensuring your team stays informed and aligned.

    n8nFree
  21. Automate Website Lead Management with Real-Time Slack Alerts and Email Responses

    Streamline your lead management process by automatically capturing website form submissions, notifying your sales team via Slack, archiving data in Google Sheets, and sending confirmation emails through Gmail.

    n8nFree
  22. ← PreviousPage 9 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