Slack History

Slack History

Certified

Fetch Slack channel history

Streams channel messages within optional time bounds into internal storage. Supports pagination and counts fetched messages.

yaml
type: io.kestra.plugin.slack.app.conversations.History

Fetch recent messages from a channel

yaml
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 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.

Slack token

Defaultfalse

Include threaded messages

If true, returns thread messages as well; defaults to false.

Latest timestamp

Inclusive upper bound (Instant) converted to Slack ts.

Oldest timestamp

Inclusive lower bound (Instant) converted to Slack ts.

Reference (ref) of the pluginDefaults to apply to this task.

Number of messages fetched

Formaturi

URI of stored messages file

The number of messages fetched.