Resources · Make integration

Stamped.io Make integrationAutomate Stamped.io with Make.

What if every new customer review could set off the next step on its own? The Stamped.io Make integration gives you 5 modules, including an instant trigger for fresh reviews. This guide connects your store and walks you through a first working scenario.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the Stamped.io Make integration do for your store?

The Stamped.io Make integration links your review account to Make, a no-code tool where you build a scenario: the automation itself, a chain of modules that each do one job. Stamped.io brings 5 of those modules: one instant trigger that fires on new reviews, 3 actions and 1 search.

Reviews that go live without a manual click. Start with Watch Reviews, then pass each review to Publish/Unpublish a Review. If your store holds reviews for approval, the scenario can flip them to published as soon as Stamped.io reports them, instead of waiting for someone to open the dashboard.

Feedback gathered elsewhere, saved as a real review. Some customers answer by email or through a form in another app. Create a Review turns that answer into a Stamped.io review, so it shows up with the rest instead of sitting in an inbox.

A quick lookup before you act. Search Reviews finds existing reviews from the details you provide. Put it in front of an action when the scenario must first check what is already there, then decide what to do with each result.

Where the listed modules stop, Make an API Call reaches any other endpoint of the Stamped.io API with the same connection. Beyond that, the documentation lists no specific limit for this app. The same app may also exist on n8n, and the n8n vs Make page lays out how the two tools differ. Wondering what a run costs? Make pricing explains how Make counts operations on each plan, in plain terms. Prefer to learn by building? Try Make training.

Connect

How do you connect Stamped.io to Make?

  1. 01

    Copy your three keys from Stamped.io

    You need an active merchant account on Stamped.io. In its dashboard, open Settings, then Review Integrations, then API Keys. Copy the API key, the Client secret and the Store Hash shown there and keep them at hand.

  2. 02

    Add a Stamped.io module and create the connection

    A connection is your Stamped.io account linked to Make once, then reused by every Stamped.io module. In your scenario, add any Stamped.io module and click Create a connection. The Connection name field is optional, but a clear name helps if you run several stores.

  3. 03

    Paste the keys and save

    Enter the API key, Client secret and Store Hash you copied, or follow the instructions Make shows on screen. Once saved, the connection appears in the dropdown of every other Stamped.io module, so you never type these keys again.

First scenario

Your first scenario: publish new reviews on arrival

GoalWhen a customer leaves a review in Stamped.io, Make publishes it straight away.

  1. 01

    Create an empty scenario

    From the Scenarios page, create a new scenario. Make opens a blank canvas with a large + in the middle: that is where your first module goes.

  2. 02

    Add Watch Reviews

    Click the +, search for Stamped.io and pick Watch Reviews. Click Create a webhook, then Create a connection and paste your three keys. The lightning badge tells you this trigger is instant.

  3. 03

    Chain Publish/Unpublish a Review

    Click the + on the right of the trigger and choose Publish/Unpublish a Review. Map the review coming from Watch Reviews into it, so Make knows exactly which review to publish.

  4. 04

    Test with Run once

    Click Run once, then leave a test review in your store. Then read the bundle each module received, meaning the review data passed from one module to the next.

  5. 05

    Switch the scenario on

    When the test looks right, turn the scenario on. From then on, Stamped.io calls Make each time a review lands, and every run uses operations, the unit Make counts on your plan.

Triggers

What starts a Stamped.io scenario

1 module starts a scenario when something happens in Stamped.io. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Stamped.io as soon as it happens.

Stamped.io1Watch Reviews

Watch Reviews

Instant trigger

In MakeTriggers when an new review is created.

Watch Reviews starts your scenario the moment a customer posts a new review in Stamped.io, and hands the review to the next module as a bundle you can map anywhere in the flow.

How it fires
instant: Stamped.io calls Make through a webhook as soon as the review is created, so no polling interval applies here.
When to use it
any flow that should react to fresh feedback, such as publishing it, alerting your support team or copying it into a spreadsheet.
Watch out
the documentation asks for Create a webhook first, then Create a connection. Follow that order when you set it up.
Modules

What the Stamped.io modules do

