Using Slack's interactive message features

(SH) #1

Hi,
How can we use Slack’s interactive message format like Message Buttons https://api.slack.com/docs/message-buttons?
Regards
gab

(Daniel Beckett) #2

Unfortunately this isn’t supported as the response back from Slack only includes the item name and not the value (that we detect). A potential workaround could be to set the Interactive Message URL in the Slack app to another service or to post back into another flow (webhook trigger) to handle the raw JSON.