Add support link for ifttt webhooks notify

master
lcdtyph 2019-08-02 20:59:35 +08:00
parent d44bd4a59b
commit 99ab1a82a6
1 changed files with 3 additions and 1 deletions

@ -230,3 +230,5 @@ acme.sh --set-notify --notify-hook ifttt
``` ```
The `IFTTT_API_KEY`, `IFTTT_EVENT_NAME`, `IFTTT_SUBJECT_KEY` and `IFTTT_CONTENT_KEY` will be saved in ~/.acme.sh/account.conf and will be reused when needed. The `IFTTT_API_KEY`, `IFTTT_EVENT_NAME`, `IFTTT_SUBJECT_KEY` and `IFTTT_CONTENT_KEY` will be saved in ~/.acme.sh/account.conf and will be reused when needed.
If there are any bugs for IFTTT Webhooks notify, please report here: https://github.com/Neilpang/acme.sh/issues/2421