AgentLoops
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

VariableTypeRequiredDescription
credentialIdCredentialYesThe Slack credential to use for reading messages.
channelIdstringYesThe ID of the Slack channel to read from.
maxResultsnumberNoThe maximum number of messages to retrieve. Default: 10.
fetchFullThreadsbooleanNoFetch all replies for each message in a thread.
ignoreBotMessagesbooleanNoExclude messages sent by bots.
dateRangestringNoFilter messages by time range (e.g., "1d", "7d", "custom").
startDatestringNoStart date for custom date range.
endDatestringNoEnd date for custom date range.

On this page