slackAppConfigSet

Sets the instance-wide Slack App configuration. This is used to connect your Spacelift installation to a Slack App that can be used for the Slack integration. Only available on Self-Hosted instances. Calling this mutation on a Spacelift SaaS account will result in an error.

Arguments

Returns

SlackAppConfig!
SlackAppConfig!
Collapse
  • clientId
    The client ID of the Slack App. Returns null when no Slack App is configured.
  • canUpdate
    Indicates whether the Slack App configuration can be modified via slackAppConfigSet and slackAppConfigDelete. This will return false if the Slack App config is provided via environment variables.
  • canDelete
    Indicates whether the Slack App configuration can be deleted via slackAppConfigDelete