Updated Notify_whatsapp (markdown)

master
Chris Caron 2025-02-21 17:02:06 -05:00
parent 6a5b265f7f
commit f52d9d80df
1 changed files with 4 additions and 0 deletions

@ -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