Click or drag to resize

ISlackNotifyChannelsCreate Method

Creates a new Slack channel.

Namespace:  NetQuarry.Services.Slack
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
Channel ChannelsCreate(
	string channelName
)

Parameters

channelName
Type: SystemString
The name of the new channel

Return Value

Type: Channel
The newly created channel.
See Also