Slack: Add Reaction logo

Catalog action Integrations slack

Add an emoji reaction to a Slack message via native OAuth integration. Reacts with the specified emoji to the target message. Ideal for: message acknowledgment, automated approvals, status indicators, triage workflows.

At a Glance

FieldValue
Action IDslack-add-reaction
CategoryIntegrations
Connectorslack
Requires gasNo
Funds movementNone declared
Tagsslack, messaging, write, chat

Payload Schema

FieldTypeRequiredDescription
channelstringYesChannel ID containing the message
timestampstringYesTimestamp of the message to react to
namestringYesEmoji name without colons (e.g., thumbsup, rocket, white_check_mark)

Result Schema

FieldTypeRequiredDescription
successbooleanYes-
dataobjectNo-

Examples

json
{ "type": "slack-add-reaction", "payload": { "channel": "example-channel", "timestamp": "2026-04-25T12:00:00Z", "name": "example-name" }, "children": [], "connector": { "type": "slack", "id": "conn_slack" }}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I