Skip to main content
A section configuring optional external services BuildBuddy can integrate with, like Slack.
This section is optional.

Configuration Options

Slack Integration

slack
object
A section configuring Slack integration.
slack.webhook_url
string
required
A webhook url to post build update messages to.

Getting a webhook url

For more instructions on how to get a Slack webhook url, see the Slack webhooks documentation.

Example Configuration

config.yaml
integrations:
  slack:
    webhook_url: "https://hooks.slack.com/services/AAAAAAAAA/BBBBBBBBB/1D36mNyB5nJFCBiFlIOUsKzkW"

Build docs developers (and LLMs) love