create_channel
Creates a new channel for a company, enabling team communication. Provide the channel name and company ID, and optionally set visibility, password, membership, and writable permissions.
Instructions
Creates a new channel in a company.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Channel type (public, private, closed) | |
| visible | No | Whether the channel is visible to non-members | |
| password | No | Optional password for the channel | |
| writable | No | Whether members can write messages | |
| company_id | Yes | Company ID to create the channel in | |
| inviteable | No | Whether members can invite others | |
| description | No | Optional channel description | |
| channel_name | Yes | Name of the new channel | |
| show_activities | No | Show activities in the channel | |
| show_membership_activities | No | Show membership activities |