Stamped.io gives you 4 modules. For each one: what it does for you, when to reach for it, and what to watch out for.

Stamped.io1

Create a Review

Action

In MakeCreates a new review.

Create a Review adds a brand new review to your Stamped.io store from data your scenario already holds, so feedback collected in another tool ends up next to the rest of your reviews.

When to use it
a survey or support app captures a satisfied customer's comment and you want it on the product page.
Watch out
avoid placing it after Watch Reviews: a review created this way is likely to count as a new review and start the scenario again.
Stamped.io2

Make an API Call

Action

In MakePerforms an arbitrary authorized API call.

This module gives you access to any endpoint of the Stamped.io API, reusing the connection you already created, which covers everything the four ready-made modules leave out.

When to use it
you need a Stamped.io feature that has no dedicated module in Make.
Watch out
you build the request yourself, so keep the Stamped.io API reference open while you fill it in.
Stamped.io3

Publish/Unpublish a Review

Action

In MakePublishes or Unpablishes a review.

With Publish/Unpublish a Review, you decide from a scenario whether a given review is visible on your storefront or hidden from it, without opening the Stamped.io dashboard.

When to use it
right after Watch Reviews to publish incoming reviews, or after a check that should pull one offline.
Watch out
the module acts on one review at a time, so map the right review from the previous module.
Stamped.io4

Search Reviews

Search

In MakeSearches a review by provided info.

Search Reviews returns the Stamped.io reviews that match the details you give it, which lets your scenario look before it acts instead of working blind.

When to use it
before Publish/Unpublish a Review, to find the reviews you want to switch.
Watch out
a search can return zero, one or several bundles, and every module placed after it runs once per bundle.
Need help

Need help automating Stamped.io with Make?

A person reads every message.

FAQ

Stamped.io and Make: common questions

01Is the Stamped.io Make integration free?
Yes, on the Make side. Stamped.io is a standard app, so it works on the Free plan, which allows 2 active scenarios, a minimum of 15 minutes between scheduled runs and 5 minutes of execution per run. Paid plans such as Core, Pro, Teams and Enterprise drop the interval to 1 minute and remove the cap on active scenarios. You still need your own Stamped.io subscription, which Make does not cover.
02What do you need to connect Stamped.io to Make?
An active Stamped.io merchant account and its private API credentials. In the Stamped.io dashboard, go to Settings, Review Integrations, then API Keys, and copy the API key, the Client secret and the Store Hash. In Make, click Create a connection on any Stamped.io module and paste the three values. For the Watch Reviews trigger, click Create a webhook before creating the connection. Once saved, that connection is shared by every Stamped.io module in your scenarios, so a single setup is enough even when you later add Search Reviews or Create a Review.
03Does the Stamped.io trigger in Make run in real time?
Yes. Watch Reviews is an instant trigger: Stamped.io calls Make through a webhook as soon as a new review is created, so the scenario starts right away instead of waiting for a schedule. The lightning badge on the module confirms it. The scheduling setting, every 15 minutes by default, only matters for scenarios that begin with a scheduled trigger. In practice, a review left by a customer reaches your scenario almost at once, and each module that handles it counts as one operation on your Make plan.
04What if the Stamped.io module you need is missing in Make?
Use Make an API Call. It reaches any endpoint of the Stamped.io API with the connection you already set up, so you are not limited to the four ready-made modules. You write the request yourself, which takes a look at the Stamped.io API reference. The Make documentation lists no other specific limit for this app, so this module is the main way around a missing feature. Before writing a request, check whether Search Reviews, Create a Review or Publish/Unpublish a Review already does the job, since a ready-made module is easier to maintain.
05Should you use Make or n8n for Stamped.io?
It depends on where the rest of your automations already live. In Make, Stamped.io has 5 ready-made modules, including an instant trigger for new reviews, plus Make an API Call for everything else. Many apps also have an n8n node, so check whether Stamped.io does before comparing. Neither tool is ranked here: pick the one your team already runs, and keep all review flows in one place. Whatever you choose, test each flow with Run once before switching it on, and watch how many operations your review volume consumes.