Template variables explained
Make every reminder personal with dynamic variables.
3 min read
What are variables?
Variables are placeholders that automatically fill in with real information when the reminder is sent.
Instead of writing "Dear Customer", you can write "Dear {client_name}" and we'll insert the actual client's name.
Available variables
Client information
Payment information
Your business
Links
Example template
Subject: Payment reminder from {business_name}
Body:
Hi {client_name},
This is a friendly reminder that your payment of {amount} is due on {due_date}.
You can pay securely online here: {payment_link}
Thanks,
{your_name}
Tips
- Always test your template with a preview
- Keep messages short and clear
- Include the payment link so clients can pay easily
Related: Customising reminder messages
Was this article helpful?