diff options
| -rw-r--r-- | doc/snac.1 | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -417,7 +417,8 @@ https://$SNAC_HOST/oauth/x-snac-get-token | |||
| 417 | .Ss Webhook for notifications | 417 | .Ss Webhook for notifications |
| 418 | Since version 2.78, users can set the URL to a webhook that will receive | 418 | Since version 2.78, users can set the URL to a webhook that will receive |
| 419 | an HTTP POST with every notification (in JSON format). This can be used to | 419 | an HTTP POST with every notification (in JSON format). This can be used to |
| 420 | implement some automation whenever a new activity happens. The | 420 | implement some automation whenever a new activity happens, like autorepliers |
| 421 | or chatbots or whatever. The | ||
| 421 | .Pa examples/ | 422 | .Pa examples/ |
| 422 | subdirectory contains a tiny Python program that implements an auto-follower | 423 | subdirectory contains a tiny Python program that implements an auto-follower |
| 423 | for every new follow. | 424 | for every new follow. |