SlackChannelConfigurationInput
No description
type SlackChannelConfigurationInput { enabled: Boolean name: String hookURL: String triggers: SlackTriggersConfigurationInput}
#
Fieldsenabled
(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
(SlackTriggersConfigurationInput
)#
triggers are the filters of types of comments that will be sent to the correlated channel