Slack: Send Block Kit Message logo

Catalog action Integrations slack

Send a rich Block Kit message to a Slack channel using structured blocks. Supports sections, buttons, images, dividers, and more. Ideal for: rich notifications, interactive messages, formatted alerts, dashboard summaries.

At a Glance

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

Payload Schema

FieldTypeRequiredDescription
channelstringYesTarget channel ID, user ID, or group ID
blocksstringYesBlock Kit blocks as a JSON string array (see https://api.slack.com/block-kit\)
textstringNoFallback text for notifications and accessibility
thread_tsstringNoMessage timestamp to reply to (creates a thread)
unfurl_linksbooleanNoEnable link unfurling (default: false)
unfurl_mediabooleanNoEnable media unfurling (default: false)

Result Schema

FieldTypeRequiredDescription
successbooleanYesWhether the message was sent successfully
dataobjectNo-

Examples

json
{ "type": "slack-send-block-kit-message", "payload": { "channel": "example-channel", "blocks": "example-blocks" }, "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