> For the complete documentation index, see [llms.txt](https://docs.payrexx.com/merchant/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payrexx.com/merchant/english/account/tools/placeholders.md).

# Placeholders

Within the [Paylink](/merchant/english/account/tools/paylink.md) and [Donation](/merchant/english/account/tools/donation.md) tools, you have the option to create custom content for the emails sent to your customers or donors.

You can design the content of these emails dynamically by using placeholders. When the emails are sent, these placeholders are automatically populated with the relevant information.

## Overview of All Parameters

The tables below list all placeholders available for emails generated via the e-commerce tools [Paylink](#placeholders-for-the-paylink-tool) and [Donation](#placeholders-for-the-donation-tool).

### Placeholders for the Paylink tool

The following placeholders can be used to dynamically customize the emails containing payment requests that are sent to your customers:

{% hint style="info" %}
To edit the content of the payment request emails, navigate to **Settings > Notifications**, scroll down to "Tool specific notifications", and expand the section “Custom email content".
{% endhint %}

| **Placeholder**                                                                     | **Content**                             |
| ----------------------------------------------------------------------------------- | --------------------------------------- |
| \[DESCRIPTION]                                                                      | Description text                        |
| \[PURPOSE]                                                                          | Purpose                                 |
| \[AMOUNT]                                                                           | Amount payable                          |
| \[CURRENCY]                                                                         | Currency in which the amount Is payable |
| \[VAT\_NR]                                                                          | Your VAT number                         |
| \[RECIPIENT\_SALUTATION]                                                            | Recipient's salutation                  |
| \[RECIPIENT\_FIRST\_NAME]                                                           | Recipient's first name                  |
| \[RECIPIENT\_LAST\_NAME]                                                            | Recipient's last name                   |
| \[RECIPIENT\_NAME]                                                                  | Recipient's first and last mame         |
| \[RECIPIENT\_COMPANY]                                                               | Recipient's organization/company        |
| \[RECIPIENT\_STREET]                                                                | Recipient's street and street number    |
| \[RECIPIENT\_ZIP]                                                                   | Recipient's ZIP code                    |
| \[RECIPIENT\_PLACE]                                                                 | Recipient's city                        |
| \[RECIPIENT\_COUNTRY]                                                               | Recipient's country                     |
| \[RECIPIENT\_COUNTRY\_ISO\_CODE]                                                    | Recipient's country's ISO code          |
| \[RECIPIENT\_PHONE]                                                                 | Recipient's phone number                |
| \[RECIPIENT\_EMAIL]                                                                 | Recipient's email address               |
| \[PAYMENT\_LINK\_URL] \*                                                            | URL to the payment page                 |
| \[MESSAGE\_OPTIONAL]                                                                | Message (optional)                      |
| \[\[CHECKOUT\_PAYLINK\_EXPIRY\_DATE] \[DUE\_ON] \[CHECKOUT\_PAYLINK\_EXPIRY\_DATE]] | Payment link expiration date            |

&#x20;\* This placeholder contains the URL to the payment page and must be included in the email.

### Placeholders for the Donation tool

The following placeholders can be used to dynamically customize the emails that supporters receive after a successful donation:

{% hint style="info" %}
To edit the content of the emails sent to your donors, navigate to **Donation**, open a donation campaign in edit mode, switch to the "Advanced" tab, and scroll down to the "Email" section.
{% endhint %}

| **Placeholder**         | **Content**                |
| ----------------------- | -------------------------- |
| \[DONATION\_DETAILS] \* | Details about the donation |
| \[MERCHANT\_NAME]       | Name of your organization  |
| \[DONOR\_NAME]          | Donor's name               |

&#x20;\* This placeholder contains all donation-related information and must be included in the email.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.payrexx.com/merchant/english/account/tools/placeholders.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
