Slack: List Thread Replies logo

Catalog action Integrations slack

List all replies in a Slack message thread via native OAuth integration. Returns the parent message and all threaded replies. Supports pagination. Ideal for: thread monitoring, conversation analysis, reply tracking, thread summaries.

At a Glance

FieldValue
Action IDslack-list-replies
CategoryIntegrations
Connectorslack
Requires gasNo
Funds movementNone declared
Tagsslack, messaging, read, chat

Payload Schema

FieldTypeRequiredDescription
channelstringYesChannel ID containing the thread
tsstringYesTimestamp of the parent message
limitnumberNoMax replies to return (default: 200, max: 1000)
cursorstringNoPagination cursor for next page

Result Schema

FieldTypeRequiredDescription
successbooleanYes-
dataobjectNo-

Examples

json
{ "type": "slack-list-replies", "payload": { "channel": "example-channel", "ts": "example-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