Last Updated: Nov 4, 2020
Use this function to create a new conversation in the slack application with the given valid details.
Create Conversation (token, channel_name, is_private)
Input Parameter Name | Description |
---|---|
token | Authentication token |
channel_name | Name of the channel to be created |
is_private |
|
Return Value | Description |
---|---|
Output |
|
Create Conversation (ABCDE, New_Channel, True)
Channel names can only contain lowercase letters, numbers, hyphens, and underscores, and must be 80-characters or less. The submitted channel name will be validated and modified to meet these criteria.
To view all the Slack functions, click here.