App Logo
slack.com

Create Slack channel

Create a new channel. The name is normalized to Slack's rules (lowercased, spaces/invalid chars → hyphens, max 80 chars) so 'test 123' becomes 'test-123'. Pass isPrivate for a private channel. Returns the new channel's id and (normalized) name. Requires login (and permission to create channels).

Input

name required

Channel name (lowercase, hyphens; Slack normalizes it).

isPrivate optional

Create a private channel. Default false.

workspaceDomain optional

Workspace host. Defaults to the active workspace.

Output

id required
ok required
name required
is_private optional

Start building not clicking