Skip to content

slack create-channel

Create Slack Channel

Description

Create a private/public slack channel

Synopsis

slack create-channel
    --name <name>
    --private

Arguments

name - (string)

     Channel name to create the channel
     Example: --name "slack-channel"
     Default: _None_      Attributes: required

private - (bool)

     Boolean if the channel is private or public
     Example: --private
     Default: _None_      Attributes: required

Examples

slack create-channel --name "slack-channel" --private

Access Control

To use this command, you need access to the following:

Field Value
Action "create"
Service Type "slack"
Service Instance
Namespace
Object Type "channel"
Object ID name

Please see Access Control for details.