Slack
Read Messages
Read messages from a Slack channel.
Read Messages
This node allows you to read messages from a Slack channel. You can fetch message history, filter by date, and optionally retrieve full thread replies.
Inputs
| Variable | Type | Required | Description |
|---|---|---|---|
credentialId | Credential | Yes | The Slack credential to use for reading messages. |
channelId | string | Yes | The ID of the Slack channel to read from. |
maxResults | number | No | The maximum number of messages to retrieve. Default: 10. |
fetchFullThreads | boolean | No | Fetch all replies for each message in a thread. |
ignoreBotMessages | boolean | No | Exclude messages sent by bots. |
dateRange | string | No | Filter messages by time range (e.g., "1d", "7d", "custom"). |
startDate | string | No | Start date for custom date range. |
endDate | string | No | End date for custom date range. |