How to stop the AI agent after I start answering the message myself?

This agent is a comercial agent, it answer questions etc. I can’t manage to stop him from answering after I start answering my self using my phone

Hi there,

Can you please share the workflow here so we know what is really happening?

Cheers!

Hey @Soho :waving_hand:

@spraveenitpro is right. It’s better to share your workflow. But if you prefer to get a general idea based on what you have described, I would say you need to have a Wait node before sending the inquiry to the AI agent. Then you can check if any human conversation has been initiated or not right after the Wait node and before sending to AI agent.

If you ask me how, I would reply it depends on where your messages live: if you use WhatsApp, Telegram, SMS, etc., you can use that app’s incoming webhook or n8n node to detect your manual message and mark it.

I hope this helps. :victory_hand:

The webhook its for whatsapp message

The webhook is for whatsapp message

you need to find workaround for that because webhook will always trigger if you have set it on message.

one workaround could be you create a database and with all every message and set a boolean column some thing like human_active and check that before sending message to agent.

and modify db when ever you want.

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