Skip to main content
Version: 3.x

channelActivate

Activate a channel.

Requires MANAGE_CHANNELSpermission.

Triggers the following webhook events:

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

Arguments

channelActivate.id ● ID! non-null scalar

ID of the channel to activate.

Type

ChannelActivate object

Activate a channel.

Requires MANAGE_CHANNELSpermission.

Triggers the following webhook events:

  • CHANNEL_STATUS_CHANGED (async): A channel was activated.

Was this page helpful?