Skip to main content

channelActivate Mutation

Activate a channel.

Requires the MANAGE_CHANNELSpermission.

Triggers the following webhook events:

  • CHANNEL_STATUS_CHANGED (async): A channel was activated.
channelActivate(
id: ID!
): ChannelActivate
Show return type

Arguments

id ● ID!

ID of the channel to activate.

Type

ChannelActivate

Activate a channel.

Requires the MANAGE_CHANNELSpermission.

Triggers the following webhook events:

  • CHANNEL_STATUS_CHANGED (async): A channel was activated.