Added the current payment link and templating for Invoice number and amount.
This commit is contained in:
parent
08c31a2e3f
commit
f0acbd0630
1 changed files with 2 additions and 2 deletions
|
|
@ -2,9 +2,9 @@
|
||||||
{
|
{
|
||||||
"docstatus": 0,
|
"docstatus": 0,
|
||||||
"doctype": "Email Template",
|
"doctype": "Email Template",
|
||||||
"modified": "2026-01-23 08:44:37.346188",
|
"modified": "2026-01-24 07:18:15.939258",
|
||||||
"name": "Customer Invoice",
|
"name": "Customer Invoice",
|
||||||
"response": "<div class=\"ql-editor read-mode\"><p>-- Copywriting goes here --</p><p>-- Customized Payment Link goes here -- </p></div>",
|
"response": "<div class=\"ql-editor read-mode\"><p>-- Copywriting goes here --</p><p>-- Customized Payment Link goes here --</p><p>-- In the meantime --</p><p>Invoice number: {{ name }}</p><p>Amount: {{ grand_total }}</p><p>https://sprinklersnorthwest.com/product/bill-pay/</p></div>",
|
||||||
"response_html": null,
|
"response_html": null,
|
||||||
"subject": "Your Invoice is Ready",
|
"subject": "Your Invoice is Ready",
|
||||||
"use_html": 0
|
"use_html": 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue