channelCreate Mutation
Creates a new channel.
Triggers the following webhook events:
- CHANNEL_CREATED (async): A channel was created.
channelCreate(
input: ChannelCreateInput!
): ChannelCreate
Show return type
Arguments
input ● ChannelCreateInput!
Fields required to create channel.
Type
ChannelCreate
Creates a new channel.
Triggers the following webhook events:
- CHANNEL_CREATED (async): A channel was created.