Jump to content

SMS on due invoices


Boston

Recommended Posts

Hi,

 

So the idea would be to get an addon which would automaticly send an sms to a client when his invoice is about or has already reached its due date. The addon would also have a field where you can determine that to what kind of phone numbers the sms will be sent, in this way it's possible to deny the software to send sms's to normal phones that do not support sms messages.

 

When I have called to the people who have due invoices, they usually notice that they don't use the email address which they have given to us anymore. In these cases the sms notification would be a great way to remind them.

Link to comment
Share on other sites

without our sms sending system and database mods it wouldnt be of general use but in essence its a simple php file called by cron that ...

 

reads all 3rd over due notice entries in the tblactivity log for today

with select * from tblactivitylog where description like "%(Third Invoice Overdue Notice)%" AND date > DATE_SUB(NOW(),INTERVAL 1 DAY);

uses the text between "Email Sent to " and "(" as the client name, looks up client(s) if only 1 (duplicate names is a current problem) updates clientid column accordingly

for each record with a client ID AND a custom field value where we store the mobile number, send reminder about invoice/service suspension.

 

It'll be easier when WHMCS upgrade the tblactivtylog to have columns for clientid, domainid, hostingid id - : HINT : to Matt :D

Link to comment
Share on other sites

  • 2 weeks later...

this would be something we would like to use. Right now customers can verify there accounts via "sms" when they are adding a new product, just to help fight fraud.

anyways thanks and does anyone have any idea on different sms gateways i could either install my self onto our server, or that could handle the sms transmission?

thanks a lot

mike

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated