Configure BillMax Hooks

  1. Edit the/usr/local/billmax/local/saleforce.pl script.
  2. Note: The @ character in the email address must be preceded by "\".
    Locate the AUTHENICATIONS SETTINGS section and set the values of the parameters that have been retained from Create Salesforce CRM User .
  3. Locate the ENDPOINT section and set the value for APIURL to your Salesforce site URL without any path. Save the salesforce.pl script.
  4. As the billmax user, run these commands:
    1. cd /usr/locatl/billmax/local
    2. ln -s salesforce.pl account_hook
    3. ln -s salesforce.pl user_hook
    It is recommended that these hooks be configured to run asynchronously.