slack_thread

Reads a Slack thread using the Slack API method conversations.replies.

# Common configuration fields, showing default values
label: ""
slack_thread:
  bot_token: "" # No default (required)
  channel_id: "" # No default (required)
  thread_ts: "" # No default (required)

Fields

bot_token

Your Slack bot user’s OAuth token, which must have the correct permissions to read messages from the Slack channel specified in channel_id.

Type: string

channel_id

The encoded ID of the Slack channel from which to read threads. This field supports interpolation functions.

Type: string

thread_ts

The timestamp of the parent message of the thread you want to read. This field supports interpolation functions.

Type: string