Skip to main content

Manychat webhooks have a 10-second timeout limit for API responses. A lot of times people are trying to integrate manychat and n8n with webhooks and API requests to create WhatsApp AI agents, which means that a lot of times the webhook response from the n8n agent takes more that 10 seconds and so the response doesn’t make it back to manychat to be sent.

I would like to propose a change in this timeout limit, which is probably making a lot of people change platform.

@diogogaspar there are workarounds for that, you need to send the info back via the API and setup Manychat to wait for the response.

Yes, it’s not ideal, but it works like a charm and gets the job done!


It took me some time and effort, but I finally got it working! 🎉
I really appreciate your help.
Maybe it would be useful to improve the API documentation a bit, since it was a bit tricky to get everything right.

Thanks a lot again!