Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Create Channel

Prev Next

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.


Prerequisites

The step requires the Slack Module to be installed before it will be available in the toolbox.


Properties

Inputs

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

Outputs

PropertyDescriptionData Type
Error


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


RESULTOutput containing the configuration information for the channel created in SlackSlackChannel

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