# Customize auction email templates

### 🧩 Types of Auction Email Templates

#### 1) Admin Email Templates

Used for emails sent to store admins, such as:

* New bid notifications
* Auction winner alerts
* Bid summary emails

#### 2) Customer Email Templates

Used for emails sent to bidders, such as:

* Bid confirmation
* Outbid alerts
* Win / lose notifications
* Auction reminders

Each template can be customized independently

***

### 🛠️ **Steps to edit templates** <a href="#steps-to-set-date-range" id="steps-to-set-date-range"></a>

1. Open the app > click **Notifications**
2. Select:
   * **Admin** tab → Admin email templates
   * **Customer** tab → Customer email templates

<figure><img src="/files/hkjOLrn3IBfWGh9c303P" alt=""><figcaption></figcaption></figure>

3. Edit email subject

Example subjects:

* `You have a new bid on {product_name}`
* `You won the auction for {product_name}`
* `You have been outbid on {product_name}`

4. Customize email content

In the content editor, you can:

* Edit text
* Add headings
* Format paragraphs
* Insert dynamic variables

The editor supports basic formatting (bold, lists, alignment).

<figure><img src="/files/5P4VsZAiasGM6T5KE2P6" alt=""><figcaption></figcaption></figure>

5. Click Save.

***

### 🧪 Example: Customer Outbid Email

**Template content:**

> Someone has placed a higher bid on **{product\_name}**.\
> Your last bid was **{bid\_amount}**.\
> Visit the product page to place a new bid.

**Result for customer:**

> Someone has placed a higher bid on *Gold Diamond Ring*.\
> Your last bid was **$800**.

***

**🙋 Still need support?**

If you still need help, please feel free to contact us at <hi@tipo.io>. We’ll be happy to assist you further.


---

# 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.tipo.io/tipo-auction/mail-notifications/customize-auction-email-templates.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.
