From f1f2e9d12437e11571f2040f13b5b4c08b2aa650 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Tue, 12 Feb 2019 19:39:05 -0500 Subject: [PATCH] Updated Notify_ifttt (markdown) --- Notify_ifttt.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/Notify_ifttt.md b/Notify_ifttt.md index d95f577..0b7492c 100644 --- a/Notify_ifttt.md +++ b/Notify_ifttt.md @@ -20,22 +20,14 @@ In the above example the **WebhookID** is ```b1lUk7b9LpGakJARKBwRIZ```. You will ### Syntax Valid syntaxes are as follows: * **ifttt**://**{WebhookID}**@**{Event}**/ -* **ifttt**://**{WebhookID}**@**{Event}**/**{Value1}**/ -* **ifttt**://**{WebhookID}**@**{Event}**/**{Value1}**/**{Value2}**/**{Value3}**/ +* **ifttt**://**{WebhookID}**@**{Event1}**/**{Event2}**/**{EventN}**/ -By default you don't need to specify or override an ingredient (these are the **{{ValueX}}** entries). So the standard URL ```ifttt://{WebhookID}/{Event}/``` should work for everyone. By default the Notification you specify gets mapped to the Applet ingredients so: -* **{{Value1}}** = Notification Title -* **{{Value2}}** = Notification Body -* **{{Value3}}** = Notification Message Type (the text 'info', 'critical', etc) - -There may be cases where you simply don't want to pass a notification message to your IFTTT web hook, You're goal is to just trigger the event (maybe it's going to flip a light switch for example). You can over-ride values like so (this disables the value entries - note that they must be lower-case!): -* **ifttt**://**{WebhookID}**@**{WebhookToken}**/**?value1=&value2=&value3=** ### Parameter Breakdown | Variable | Required | Description | ----------- | -------- | ----------- | WebhookID | Yes | Your webhooks API Key you got from [the settings area of the webhooks service itself](https://ifttt.com/services/maker_webhooks) -| Event | Yes | This is the **Event Name** you assigned to the Applet you created. This is the event plan on triggering through the webhook. +| Event | Yes | This is the **Event Name** you assigned to the Applet you created. You must at least pass in one of these. This is the event plan on triggering through the webhook. #### Example Send a IFTTT notification: