mirror of https://github.com/caronc/apprise
Updated Notify_whatsapp (markdown)
parent
6a5b265f7f
commit
f52d9d80df
|
@ -25,6 +25,10 @@ The templates you generate allow you to specify `{{1}}` and `{{2}}`, etc which a
|
|||
|
||||
If you wish to assign the `body` or `type` from Apprise, these special keywords are specified instead with the `:` (colon) prefix providing the mapping/over-ride. For example: `?:body=1` would be accepted and would assign `{{1}}` the contents of the `body` passed into Apprise.
|
||||
|
||||
**Additional Template Notes**
|
||||
1. The template header must be set to either '' (empty) or assigned content.
|
||||
2. Variables in the message body, if any, must use the number format, e.g. `{{1}}`, as opposed to the named variables format, e.g. `{{order_id}}`
|
||||
|
||||
#### Example
|
||||
Send a WhatsApp Notification:
|
||||
```bash
|
||||
|
|
Loading…
Reference in New Issue