create_channel
Create new Slack channels for team collaboration, with options for public or private visibility to organize workspace communication.
Instructions
Create a new Slack channel.
Args:
name: Name for the new channel (max 80 chars, lowercase,
no spaces, use hyphens instead)
is_private: Whether to create a private channel. Default: False
Returns:
Dictionary containing the created channel's details
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| is_private | No |