Reward Stamped.io reviews Using Dollarback

How to Reward Product Reviews with Shopify Store Credit Using Dollarback and Stamped.io Integration

Overview: If you’re using Stamped Product Reviews & UGC but not their loyalty system — and want to offer store credit cashback through Dollarback: Cashback & Loyalty — this guide walks you through setting up a custom flow using Shopify Flow.


🔧 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:

        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. Whether it's reviews, loyalty, membership, or discount workflows — we’ve got you covered.

Last updated