adam_leerox Posted January 31, 2012 Share Posted January 31, 2012 We use cpanel / WHM and have our limits set as packages, at the moment if a client goes over either their disk space or bandwidth it will automaitcally suspend them. We want to remove these limits in WHM / cpanel and have WHMCS control the over limit issues by simply sending an email to the client and us notifying them. We do not want our clients to go down all of a sudden etc. I asked WHMCS about this and they said the following: ================== Using a hook and the API would be the way to do this. http://docs.whmcs.com/Hooks http://docs.whmcs.com/API:Send_Email http://docs.whmcs.com/API:Get_Clients_Products You would need to use the GetClientsProducts API command to obtain the disk usage and limits, and then send your custom Product email when appropriate using the id returned with the GetClientsProducts command as the relid for your Send_Email command. =============== I'm looking for someone to develop this for us that we can easily insstall on a few versions of WHMCS without issues. Something like an addon or similar. Thanks 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.