From 42b905a78750bbec7ce3ab457317f2fa0483b7b7 Mon Sep 17 00:00:00 2001 From: Dave Date: Tue, 23 Aug 2022 08:32:40 -0700 Subject: [PATCH] for the gchat notification proposed merge --- Send-notification-to-Gchat-channel-or-contact..md | 10 ++++++++++ _Footer.md | 1 - 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 Send-notification-to-Gchat-channel-or-contact..md delete mode 100644 _Footer.md diff --git a/Send-notification-to-Gchat-channel-or-contact..md b/Send-notification-to-Gchat-channel-or-contact..md new file mode 100644 index 0000000..58a2a0a --- /dev/null +++ b/Send-notification-to-Gchat-channel-or-contact..md @@ -0,0 +1,10 @@ +First, you have determine what the "webhook" URL is for the channel or contact you'd like to notify. +In the desktop app, the "manage webhooks" option in somewhat hidden under the "heading" for the channel or contact. +Select the channel/contact and look in the middle of the page for a left arrow, the name, and a down arrow. +Click on the down arrow, select "manage webhooks" and copy the URL to the clipboard. + +Here are the step to configure Gchat notify: + +`export SAVED_GCHAT_WEBHOOK_URL='paste your webbook url here'` + +`acme.sh --set-notify --notify-hook gchat` \ No newline at end of file diff --git a/_Footer.md b/_Footer.md deleted file mode 100644 index 136d063..0000000 --- a/_Footer.md +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file