Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.92 KB

SLACK_SETUP.md

File metadata and controls

42 lines (26 loc) · 1.92 KB

Slack Channel Setup

Use this document to setup your Slack channel to receive alerts via Slack API. You need to login to your Slack app to configure incoming webhooks.

Follow following steps to configure Slack to receive alerts via Slack API.

  1. Go to https://slack-team-name.slack.com/apps

    Slack Apps Page

  2. Search for incoming webhooks app and click on the incoming webhooks.

    Search for Incoming Webhooks app

  3. This will take you to incoming webhooks page where you can configure channels to receive alerts via Slack API.

  4. Click on Add Configuration.

    Click on Add Configuration

  5. Choose a channel where you want to send Slack alerts and click on Add Incoming Webhooks Integration.

    Choose Slack channel

  6. After clicking on Add Incoming Webhooks Integration, you will be given instructions to send Slack alerts via Slack API.

    Instructions

  7. Click on Save Settings after making your changes.

  8. Update the Slack webhook_url in Java Config file and Python Config file with Webhook URL highlighted in instructions.

  9. Refer to Slack integration sample code.