Last Updated: Feb 14, 2022
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 |
|
- To know more about token, click here.
- Channel names can only contain lowercase letters, numbers, hyphens, and underscores, and must be 80-characters or less. The submitted channel name gets validated and modified to meet these criteria.
Return Value | Description |
---|---|
Output |
|
Create Conversation (xoxp-12QWERT, Sprints, True)
To view all the Slack functions, click here.