Placeholders used in Notification Templates for specific Event Handlers
The table lists the Placeholders that can be used in Notification Templates only for specific Event Handlers (see Creating an Event Handler):
Event Handler | Placeholder | Description | |
---|---|---|---|
Account changed | account.human_status_name | Current status of the Account | |
Password reset request | token | Unique sequrity code used for authentication | |
User invitation | inviter.short_name | Name of a User that has sent the invitation | |
invite_url | Link that allows the invited person to go to Customer Control Panel | ||
Verify email | confirmation_url | Link for confirmation of an email that was specified during registration in Customer Control Panel | |
Manager password reset request | manager.name | Name of the Manager, who requested the password resetting | |
host | URL of the Reseller installation, the Manager of which requested the password resetting | ||
After subscription expiration | DAYS_PASSED | Number of days passed after the Subscription has expired | |
Upload CSP price | csp_price_file.accepted_at | Date when the new base prices for Microsoft Office 365 Plans were applied | |
Subscription changed | subscription['notification_settings']['office365']['password'] | Automatically generated password to the Microsoft Office 365 control panel, which is sent to customer after the first order of Microsoft Azure or Microsoft Office 365 Subscription | |
subscription['notification_settings']['office365']['login'] | Customer login to Microsoft Office 365 control panel | ||
Net cost has been changed | price_changed_total | Total amount of Plans, for which the net cost has been changed | |
price_changed_time | Date and time of net cost changing in Plans | ||
plans[].name | Names of Plans, for which the net cost has been changed | ||
plans[].id | IDs of Plans, for which the net cost has been changed | ||
plans[].link | Links to Plans, for which the net cost has been changed | ||
price_list.link | Link to Price list section | ||
Payment due date is coming | payment.days_left | Number of days prior to the end of the Payment expiration period | |
payment.id | Payment ID | ||
payment.total | Total amount of Payment for the Invoice including discount and Corrections (see Viewing details of the Invoice for the Postpay charging model) | ||
payment.expiration_date | Payment due date | ||
payment.created_at | Payment creation date | ||
payment.status | Payment current status | ||
payment.comment | Additional information about the Payment | ||
payment.subscriptions | Iterator that allows to display an array of Subscriptions that are related to the Payment
| ||
subscription.id | ID of the Subscription from the array of the Subscriptions related to the Payment (see Paying for the Subscriptions that are linked to the Invoice for the Postpay charging model). It is used along with the payment.subscriptions iterator (see the example above) | ||
subscription.name | Name of the Subscription from the array of the Subscriptions related to the Payment. It is used along with the payment.subscriptions iterator (see the example above) | ||
subscription.status | Status of the Subscription from the array of the Subscriptions related to the Payment. It is used along with the payment.subscriptions iterator (see the example above) |