From cd3e1d9dcccd2b9548f8f3f2accc80872779a80f Mon Sep 17 00:00:00 2001 From: hagaetc <32701246+hagaetc@users.noreply.github.com> Date: Thu, 11 Apr 2024 15:43:23 +0300 Subject: [PATCH 1/2] Update alerts.md --- docs/app/alerts.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/docs/app/alerts.md b/docs/app/alerts.md index ca7560e5..c69afe61 100644 --- a/docs/app/alerts.md +++ b/docs/app/alerts.md @@ -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 have 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) From 9b9e1940e08155e3b37331a009f72fffa10ba59b Mon Sep 17 00:00:00 2001 From: hagaetc <32701246+hagaetc@users.noreply.github.com> Date: Thu, 11 Apr 2024 15:44:42 +0300 Subject: [PATCH 2/2] Update alerts.md --- docs/app/alerts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app/alerts.md b/docs/app/alerts.md index c69afe61..c7ee03e0 100644 --- a/docs/app/alerts.md +++ b/docs/app/alerts.md @@ -145,7 +145,7 @@ Validation of the webhook format can be done at [Webhook.site](https://webhook.s ### Slack Support via Webhook -Following these simple steps you have get query results posted directly in Slack at your desired frequency. +Following these simple steps you get query results posted directly in Slack at your desired frequency. 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`