I broadcast content to users where user will read summary of content.
I want to show summary content to users in bot itself when user click on read here button.
I broadcast content to users where user will read summary of content.
I want to show summary content to users in bot itself when user click on read here button.
You can pull information from anywhere in the request path. So for example, if you have a “description” field and a “content” field in what is sent to the broadcast flow, you can send just the description field data in the initial broadcast, and send the content field data in the action if they select the read more shortcut.
You’d set the latter part up with a filter. If prior response is “read more” (or whatever your shortcut is), then show the additional content.
Here’s the FlowXO doc on Filters: https://support.flowxo.com/article/31-filters