The “Ask a Question via Slack” action integrates the Blink Bot (part of the Blink app) into your workspace, allowing you to perform common Slack actions within your workflows and triggers. Questions from Blink to Slack are sent through this bot.
This action allows you to send a question to specific users or channels in Slack with configurable response options.It receives the selected answer(s) and lets you reference them in later steps of your workflow.
Open General Settings
Set up the Blink Slack Bot by clicking your username in the bottom-left corner and navigating to General settings.
Connect Blink to Slack
In the General Settings, click the ‘Connect to Slack’ button.
Grant Slack Permissions
A dialog window will open asking for permissions: “Blink is requesting permission to access the Blink Ops Slack Workspace.”
Confirm Slack Integration
Click ‘Allow’. Once confirmed, your account will display as ‘Connected to Slack’.
Add 'Ask a Question via Slack' Action
In the Workflow Editor, open the inline action panel and search for the “Ask a Question via Slack” action. Alternatively, drag the action into the step.
Configure Action Parameters
Enter the following parameters in your step:
Parameter | Description |
---|---|
To | The recipient’s email address or the name of a Slack channel. |
Question | The question to be answered. |
Answers | Possible answers separated by commas. |
Response message | Message the recipient will receive after responding. |
Thread timestamp (only if sent to a channel) | The channel’s timestamp. |
Keep question after user response | Retains the question and the response in the channel after submission. |
Include user info | Includes the user’s info with their response. |
Add Answer in free text | Allows recipient to enter a free-text answer. |
Timeout in minutes (optional) | The time limit for the recipient to respond. |
Default timeout response (optional) | The fallback response if the user does not reply before the timeout. |
Create or Select Slack Connection
Click Connection required in the top-right corner of your Step. If a Slack connection already exists, select it from the list. Otherwise, click to create a new one by selecting Slack connection and follow the instructions in the Slack connection guideline. Once complete, click Create connection.
Run the Workflow to Send the Question
Proceed by running your Workflow to send the question to Slack.
While the user is waiting for a response, the Step output will display Workflow execution paused. The recipient will receive a Slack notification, answer the question, and the Workflow will continue based on their response.
Question Appears in Slack
Your question will now be visible in the recipient’s Slack interface.
View the Slack Response in the Workflow
Navigate back to your Workflow to view the response received from Slack in the step output.
The advanced version of Ask a Question via Slack functions exactly like the standard version but includes additional fields for capturing structured responses.
The answer
value will be found at:
{{steps.Sn.output.values.answer}}
The optional reason
field, if included and filled by the recipient, will be found at:
{{steps.Sn.output.values.reason}}