Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Update alerts.md #466

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions docs/app/alerts.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,17 @@ Validation of the webhook format can be done at [Webhook.site](https://webhook.s

## Integration with Third-Party Apps

### Slack Support
### Slack Support via Webhook

The webhook alert type supports posting directly to Slack. Users should:
Following these simple steps you get query results posted directly in Slack at your desired frequency.

1. Create a [Slack app](https://api.slack.com/apps) and activate "Incoming Webhooks."
2. Paste the Slack hook URL into the Alert configuration.
3. The help text below the field should indicate that a Slack URL has been detected:
1. Click Create `Create New App` on your [Slack app page](https://api.slack.com/apps).
2. Choose `From scratch` and give your alert a name, pick the workspace and click `Create App`
3. Then click "Incoming Webhooks" and activate with the top right toggle.
4. Click `Add New Webhook to Workspace` at the bottom of the page.
5. Select the Slack channel you want the alert to go to.
6. Copy the Slack Webhook URL and paste it into the Dune Alert configuration.
7. The help text below the field should indicate that a Slack URL has been detected:

![Slack Setup](./images/alerts/slack_setup.png)

Expand Down