Skip to main content

SlackChannel

No description

type SlackChannel {  enabled: Boolean!  name: String  hookURL: String  triggers: SlackChannelTriggers!}

Fields#

enabled (Boolean!)#

enabled is whether this Slack channel is enabled to send comments to its correlated web hook

name (String)#

name is the name assigned to the Slack channel

hookURL (String)#

hookURL defines the URL that comments will be sent to

triggers (SlackChannelTriggers!)#

triggers are the filters of types of comments that will be sent to the correlated channel