Skip to main content

ChannelCreate Object

Creates a new channel.

Requires the MANAGE_CHANNELSpermission.

Triggers the following webhook events:

  • CHANNEL_CREATED (async): A channel was created.
type ChannelCreate {
channelErrors: [ChannelError!]! @deprecated
errors: [ChannelError!]!
channel: Channel
}

Fields

errors ● [ChannelError!]!

channel ● Channel

Show deprecated

Returned By

channelCreate mutation