diff options
Diffstat (limited to 'doc/snac.1')
| -rw-r--r-- | doc/snac.1 | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -410,6 +410,14 @@ You can obtain an API Token by connecting to the following URL: | |||
| 410 | https://$SNAC_HOST/oauth/x-snac-get-token | 410 | https://$SNAC_HOST/oauth/x-snac-get-token |
| 411 | .Ed | 411 | .Ed |
| 412 | .Pp | 412 | .Pp |
| 413 | .Ss Webhook for notifications | ||
| 414 | Since version 2.78, users can set the URL to a webhook that will receive | ||
| 415 | an HTTP POST with every notification (in JSON format). This can be used to | ||
| 416 | implement some automation whenever a new activity happens. The | ||
| 417 | .Pa examples/ | ||
| 418 | subdirectory contains a tiny Python program that implements an auto-follower | ||
| 419 | for every new follow. | ||
| 420 | .Pp | ||
| 413 | .Sh ENVIRONMENT | 421 | .Sh ENVIRONMENT |
| 414 | .Bl -tag -width Ds | 422 | .Bl -tag -width Ds |
| 415 | .It SNAC_BASEDIR | 423 | .It SNAC_BASEDIR |