> For the complete documentation index, see [llms.txt](https://minimateapps.gitbook.io/mini-vacation-or-notify-me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minimateapps.gitbook.io/mini-vacation-or-notify-me/how-to.../how-can-i-access-customer-emails.md).

# How can I access customer emails?

&#x20;All customer emails collected through the app are available in **Shopify Admin → Customers**.

<figure><img src="/files/CmA3el6SQgDkaKiTrPN5" alt=""><figcaption><p>Customer</p></figcaption></figure>

* Each customer is automatically tagged to indicate **which product and variant** they signed up for.

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

{% hint style="info" %}
If you add additional questions (such as name or phone number) to the waitlist form, the customer’s name, phone number, and email will be saved and visible when you open the customer record.
{% endhint %}

#### View all waitlist customers

1. Go to **Shopify Admin → Customers**.
2. Apply a filter: **Customer tag contains** `Mini: ComingSoon & Waitlist`.

This shows all email addresses collected through the app.

<figure><img src="/files/6mCQjH8e1Cy82kNgevW3" alt="" width="514"><figcaption></figcaption></figure>

You can find which customer interested in which products too. Moreover, you can also search for specific 'product ID - variant ID' to see the list of interested customers for that particular product.

<figure><img src="/files/tGqwTMTB1Zimn7RXdafl" alt="" width="252"><figcaption></figcaption></figure>

In case a product has many variants and you want to list all customers interested in that particular product, then you can search for those customers like this ⬇️

<figure><img src="/files/504IWRdBEuEx06iRQDXp" alt=""><figcaption><p>Here in the search bar write your product ID that you are looking for</p></figcaption></figure>

<figure><img src="/files/oz72zLgZq8jUroag9Cic" alt=""><figcaption><p>This lists all customers leave their email address in this product page</p></figcaption></figure>

* Click **reports,** then click products one by one to see which email addresses you get per variant.&#x20;

<figure><img src="/files/wmCxgtG3ox6VXTBbQ6jv" alt=""><figcaption><p>Click each product and then a variant</p></figcaption></figure>

<figure><img src="/files/xue7dZJUObUKSoYFmxWt" alt=""><figcaption><p>List all subscribers per variant</p></figcaption></figure>


---

# 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://minimateapps.gitbook.io/mini-vacation-or-notify-me/how-to.../how-can-i-access-customer-emails.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.
