SlackChannelConfigurationInput
No description
input SlackChannelConfigurationInput {
enabled: Boolean
name: String
hookURL: String
triggers: SlackTriggersConfigurationInput
}
Fields
SlackChannelConfigurationInput.enabled
● Boolean
scalar
enabled is whether this Slack channel is enabled to send comments to its correlated web hook
SlackChannelConfigurationInput.name
● String
scalar
name is the name assigned to the Slack channel
SlackChannelConfigurationInput.hookURL
● String
scalar
hookURL defines the URL that comments will be sent to
SlackChannelConfigurationInput.triggers
● SlackTriggersConfigurationInput
input
triggers are the filters of types of comments that will be sent to the correlated channel
Member Of
SlackConfigurationInput
input