From e3df9daaf2e0c591dcf69c206cef6543f98ba04e Mon Sep 17 00:00:00 2001 From: Luc <8822552+luc-github@users.noreply.github.com> Date: Sat, 15 Jan 2022 13:49:40 +0800 Subject: [PATCH] Update IFTTT.md Fix path for images --- wiki/IFTTT.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/wiki/IFTTT.md b/wiki/IFTTT.md index e0d82f09..9cfc4052 100644 --- a/wiki/IFTTT.md +++ b/wiki/IFTTT.md @@ -4,30 +4,30 @@ IFTTT Notification (https://ifttt.com) IFFT is a wrapper that allows several kind of notifications, please refer to https://platform.ifttt.com/docs 1 - If you do not have IFTTT account you can create for free to use up to 5 applets. -![](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/Notifications/IFTTT/accountCreation1.png) +![](https://github.com/luc-github/ESP3D/raw/2.1.x/wiki/images/Notifications/IFTTT/accountCreation1.png) 2 - Create New applet -![](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/Notifications/IFTTT/createWebHook1.png) +![](https://github.com/luc-github/ESP3D/raw/2.1.x/wiki/images/Notifications/IFTTT/createWebHook1.png) * Create new trigger - ![](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/Notifications/IFTTT/createWebHook2.png) + ![](https://github.com/luc-github/ESP3D/raw/2.1.x/wiki/images/Notifications/IFTTT/createWebHook2.png) * The trigger is a webhook - ![](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/Notifications/IFTTT/createWebHook3.png) + ![](https://github.com/luc-github/ESP3D/raw/2.1.x/wiki/images/Notifications/IFTTT/createWebHook3.png) * Choose Web request - ![](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/Notifications/IFTTT/createWebHook4.png) + ![](https://github.com/luc-github/ESP3D/raw/2.1.x/wiki/images/Notifications/IFTTT/createWebHook4.png) * Set the event name - ![](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/Notifications/IFTTT/createWebHook5.png) + ![](https://github.com/luc-github/ESP3D/raw/2.1.x/wiki/images/Notifications/IFTTT/createWebHook5.png) * Define the action you want - ![](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/Notifications/IFTTT/createWebHook6.png) + ![](https://github.com/luc-github/ESP3D/raw/2.1.x/wiki/images/Notifications/IFTTT/createWebHook6.png) * Select the service you want to use As you can see there are a lot, let use email as example, but you can select any one that fit your needs - ![](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/Notifications/IFTTT/createWebHook7.png) - ![](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/Notifications/IFTTT/createWebHook8.png) + ![](https://github.com/luc-github/ESP3D/raw/2.1.x/wiki/images/Notifications/IFTTT/createWebHook7.png) + ![](https://github.com/luc-github/ESP3D/raw/2.1.x/wiki/images/Notifications/IFTTT/createWebHook8.png) * Define the message IFTTT allows some variables: @@ -35,26 +35,26 @@ IFFT is a wrapper that allows several kind of notifications, please refer to htt - message from ESP3D --> value2 - ESP3D hostname --> value3 - ![](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/Notifications/IFTTT/createWebHook9.png) + ![](https://github.com/luc-github/ESP3D/raw/2.1.x/wiki/images/Notifications/IFTTT/createWebHook9.png) * Applet is created - ![](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/Notifications/IFTTT/createWebHook11.png) + ![](https://github.com/luc-github/ESP3D/raw/2.1.x/wiki/images/Notifications/IFTTT/createWebHook11.png) 3 - Retrieve the webhook key * Go to settings - ![](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/Notifications/IFTTT/createWebHook12.png) + ![](https://github.com/luc-github/ESP3D/raw/2.1.x/wiki/images/Notifications/IFTTT/createWebHook12.png) * Select service - ![](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/Notifications/IFTTT/manageservice.png) + ![](https://github.com/luc-github/ESP3D/raw/2.1.x/wiki/images/Notifications/IFTTT/manageservice.png) * Select webhook - ![](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/Notifications/IFTTT/manageservice1.png) + ![](https://github.com/luc-github/ESP3D/raw/2.1.x/wiki/images/Notifications/IFTTT/manageservice1.png) * Choose documentation - ![](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/Notifications/IFTTT/manageservice2.png) + ![](https://github.com/luc-github/ESP3D/raw/2.1.x/wiki/images/Notifications/IFTTT/manageservice2.png) * Copy the key - ![](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/Notifications/IFTTT/manageservice3.png) + ![](https://github.com/luc-github/ESP3D/raw/2.1.x/wiki/images/Notifications/IFTTT/manageservice3.png) 4 - Save the generate token and chatID in ESP3D, and set Telegram as notification supplier `[ESP610]type=IFTTT T1={event} T2={webhooks_key}` @@ -66,11 +66,11 @@ IFFT is a wrapper that allows several kind of notifications, please refer to htt 7 - Verify the workflow * Go to Applets - ![](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/Notifications/IFTTT/applets.png) + ![](https://github.com/luc-github/ESP3D/raw/2.1.x/wiki/images/Notifications/IFTTT/applets.png) * Select Activity - ![](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/Notifications/IFTTT/activity1.png) + ![](https://github.com/luc-github/ESP3D/raw/2.1.x/wiki/images/Notifications/IFTTT/activity1.png) * Select the flow to display - ![](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/Notifications/IFTTT/activity.png) + ![](https://github.com/luc-github/ESP3D/raw/2.1.x/wiki/images/Notifications/IFTTT/activity2.png) Note: This documentation is not exaustive due to huge features of IFTTT notifications service but base is always same :