...
Info |
---|
The “url” parameter currently only works when the reminder is sent automatically by the scheduled task, not when it’s sent manually. The “Enable payment link” also have to checked on the app object for the link to work. This is done by BRP staff. |
Example (email template)
Code Block |
---|
<html><body> Due date: ${dueDate}<br><br> Invoice number: ${invoiceNumber}<br><br> OCR number: ${ocrNumber}<br> Amount: ${amount}<br> Left to pay: ${leftToPay}<br> Reminder fee: ${fee}<br><br> <a href="${url}"> Pay your invoice</a><br> <a href="${myPagesLink}"> Check your Invoices</a><br> </body></html> |
...