
Slack History
CertifiedFetch Slack channel history
Slack History
Fetch Slack channel history
Streams channel messages within optional time bounds into internal storage. Supports pagination and counts fetched messages.
type: io.kestra.plugin.slack.app.conversations.HistoryExamples
Fetch recent messages from a channel
id: slack_fetch_history
namespace: company.team
tasks:
- id: fetch_history
type: io.kestra.plugin.slack.app.conversations.History
token: "{{ secret('SLACK_TOKEN') }}"
channel: "C1234567890"
Properties
channel *Requiredstring
Channel ID
Channel whose history to export; Slack channel ID. To get the channel ID, right click on the channel name in Slack and select 'Copy Link'. The ID is the last part of the URL.
token *Requiredstring
Slack token
inclusive booleanstring
falseInclude threaded messages
If true, returns thread messages as well; defaults to false.
latest string
Latest timestamp
Inclusive upper bound (Instant) converted to Slack ts.
oldest string
Oldest timestamp
Inclusive lower bound (Instant) converted to Slack ts.
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
Outputs
size integer
Number of messages fetched
uri string
uriURI of stored messages file
Metrics
records counter
The number of messages fetched.