Skip to main content

ChannelActivate Object

Activate a channel.

Requires the MANAGE_CHANNELSpermission.

Triggers the following webhook events:

  • CHANNEL_STATUS_CHANGED (async): A channel was activated.
type ChannelActivate {
channel: Channel
channelErrors: [ChannelError!]! @deprecated
errors: [ChannelError!]!
}

Fields

channel ● Channel

Activated channel.

errors ● [ChannelError!]!

Show deprecated

Returned By

channelActivate mutation