Slack: Update Message logo

Catalog action Integrations slack

Update an existing Slack message via native OAuth integration. Replaces the text content of a previously posted message. Ideal for: status updates, live dashboards, correcting messages, progress indicators.

At a Glance

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

Payload Schema

FieldTypeRequiredDescription
channelstringYesChannel ID containing the message
tsstringYesTimestamp of the message to update
textstringYesNew message text. Supports Markdown: bold, italic, 'code', links

Result Schema

FieldTypeRequiredDescription
successbooleanYes-
dataobjectNo-

Examples

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