Request email body

This is the body of the email that is sent when a customer makes a request. Available variables are:

  • <TMPL_VAR NAME=PRODUCT_NAME> the name of the Product in System -> Configuration or in custom API
  • <TMPL_VAR NAME=SERVICE_EMAIL> email of the person set as contact in the customer
  • <TMPL_VAR NAME=PLAN_NAME> the name of the customer’s rate plan
  • <TMPL_VAR NAME=REQUESTER> the username of the person making the request
  • <TMPL_VAR NAME=IS_TOPUP> Boolean, will take the value 1 if it is a top-up request, 0 otherwise
  • <TMPL_VAR NAME=IS_CREDITCARD> Boolean, will take the value 1 if the charge is by external payment (credit card), 0 otherwise
  • <TMPL_VAR NAME=IS_DIRECT_DEBIT> Boolean, will take the value 1 if the charge is by direct debit, 0 otherwise
  • <TMPL_VAR NAME=REQUEST_ID> the id of the request from table 'requests'
  • <TMPL_VAR NAME=XXX> Name of any column xxx from table 'customers', referring to the customer that is invoiced
  • <TMPL_VAR NAME=YYY> Name of any column yyy from table 'people', referring to the person that is set as contact for the customer that is invoiced