Add Hipchat integration
This commit is contained in:
31
docs/hipchat.markdown
Normal file
31
docs/hipchat.markdown
Normal file
@@ -0,0 +1,31 @@
|
||||
Hipchat integration
|
||||
===================
|
||||
|
||||
Send notifications to a room
|
||||
-----------------------------
|
||||
|
||||
Example of notifications:
|
||||
|
||||

|
||||
|
||||
This feature use the room notification token system of Hipchat.
|
||||
|
||||
### Hipchat configuration
|
||||
|
||||

|
||||
|
||||
1. Go to to **My account**
|
||||
2. Click on the tab **Rooms** and select the room you want to send the notifications
|
||||
3. On the left, choose **Tokens**
|
||||
4. Enter a label, by example "Kanboard" and save
|
||||
|
||||
### Kanboard configuration
|
||||
|
||||

|
||||
|
||||
1. Go to **Settings > Integrations > Hipchat**
|
||||
2. Replace the API url if you use the self-hosted version of Hipchat
|
||||
3. Set the room name or the room API ID
|
||||
4. Copy and paste the token generated previously
|
||||
|
||||
Now, all Kanboard events will be sent to the Hipchat room.
|
||||
@@ -10,7 +10,7 @@ Example of notifications:
|
||||
|
||||
This feature use the [Incoming webhook](https://api.slack.com/incoming-webhooks) system of Slack.
|
||||
|
||||
### Configure Slack
|
||||
### Slack configuration
|
||||
|
||||

|
||||
|
||||
@@ -18,4 +18,4 @@ This feature use the [Incoming webhook](https://api.slack.com/incoming-webhooks)
|
||||
2. On the list of services, scroll-down and choose **DIY Integrations & Customizations > Incoming WebHooks**
|
||||
3. Copy the webhook url to the Kanboard settings page: **Settings > Integrations > Slack**
|
||||
|
||||
|
||||
Now, all Kanboard events will be sent to the Slack channel.
|
||||
|
||||
Reference in New Issue
Block a user