Create Channel
  • 25 Jan 2023
  • 1 Minute to read
  • Dark
    Light

Create Channel

  • Dark
    Light

Article summary

Step Details

Introduced in Version4.0.0
Last Modified in Version7.12.0
LocationIntegration > Slack Messenger

The Create Channel step allows a user to create a public or private channel. The name for the channel can only contain lowercase letters, numbers, hyphens and underscores.



Properties

Inputs

PropertyDescriptionData Type
Channel Name
Desired name for the new channel
String
Private
Optional setting which sets a channel to privateString

Outputs

PropertyDescriptionData Type
Error


Error infoString containing the HTTPErrorCode along with an Error Message returned.String
Result


RESULTOutput containing the configuration information for the channel created in SlackString

Example Inputs and Outputs

InputPrivateOutput
example-channelFalseNew public channel created in Slack labeled example-channel'
example-channel
TrueNew private channel created in Slack labeled example-channel'
example-channelNull ValueError info returned
Example!-Channel#TrueError info returned
Null Value6Error info returned
Empty String6Error info returned


Common Errors

Invalid Name Specials

Slack channels have specific naming requirements that need to be met in order to be accepted. A list of requirements can be found here.


Related Information

Related Articles:

Slack Module


Was this article helpful?