Slack Message Reaction Add Block
Add reactions to Slack messages within Scout workflows
The Slack Message Reaction Add block enables users to automate the addition of emoji reactions to messages in Slack channels or threads. This can be used for signaling approval, acknowledgment, or other interactions that require a reaction.
Configuration (Required)
Select which Slack workspace to post to. This field is optional and defaults to an empty string.
The ID of the channel to post the message to. This field supports Jinja templating for dynamic channel ID assignment.
The ID of the thread to post the message to. This field supports Jinja templating and defaults to an empty string.
The name of the emoji to add as a reaction. This field supports Jinja templating for dynamic emoji selection.
Outputs
The block outputs the response from the Slack API after attempting to add the reaction. This response includes details about the success or failure of the reaction addition.
Usage Context
Use this block to automate the addition of emoji reactions to messages in Slack channels or threads. This can be used for signaling approval, acknowledgment, or other interactions that require a reaction.
Best Practices
- Ensure the ‘channel_id’ and ‘thread_id’ are correctly set to target the desired message.
- Verify that the ‘emoji_name’ is a valid Slack emoji to ensure the reaction is added successfully.
- Use Jinja templating to dynamically set ‘channel_id’, ‘thread_id’, and ‘emoji_name’ based on workflow context.