How to Stop n8n Bot Responses When a Human Intervenes?

I successfully set up an AI Agent using n8n that responds via the web and Instagram. However, I need guidance on how to make the bot stop responding when a human intervenes in the conversation.

Is there a way to achieve this in n8n? I’ve been searching for a solution but haven’t found the right approach yet. Any suggestions or ideas would be greatly appreciated.

Thank you in advance!

Information on your n8n setup

  • **n8n version: cloud starter
  • **Database (default: SQLite): PosgresSQL
  • **n8n EXECUTIONS_PROCESS setting (default: own, main): own.
  • **Running n8n via (Docker, npm, n8n cloud, desktop app): cloud.

What I would do is get the specific identifier from either instagram, telegram etc. for the admin that might answer the user. Use that identifier to deactivate the bot for that specific user for the next 24h messages. Other than that I do not know of a way to programatically prompt n8n out of the process when a human intervenes

Srry Leonardo, do you have an example? I want to see that in a workflow.

You could have keywords that deactivate the bot, such as the names of humans, for example: “Hello, I’m Luigy, how can I help you?” and detect the “luigy”

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.