From 99ab1a82a648331180ac56d6f34044c766391770 Mon Sep 17 00:00:00 2001 From: lcdtyph Date: Fri, 2 Aug 2019 20:59:35 +0800 Subject: [PATCH] Add support link for ifttt webhooks notify --- notify.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/notify.md b/notify.md index a8a56cb..e5dce2c 100644 --- a/notify.md +++ b/notify.md @@ -229,4 +229,6 @@ export IFTTT_CONTENT_KEY="value2" 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. \ No newline at end of file +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