Skip to main content

channelCreate Mutation

Creates a new channel.

Requires the MANAGE_CHANNELSpermission.

Triggers the following webhook events:

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

Arguments

input ● ChannelCreateInput!

Fields required to create channel.

Type

ChannelCreate

Creates a new channel.

Requires the MANAGE_CHANNELSpermission.

Triggers the following webhook events:

  • CHANNEL_CREATED (async): A channel was created.