# FAQ

#### 1. Customer didn't receive the purchased gift card

Open the campaign dashboard (**Campaigns → Your campaign name**) and find the run in the runs table. You can search by **recipient email** or **order**.

* Check the **Status** column. If it is **Error**, select the row and click **Show logs** to view the processing log.
* From the same row actions you can also use **Send now** to resend the gift card.

***

#### 2. Customer entered an incorrect recipient email or delivery date

Open the campaign dashboard, find the run in the runs table and select it.

* Click **Update** to change the recipient email, scheduled delivery date or gift card value.

***

#### 3. I need to resend the gift card to a customer

Open the campaign dashboard, find the run in the runs table and select it.

* Click **Send now** to resend the gift card.
* **Important:** When resending, the **default Shopify gift card email** is used, not the campaign's email template.

***

#### 4. I need to stop a scheduled gift card from being sent

Open the campaign dashboard, find the **Scheduled** run in the runs table and select it.

* Click **Cancel** to stop the run from being processed.

***

#### 5. Why are my dashboard metrics empty or partial?

Statistics are only collected from **April 4th, 2026** onwards. Runs created before that date are still listed in the runs table but are not reflected in the summary cards or charts.


---

# 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.giftcardfactory.app/campaigns/gift-card-postman/faq.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.
