I have designed a chatbot flow and in the middle of the flow, I have added a WhatsApp Form based on the business use case. Now, I want to pass some parameters to the WhatsApp Form, and my form will use these values. Is there any way to achieve this functionality?
Hey Anoud,
You are able to pass in the parameters to the Flow using the flow_action_payload
: see here for an example.
It is not possible for Flows to read the data from the chatbot in the thread, so you would need a bit more setup for that.