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