How WhatsApp bot works – part 6
In order to make the bot’s flow more generic, it is a good strategy to pass parameters into the bot’s flow. You pass parameters into the bot’s flow by using JSON, and then in the flow, you can use them to make decisions, display dynamic messages, etc…