So I’ve set a simple automation that is supposed to do the following:
- If a follower indicates that they have never visited a restaurant, then I want Manychat to send a canned message and a link to the menu.
Right now, I have the current flow setup:
- Identify if the person is a follower
- Identifying the intent (using ManyChat of the follower) of the follower’s message
- If the message indicates that the follower has never been to the restaurant, then the flow will see that the follower has never been to the restaurant
- Sending a DM response to the follower, telling them to visit, and sharing a link to the menu
The problem:
- I have multiple examples where the follower has indicated that they have been to the restaurant before, or want to do something different like place an order.
- When this happens, the flow sends them the automation, which should not happen.
What am i doing wrong?