From 44899f0963d7622f0a25b235190845e504ff094f Mon Sep 17 00:00:00 2001 From: lead2gold Date: Fri, 9 Mar 2018 18:08:48 -0500 Subject: [PATCH] Updated Notify_ifttt (markdown) --- Notify_ifttt.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notify_ifttt.md b/Notify_ifttt.md index e43208c..e4ef0e7 100644 --- a/Notify_ifttt.md +++ b/Notify_ifttt.md @@ -38,9 +38,9 @@ There may be cases where you simply don't want to pass a notification message to | Event | Yes | This is the **Event Name** you assigned to the Applet you created. This is the event plan on triggering through the webhook. #### Example -Send a discord notification: +Send a IFTTT notification: ```bash # Assuming our {WebhookID} is b1lUk7b9LpGakJARKBwRIZ # Assuming our {Event} is sms_message -notify discord:///b1lUk7b9LpGakJARKBwRIZ@sms_message +notify ifttt:///b1lUk7b9LpGakJARKBwRIZ@sms_message ```