This workflow template enables businesses to efficiently process asynchronous responses from Slack Block Kit messages with interactive buttons. When a user clicks a response button, the workflow captures and stores their response as a global variable for future use. It also updates the Slack message to reflect the action taken by the user, enhancing user experience by providing immediate visual feedback within the Slack environment. Ideal for security bots and other automated systems, this template streamlines interactions and data capture within Slack workflows.
Trigger
Slack
Use Cases
Security Bots
Workflow Breakdown
Receive an event from a Slack Block kit message
Save the response into a global variable.
Update the message by removing the buttons as the last block and replacing it with the user and action the user selected.
Vendors
Slack, Utils, Torq
Workflow Output
Global variable containing the users response.