
Slack Info
CertifiedGet Slack channel details
Slack Info
Certified
Get Slack channel details
Retrieves metadata for a conversation. Optionally includes locale. Requires the channel ID.
yaml
type: io.kestra.plugin.slack.app.conversations.InfoExamples
Get information about a channel
yaml
id: slack_channel_info
namespace: company.team
tasks:
- id: get_channel_info
type: io.kestra.plugin.slack.app.conversations.Info
token: "{{ secret('SLACK_TOKEN') }}"
channel: "C1234567890"
Properties
channel *Requiredstring
Channel ID
Slack channel ID to describe (e.g., C123...).
token *Requiredstring
Slack token
includeLocale booleanstring
Default
falseInclude locale flag
Set to true to include locale; defaults to false.
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
Outputs
id *Requiredstring
Channel ID
created string
Format
date-timeCreated at
isArchived boolean
Is archived
isChannel boolean
Is channel
isGeneral boolean
Is general
isGroup boolean
Is group
isInstantMessage boolean
Is instant message
isMultiPersonInstantMessage boolean
Is multi-person IM
isPrivate boolean
Is private
name string
Channel name
purpose
Channel purpose
Definitions
Conversation topic/purpose output
creatorstring
Creator ID
lastSetstring
Format
date-timeLast set timestamp
valuestring
Value
topic
Channel topic
Definitions
Conversation topic/purpose output
creatorstring
Creator ID
lastSetstring
Format
date-timeLast set timestamp
valuestring
Value