A solution to this might involve tracking the beginning of a conversation, the participants involved, and the progress through the flow. For example, when the user first mentions the bot, a database entry is created that identifies that user and the open workflow with them. As we said before, the flow we’re describing contains an app_mention event followed by three message events. In order to identify the differences between those
Read More