# Customer email notifications

Customer email notifications automatically keep bidders informed about their auction activity, such as bids, wins, losses, and reminders.

Customer notifications are automatic emails sent to bidders based on what happens in an auction.

### ✅ When Are Customer Emails Sent?

You can send customer notifications when:

* A customer places a new bid
* A customer wins an auction
* A customer loses an auction
* Someone places a higher bid than them
* An auction is about to start (reminder email)

Each notification type can be enabled or disabled independently.

***

### 🛠️ Steps to set up

1. Open **Tipo Product Auction** app > **Notifications**&#x20;
2. Check the boxes for the events you want customers to be notified about:ch to the **Customer** tab

* **He (she) places a new bid**
* **He (she) has won an auction**
* **He (she) has lost an auction**
* **Someone has placed a higher bid than his (hers)**
* **Remind He (her) when the auction is about to start**

These triggers ensure customers stay informed throughout the auction process.

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

3. Customize the email subject and body&#x20;

On the right panel, you can edit the Customer email template for each notification type.

You can customize:

* Email subject
* Email content
* Text formatting and layout

The template supports **dynamic variables**, such as:

* `{shop_name}`
* `{auction_id}`
* `{product_name}`
* `{bid_amount}`
* `{email}`
* `{product}`

📌 These variables automatically display real auction and customer data in the email.

<figure><img src="/files/0I2tSpZcJ2jqPVjD9vWf" alt=""><figcaption></figcaption></figure>

4. Click **Save**.

***

### ✅  How Customer Notifications Work

**Scenario:**

* A customer places a bid on an auction
* Another bidder places a higher bid
* The “Someone placed a higher bid” notification is enabled

⇒ The first customer automatically receives an email telling them they’ve been outbid, encouraging them to bid again.

***

**🙋 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/customer-email-notifications.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.
