I have a telegram trigger listening for messages. I want to concatenate multiple messages received in a given duration (10 seconds) and send it for processing.
once the first message is received, it should wait 10sec to see if there are any new messages (if yes, concatenate with the previous message) and then move on to the next node to process the messages.
I found this on the web, but It’s not bound by time, or does not combine multiple trigger actions.
How can I implement this?
Please share your workflow
I don’t have a complete workflow… I’m actually struggling to implement this.
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
I’m using the n8n Cloud at the moment.