mirror of
https://github.com/caronc/apprise.git
synced 2024-12-04 22:11:25 +01:00
Updated Notify_ifttt (markdown)
parent
85c18988f8
commit
aafcea233f
@ -34,7 +34,7 @@ By default these are the the assign default template entries:
|
||||
| ----------- | -------- | -----------
|
||||
| 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. You must at least pass in one of these. This is the event plan on triggering through the webhook.
|
||||
| +Arg=Val | No | Add an additional **{Arg}** into the payload and assign it the value of **{Val}**. It's very important that your argument starts with a plus (**+**) symbol in order to use this option. Keep in mind that the **{Arg}** and it's corresponding **{Value}** you specify ARE case sensitive.
|
||||
| +Arg=Val | No | Add an additional **{Arg}** into the payload and assign it the value of **{Val}**. It's very important that your argument starts with a plus (**+**) symbol in order to use this option.
|
||||
| -Arg | No | This is useful if you want to eliminate one of the pre-defined arguments discussed below. You might want to include **?-value1&-value2** to just pass **value3** in the payload. It's very important that your argument starts with a hyphen/minus (**-**) symbol in order to use this option. As mentioned above, your payload will ALWAYS include **value1**, **value2**, and **value3** in it unless you specify otherwise.
|
||||
|
||||
#### Examples
|
||||
|
Loading…
Reference in New Issue
Block a user