How can we improve WHMCS?

Share, discuss and vote for what you would like to see added to WHMCS

Generic Integration Module with HTTP POST/GET



We would really like a generic integration module for "other services" that simply used https post/get requests to accomplish service creation, modification and teardown.

It could be as complex as someone wanted it to be, but for us specifying a URL and then a core set of customer variables and the "action" to be performed is all that is needed such that the receiving system can process the request.

URL: xyz.com/provisioning.php
Action: create
Parameters: name={client_name}&tracking={$client_custom_fields.0}

Would yield a call to xyz.com/provisioning.php?action=create&name=Customer%20Name&tracking=1Z1234567890ABC123

Post the first comment

Login to post a comment.