SlackChannel
No description
type SlackChannel {
enabled: Boolean!
name: String
hookURL: String
triggers: SlackChannelTriggers!
}
Fields
SlackChannel.enabled
● Boolean!
non-null scalar
enabled is whether this Slack channel is enabled to send comments to its correlated web hook
SlackChannel.name
● String
scalar
name is the name assigned to the Slack channel
SlackChannel.hookURL
● String
scalar
hookURL defines the URL that comments will be sent to
SlackChannel.triggers
● SlackChannelTriggers!
non-null object
triggers are the filters of types of comments that will be sent to the correlated channel
Member Of
SlackConfiguration
object