1# DokuWiki Webex Teams Notifier
2
3A DokuWiki plugin that notifies a Webex Teams Webhook of wiki edits.
4
5## Dependency
6
7This tool depends on php-curl (and by that also curl).
8
9## Install
10
11See instructions at: https://www.dokuwiki.org/plugin:webexteamsnotifier
12
13Or simply clone the repository into your DokuWiku plugins folder:
14
15```
16$ git clone https://github.com/greldinard/dokuwiki-rocketchat-integration.git /var/lib/dokuwiki/lib/plugins/webexteamsnotifier
17```
18
19Set the right permissions for your webserver.
20
21## Configure
22
231. Create an Incoming Webhook on Webex Teams, according to https://apphub.webex.com/teams/applications/incoming-webhooks-cisco-systems
24
252. Enter the webhook into the Webex Teams configuration section in DokuWiki's Configuration Settings.
26
273. Optionally set notifications only for a set of namespaces in the respective configuration section.
28
29## Example
30
31
32![Example notification](https://github.com/greldinard/dokuwiki-webex-teams-integration/raw/master/example.png)
33