Hi friends ๐
Iโm struggling with a ManyChat โ n8n โ ManyChat WhatsApp chatbot integration, and I really need some help.
๐ง The issue
I send a WhatsApp message from ManyChat โ n8n.
n8n runs the AI Agent and sends the response back to ManyChat successfully (I can see the HTTP request returning โsuccessโ).
But the AI reply never appears back on WhatsApp.
ManyChat receives the message โ but does NOT send it out to the user.
โ What I need to confirm
Do I need a special configuration in ManyChat to allow WhatsApp messages sent from n8n?
Or is my JSON format wrong in n8n?
๐ This is the JSON format that ManyChat expects
If you use the sendFlow API, the body MUST look like this exactly:
ย
{
ย ย ย ย "subscriber_id": "{{subscriber_id}}",
ย ย ย ย "flow_ns": "content2025xxxxxx_123456",
ย ย ย ย "flow": { "message": "{{your_message_here}}" }
}
