diff --git a/22.Set-notification-for-Gchat-channel-or-contact..md b/22.Set-notification-for-Gchat-channel-or-contact..md new file mode 100644 index 0000000..e8c355c --- /dev/null +++ b/22.Set-notification-for-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