environmental-rose•2y ago
Hey option to reset flow from any way - whatsapp
How can I reset the flow using the command WhatsApp without using intent?
2 Replies
To reset the flow in WhatsApp without using an intent, you can utilize the End step functionality within your Voiceflow project. The End step, when placed in your conversation flow, will automatically terminate the conversation without sending any further messages to the user. This can effectively reset the flow by ending the current session. Here's how you can implement it:
- Place the End step at the desired point in your flow where you want the conversation to reset.
- Trigger this step with a specific command or condition within your WhatsApp integration.
- Once the End step is activated, it will end the current conversation session, effectively resetting the flow.
Remember, this approach requires you to design your flow thoughtfully, ensuring that the End step is triggered under the right conditions to reset the flow as intended.
environmental-roseOP•2y ago
The desired point can be anywhere, and what if I want a back button from anywhere??