diff --git a/Notify_ifttt.md b/Notify_ifttt.md index 7ff9102..45deb38 100644 --- a/Notify_ifttt.md +++ b/Notify_ifttt.md @@ -17,8 +17,11 @@ This effectively equates to: In the above example the **WebhookID** is ```b1lUk7b9LpGakJARKBwRIZ```. You will need this value! +**Note:** Apprise supports this URL _as-is_ (_as of v0.7.7_); you no longer need to parse the URL any further. However there is slightly less overhead (internally) if you do. + ### Syntax Valid syntaxes are as follows: +* `https://maker.ifttt.com/use/{WebhookID}` * **ifttt**://**{WebhookID}**@**{Event}**/ * **ifttt**://**{WebhookID}**@**{Event1}**/**{Event2}**/**{EventN}**/ * **ifttt**://**{WebhookID}**@**{Event}**/**?+NewArg=ArgValue**