Skip to main content

I am making a multi flow chatbot, how do i make it so a flow can be triggered by another flow? for example:

  • If Flow 1 ends with: start Flow 2 automation
  • In flow 2, which first step should i put so its triggered when a action is Flow 2 automation?

@blessingkp13 at the end of Flow 1, add a block to ‘Start Automation’, and select Flow 2.

That’s all!

 


Where did you find this? 


Where did you find this? 

Hi ​@JakeLake ,
To find the button to start a new automation, you can follow one of these two options:

Click to add the next step, then select "Start automation":


You can also click the "+" button and choose "Start automation":

 


If I connect it to a Flow Trigger API, does it work the same? 


If I connect it to a Flow Trigger API, does it work the same? 

Yes, it’s possible to add the contact to a flow via the API, using the following endpoint:
https://api.manychat.com/fb/sending/sendFlow

You can find the full documentation at this link:
https://api.manychat.com/swagger#/Sending/28f1abbb07b0d4773b846dbeb3880e3c

 

 


thank you very much, I was trying but I can’t find the flow ID :(


thank you very much, I was trying but I can’t find the flow ID :(

You can view the flow ID in the URL, as shown in the screenshot below:

 

 


Reply