Overdue Invoice Reminder
With workflows, you can automate actions like sending a copy of an invoice to a customer when it is generated.
Another common use case is sending a payment reminder when an invoice becomes overdue — that is, the due date has passed and the invoice remains unpaid.
To set this up, follow these steps:
Create a new workflow
Configure the trigger:
Module: Invoice
Event: Invoice Overdue Event
Add a trigger condition to ensure the invoice is still overdue before the reminder is sent:
Property: Invoice | Is Overdue
Operator: Equals
Value:
true
Optional: Add a "Wait" action if you want to delay the reminder (e.g. send it 5 days after the invoice becomes overdue):
Action type: Wait
Wait time: For a defined period
Duration: 5 days
Add the email action to send the reminder:
Action type: Send Email
Send to: Invoice Owner
Email template: Overdue Invoice Reminder
If you haven't already, create an "Overdue Invoice Reminder" email template from the predefined templates list
Create Overdue Invoice Reminder email template from the predefined list
Your workflow should look like this:

Last updated