
Slack Members
CertifiedList members of a Slack channel
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.MembersExamples
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 *Requiredstring
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.
token *Requiredstring
Slack token
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
Outputs
size integer
Number of members fetched
uri string
Format
uriURI of stored members file
Metrics
records counter
The number of members fetched.