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
Details
type ChannelCreate {
channelErrors: [ChannelError!]! @deprecated
errors: [ChannelError!]!
channel: Channel
}

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.