Slack: Reply to Message logo

Catalog action Integrations slack

Reply to a specific message in a Slack thread via native OAuth integration. Creates a threaded reply using the parent message timestamp. Ideal for: threaded discussions, follow-up alerts, conversational workflows.

At a Glance

FieldValue
Action IDslack-reply-to-message
CategoryIntegrations
Connectorslack
Requires gasNo
Funds movementNone declared
Tagsslack, messaging, notification, write, chat

Payload Schema

FieldTypeRequiredDescription
channelstringYesChannel ID where the thread exists
textstringYesReply message text. Supports Markdown: bold, italic, 'code', links
thread_tsstringYesTimestamp of the parent message to reply to
unfurl_linksbooleanNoEnable link unfurling (default: false)
unfurl_mediabooleanNoEnable media unfurling (default: false)

Result Schema

FieldTypeRequiredDescription
successbooleanYes-
dataobjectNo-

Examples

json
{ "type": "slack-reply-to-message", "payload": { "channel": "example-channel", "text": "Workflow completed", "thread_ts": "example-thread_ts" }, "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