AndresLZ Posted January 23 Share Posted January 23 Hi WHMCS Community, I'm looking for a way to set up a second payment reminder for invoices in WHMCS before their due date. Currently, WHMCS seems to support only one pre-due reminder. My goal is to send an additional reminder to improve payment rates. Questions: Does WHMCS have a built-in feature for multiple pre-due reminders? Can this be achieved with a custom PHP hook or a module? Has anyone implemented this and can share insights or code? Any guidance or links to resources would be really helpful. Thanks! 0 Quote Link to comment Share on other sites More sharing options...
Saroha Posted February 25 Share Posted February 25 Yes, You can do this with the custom hook run on daily cron jobs, but for this, you need to create a custom hook to fetch all unpaid invoices using local API GetInvoices. Then compare the due date as per your requirement then send invoice using SendEmail local API 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.