Skip to main content
Version: 3.x

channelCreate

Creates new channel.

Requires MANAGE_CHANNELSpermission.

Triggers the following webhook events:

  • CHANNEL_CREATED (async): A channel was created.
channelCreate(
input: ChannelCreateInput!
): ChannelCreate

Arguments

channelCreate.input ● ChannelCreateInput! non-null input

Fields required to create channel.

Type

ChannelCreate object

Creates new channel.

Requires MANAGE_CHANNELSpermission.

Triggers the following webhook events:

  • CHANNEL_CREATED (async): A channel was created.

Was this page helpful?