# Reward Stamped.io reviews Using Dollarback

**Overview:**\
If you’re using [Stamped Product Reviews & UGC](https://apps.shopify.com/product-reviews-addon) but not their loyalty system — and want to offer store credit cashback through [Dollarback: Cashback & Loyalty](https://apps.shopify.com/dollarback) — this guide walks you through setting up a custom flow using Shopify Flow.

{% embed url="<https://youtu.be/n7U1kPKotNM>" %}

***

**🔧 Prerequisites:**

1. **Stamped app installed** and configured (including review requests and workflows).
2. **Dollarback app installed** and setup complete.
3. **Shopify Flow app installed.**
4. Dollarback's **Flow integration is enabled.**
   * Go to the Dollarback dashboard → **Integrations** → Ensure **Shopify Flow** is toggled ON.

***

**🛠 Step-by-Step: Create a Flow to Trigger Cashback on Review Submission**

1. **Open Shopify Flow** and create a new workflow.
2. **Trigger:**
   * Set the trigger to **“New Review”** from **Stamped**.
3. **Get Customer Data (Workaround):**
   * Unfortunately, the “New Review” trigger does **not** include the full Shopify customer object.
   * So, insert an action: **Get Customer Data**.
   * In the query, set:
     * Sort: **ID Ascending**
     * Max results: **1**
     * Advanced Query Filter:

       ```json
       id: {{email}}
       ```
4. **Loop Through the Customer Array:**
   * Add a **For Each** loop to iterate over the array returned from the previous step.
5. **Deposit Store Credit:**
   * Inside the loop, insert the **“Deposit Store Credit”** action.
   * Customize:
     * **Amount**
     * **Expiration time** (e.g., valid for 30 days)

***

**🎯 Additional Notes:**

* You can customize the credit amount and expiry per your marketing goals.
* This setup works even if you **only** use the review component from Stamped, not their loyalty suite.
* Dollarback handles store credit natively via the **Shopify Wallet**, giving you more control and transparency.

***

**💬 Need Help?**

Feel free to reach out via the support chat on [Dollarback](https://apps.shopify.com/dollarback). Whether it's reviews, loyalty, membership, or discount workflows — we’ve got you covered.


---

# 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://help.dollarlabs.io/dollarback-store-credit/integrations/store-credit-for-submitting-review/reward-stamped.io-reviews-using-dollarback.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.
