# 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.
