Hi everyone!
I’m building an automation system for Instagram using Manychat and an external AI flow via n8n.
Here’s how it works:
-
When someone messages us on Instagram, it triggers a webhook.
-
That webhook sends the message to n8n.
-
n8n uses a RAG system to generate a smart reply and sends it back to the user via Manychat.
So far, so good — but here’s my challenge:
Sometimes our team replies directly to users through the Instagram app (not through Manychat’s Live Chat). When that happens, I want the automation to pause for a set period (e.g., 2 hours) so the bot doesn’t interfere with the human conversation.
I thought of using the “Pause automations during conversations” feature under Live Chat settings, but it seems it only works if the reply is sent from within Manychat’s Live Chat — which is not our case.
Has anyone found a workaround for this?
Is there any way for Manychat to detect when a message is sent by a human agent outside the platform (e.g., from the Instagram mobile app) and pause automations accordingly?
Any suggestions or creative solutions are more than welcome
Thanks in advance!