8.1Discord and Slack notifications

Paste an incoming webhook URL into a project and your channel sees every push as it happens.

Section 1 of 4 in this chapter

This is the highest-value two minutes in the product. A channel that shows every push — who, which branch, and the message as written — replaces an entire genre of "has anyone pushed the thing yet".

  1. 1

    Create an incoming webhook

    In Discord: Channel Settings → Integrations → Webhooks → Copy Webhook URL. In Slack: create an incoming webhook for the channel you want.

  2. 2

    Paste it into the project

    In the dashboard, open the project's Settings → Notifications and add the URL. The provider is detected from it, so there is nothing to choose.

  3. 3

    Push something

    The channel gets the commit as it lands.

Notifications are configured per project, so a team channel and a publishing channel can watch different games — or the same game at different volumes.

Was this helpful?

Back to top