From f52d9d80df0c10e32dcb988473c1f65869d16c4e Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Fri, 21 Feb 2025 17:02:06 -0500 Subject: [PATCH] Updated Notify_whatsapp (markdown) --- Notify_whatsapp.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Notify_whatsapp.md b/Notify_whatsapp.md index 662003a..bf076fe 100644 --- a/Notify_whatsapp.md +++ b/Notify_whatsapp.md @@ -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