Conditional Bot Flow

(Vila Vg) #1

Hi there

I’m looking to setup a flow that is as follows:

a) User is asked what their gender is
b) They’re asked what their location is
c) They’re asked if they prefer indoor or outdoor activities

Based on their answer, I want to serve a few cards, if they answer A, B and C with a certain option (typed / button / quick reply)

Is there a way to accomplish this using the WYSIWYG / code-free approach? Any existing flows to use?

Thanks!

(Sarah Palombo) #2

You could you’d probably want to consider using filters added to the action send a cardset your filter could be something like IF Gender is Male AND answer C was Outdoor activities.
You’d then need another Cardset with a filter something like IF Gender is Male AND answer C was Indoor activities.

Hope that gives an idea?