# Trial expiration notification

Use the variables in the list below to customize the **Trial expiration notification** shopper email according to your needs. Check the "Mandatory" column to see the variables that are required in your customized version of the e-mail.

| Variable name                 | Description                 | Test value                                                                                     | Mandatory |
| ----------------------------- | --------------------------- | ---------------------------------------------------------------------------------------------- | --------- |
| AVANGATE\_LOGO                | Avangate logo URL           | <https://secure.avangate.com/images/email/vendor\\_logo.png>                                   | Yes       |
| BUSINESS\_COMPANY             | BUSINESS\_COMPANY           | Avangate                                                                                       | Yes       |
| BUSINESS\_SUPEMAIL            | BUSINESS\_SUPEMAIL          | mailto:<support@avangate.com>                                                                  | No        |
| COMMERCIALNAME                | COMMERCIALNAME              | \[Software Company Name]                                                                       | No        |
| EMAIL                         | EMAIL                       | <example@customer-email.com>                                                                   | No        |
| ENCRYPTED\_MERCHANT\_CODE     | ENCRYPTED\_MERCHANT\_CODE   | 0                                                                                              | No        |
| EXPIRATIONDATE                | EXPIRATIONDATE              | \[2011-01-30]                                                                                  | Yes       |
| EXTERNAL\_CUSTOMER\_REFERENCE | External customer reference | Alphanumeric string                                                                            | No        |
| FIRSTNAME                     | FIRSTNAME                   | \[John                                                                                         | No        |
| FULL\_PRICE                   | FULL\_PRICE                 | \[19.99]                                                                                       | Yes       |
| LASTNAME                      | LASTNAME                    | Doe]                                                                                           | No        |
| LICENSE\_PERIOD               | LICENSE\_PERIOD             | 6                                                                                              | No        |
| MYACCOUNT\_URL                | MYACCOUNT\_URL              | <https://secure.avangate.com/myaccount/?lang=en\\&e=example@customer-email.com\\&k=xxxxxxxxxx> | Yes       |
| PAYMENT\_METHOD               | PAYMENT\_METHOD             | 1                                                                                              | No        |
| PRODUCT\_NAME                 | PRODUCT\_NAME               | \[Software Product Name]                                                                       | Yes       |
| REFNO                         | REFNO                       | \[9xxxxx]                                                                                      | No        |
| SELLERWEBSITE                 | SELLERWEBSITE               | <http://www.software-company-website.com/>                                                     | No        |
| START\_DATE                   | START\_DATE                 | \[2011-01-01]                                                                                  | No        |
| TECHEMAIL                     | TECHEMAIL                   | <support@software-company-website.com>                                                         | No        |
| TECHPHONE                     | TECHPHONE                   | \[888-xxx-xxxx]                                                                                | No        |
| TRIAL\_PERIOD                 | Trial period                | 8                                                                                              | No        |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.2checkout.com/marketing/emails/email-variables/trial-expiration-notification.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
