Slack Members

Slack Members

Certified

List members of a Slack channel

Streams member IDs for a channel into internal storage and emits a count.

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

List all members in a channel

yaml
id: slack_list_members
namespace: company.team

tasks:
  - id: list_members
    type: io.kestra.plugin.slack.app.conversations.Members
    token: "{{ secret('SLACK_TOKEN') }}"
    channel: "C1234567890"
Properties

Channel ID

Channel whose members to list; provide the 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

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

Number of members fetched

Formaturi

URI of stored members file

The number of members fetched.