Skip to main content

So i got over the learning curve in my personal opinion. I figured out that Manychat has a 10sec wait limit when you send data through a webhook and response. FINE. 

Then i found a helpful post how to workaround this, which meant breaking my flow but i had to create a new flow with a trigger that if custom field changes it should send a message. Very helpful thank you. 

 

However i stumbled upon another problem is that when message is received tag is added custom field is updated correctly but still message is not sent and I would like to know why. Why does it work and then suddenly stop randomly 😫😭 i just want to be able to send a message. 

 

 

and here you can see that the same thing happens but message is sent 
 

 

Is it possible that you have more than 30 action/condition steps without a break (smart delay or user input) in the middle?

Manychat has a loop protection, so if you do more than 30 steps without breaking it will stop. This could be causing your issue.


Thank you for the reply i figured it out it was because Manychat has a 30 second limit so if user sends a message then bot replies and user sends a message again in less than 30 secs Manychat trigger does not work. 


Ah yes, rules won’t trigger twice if they fire less than 30 seconds apart!

You can use the sendFlow API request to work around this (here’s the documentation: https://api.manychat.com/swagger#/ )
Happy to hear you figured it out!


Reply