Communication

Receive chat messages and process them in batches

11 nodes 121 77 Automatic trigger
Download

Workflow Description

An automation workflow that receives messages from a chat application, processes them in sequential batches with time delays between each batch, and sends a response back to the client via webhook.

How it works

  1. 1.Trigger the workflow when a message arrives through the chat application
  2. 2.Split incoming messages or data into defined batch sizes
  3. 3.Wait for a specified time period between processing each batch
  4. 4.Process the data using custom code or HTTP requests
  5. 5.Send the final response back to the client through a webhook

Use cases

  • Send bulk notifications via chat without overwhelming the server
  • Process customer requests in organized sequence with timed intervals

Requirements

  • Chat application connected to n8n
  • Webhook endpoint to receive and send data responses
  • Basic understanding of batch processing and time delays

Service Value

Ready-made workflow template for automation delivery and service execution.

Apps Used

Split In Batches Chat Trigger

Details

Trigger Automatic trigger
Nodes 11
Apps 2
Views 121
Downloads 77

How to Use

  1. 1.Click "Download Template"
  2. 2.Open your n8n dashboard
  3. 3.Go to Workflows > Import from File
  4. 4.Select downloaded file and configure credentials

Nodes Used (11)

/

Generate A-Z Queries

Code

#1

Google Autocomplete

HTTP Request

#2

Loop Over Items

Split In Batches

#3

Wait 1s

Wait

#4

Code

Code

#5

Sticky Note

Sticky Note

#6

Get Keyword

Chat Trigger

#7

Sticky Note1

Sticky Note

#8

Extract Keywords

Code

#9

Return Keywords

Webhook

#10

Sticky Note2

Sticky Note

#11