Slack Conversations

Slack Conversations

Certified

List a user's Slack conversations

Fetches channels the user belongs to, filtered by type and archived flag, and stores results to internal storage.

yaml
type: io.kestra.plugin.slack.app.users.Conversations

List all channels a user is in

yaml
id: slack_user_conversations
namespace: company.team

tasks:
  - id: get_user_channels
    type: io.kestra.plugin.slack.app.users.Conversations
    token: "{{ secret('SLACK_TOKEN') }}"
    user: "U1234567890"
Properties

Slack token

Defaultfalse

Exclude archived channels

If true, archived conversations are omitted. Default false.

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

SubTypestring
Default["PUBLIC_CHANNEL"]
Possible Values
PUBLIC_CHANNELPRIVATE_CHANNELMPIMIM

Conversation types

List of types to include (public_channel, private_channel, mpim, im).

User ID (optional)

User to query; defaults to the authenticated user.

Number of conversations fetched

Formaturi

URI of stored conversations file

The number of conversations fetched.