Late payments are expensive. SMS reminders have a 98% open rate — far higher than email. Set up automated payment reminders and watch your on-time payments increase.
Friendly reminder about upcoming payment
Urgent reminder with payment details
Final notice with amount and deadline
Thank you confirmation
Setting Up Your Reminder System
1. Import Your Borrowers
Go to Contacts → Import and upload a CSV with custom fields for payment data:
263771234567,Sarah,Moyo,500,2026-03-15,LN-00142
263772345678,James,Ndlovu,1200,2026-03-20,LN-00156
2. Create a Contact Group
Create a static group called "Active Borrowers" and assign your imported contacts to it (you can select a group during import).
3. Set Up Global Variables
In Organisation Settings → Custom Settings, add shared values like:
company_name= Your Microfinance Co.phone_line= 0242 123 456
4. Create a Recurring Campaign
Go to Recurring Campaigns → New Recurring Campaign:
- Name it "Weekly Payment Reminder"
- Select your approved Sender ID
- Select the "Active Borrowers" group
- Write your message using variables:
Hi {first_name}, reminder: your payment of ${loan_amount} is due on {due_date}. Account: {account_number}. Pay via EcoCash to avoid late fees. {company_name}
- Set frequency to Weekly and choose the day and time
- Click Create
{loan_amount}, {due_date}, and {account_number} come from each contact's custom fields (imported from your CSV). {company_name} and {phone_line} come from your global variables.