Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
macedojleo authored May 3, 2020
1 parent 747fbb9 commit 443aac8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,15 @@ Log files are generated by BDH process only in deamon mode and it stores piece o

### [Configure Webhook App for Slack](#webhook)

You need to configure **WebHook** to allow **Slack** receives incoming messages. [here](https://api.slack.com/incoming-webhooks) you can find the procedure to get your webhook URL for slack and change the variable **SlackWebHook** in BDH using the URL you got.
You need configure the **WebHook** to allow **Slack** receives incoming messages.

1. Access incoming-webhooks page [Here](https://api.slack.com/incoming-webhooks) and follow the instructions to enable incoming messages for slack workspace and get the Webhook URL needs to configure BDH.

2. Change the variable **SlackWebHook** in BDH file using the Webhook URL you got previously.

SlackWebHook="INSERT YOUR WEBHOOK URL HERE"

3. Run BDH in [deamon mode](#automatic)

## [Author](#author)

Expand Down

0 comments on commit 443aac8

Please sign in to comment.