Resources · Make integration

Reamaze Make integrationAutomate Reamaze with Make.

What if every new Reamaze conversation reached the right tool on its own? The Reamaze Make integration gives you 14 modules: 3 triggers, 8 actions and 3 searches. This guide is for support leads who run Reamaze, and it walks you from the connection to a working scenario.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the Reamaze Make integration automate?

The Reamaze Make integration links your Reamaze help desk to the other apps you use, without code. Make watches Reamaze for new contacts, conversations and messages, then passes each one to the next step of a scenario: the automation you build in Make, one brick at a time.

A shared view of every new ticket. Watch New Conversations picks up each conversation opened in Reamaze and hands it to a spreadsheet, a chat tool or a CRM, so the people outside the help desk see what customers ask about.

Contacts that stay the same everywhere. When a customer signs up in your shop or your CRM, Create a Contact adds them to Reamaze, and Update a Contact keeps their details in step when something changes on the other side.

Conversations started from other tools. A form, an order problem or an alert elsewhere can open a thread in Reamaze with Create a Conversation, then Create a Message adds the reply your agents would otherwise type by hand.

All three triggers are scheduled: Make checks Reamaze on the scenario's clock, so nothing here fires the moment a customer writes. When a listed module does not cover what you need, Make an API Call reaches the rest of the Reamaze API with the same connection. The Make review explains the editor in depth, and the n8n vs Make page helps if you are still choosing a platform. When a run fails, Make troubleshooting covers the usual causes.

Connect

How do you connect Reamaze to Make?

  1. 01

    Generate an API token in Reamaze

    Log in to Reamaze and open Settings. Under the Developer section, click API Token, then Generate New Token. Copy the token that appears on screen; Make needs it in a moment.

  2. 02

    Add a Reamaze module in Make

    In your scenario, add any Reamaze module and click Create a connection. The Connection name field is optional: a clear label helps when several brands or accounts live in the same Make organization.

  3. 03

    Paste the credentials and save

    Enter the credentials copied from your Reamaze account, or follow the instructions shown on screen, then save. This connection, your Reamaze account linked to Make once, is reused by every Reamaze module after that.

First scenario

Build your first Reamaze scenario

GoalWhen a new contact appears in Reamaze, Make opens a welcome conversation for them.

  1. 01

    Create the scenario

    From the Scenarios page, create a new scenario and click the big +. Search for Reamaze and pick Watch New Contacts as the first module, the one that starts everything.

  2. 02

    Link your account

    Click Create a connection and paste your Reamaze API token. Once the connection exists, Make can read your Reamaze data and fill the choices in the module for you.

  3. 03

    Add the conversation step

    Click the + on the right of the trigger and add Create a Conversation. Map the contact coming from the first module into it, so each new person gets their own thread.

  4. 04

    Test with Run once

    Click Run once. Make runs the scenario one time and shows the bundles each module received; a bundle is one item passed along, here one contact. Check that the conversation looks right in Reamaze.

  5. 05

    Schedule it and switch it on

    Open the clock on the first module. A new scenario checks every 15 minutes by default; keep that or pick another interval your plan allows, then switch the scenario on.

Triggers

Reamaze triggers in Make

3 modules start a scenario when something happens in Reamaze. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Reamaze as soon as it happens.

Reamaze1Watch New Contacts

Watch New Contacts

Scheduled trigger

In MakeTriggers when a new contact is created.

You get every new Reamaze contact as a bundle, ready to copy into a CRM, a mailing tool or a sheet. The trigger starts the scenario with the people who just entered your help desk, so your other tools learn about them without anyone exporting a list.

How it fires
scheduled. Make checks Reamaze on the scenario's schedule and collects the contacts created since the last check.
When to use it
your sales or success team works outside Reamaze and needs to know who reached out.
Watch out
each contact found counts as its own bundle, and every module after it spends operations on each one.
Reamaze2Watch New Conversations

Watch New Conversations

Scheduled trigger

In MakeTriggers when a new conversation is created.

This trigger gives you each conversation opened in Reamaze, which makes it the natural start for routing or reporting. It fits scenarios that care about the ticket as a whole: who opened it and what it is about, rather than every reply inside it.

How it fires
scheduled. Make polls Reamaze at the interval set on the scenario and picks up the conversations created in between.
When to use it
a new thread should appear in your team channel or tracker so nobody has to watch the inbox.
Watch out
it reacts to new conversations only; later replies need Watch New Messages.
Reamaze3Watch New Messages

Watch New Messages

Scheduled trigger

In MakeTriggers when a new message is created.

With this trigger, each new message in Reamaze becomes a bundle, whether it opens a thread or continues one. It is the finer-grained option: the scenario sees the actual back and forth between customers and agents, not only the fact that a conversation exists.

How it fires
scheduled. On each run, Make asks Reamaze for the messages created since it last looked.
When to use it
you archive replies elsewhere, or you want to react when a customer answers in an ongoing thread.
Watch out
busy inboxes produce many messages, and each bundle costs operations in the modules that follow.
Modules

Reamaze modules in Make

Reamaze gives you 11 modules. For each one: what it does for you, when to reach for it, and what to watch out for.

Reamaze1

Create a Contact

Action

In MakeCreates a contact.

Create a Contact puts a new person into Reamaze from another app, so your agents recognize a customer before the first message arrives. The data comes from whatever module sits before it.

When to use it
a purchase or signup in your store should add the buyer to your help desk.
Watch out
search first with List Contacts if the same person could already exist, or you may end up with duplicates.
Reamaze2

Create a Contact Identity

Action

In MakeCreates a contact identity.

This module adds an identity to a contact that already lives in Reamaze. It is the step for enriching an existing record rather than creating a second person, which keeps the customer's history under one profile.

When to use it
another tool holds an extra identity for a customer you already know, and Reamaze should store it on the same contact.
Watch out
run it after Create a Contact or a search, so the scenario knows which contact to attach it to.
Reamaze3

Create a Conversation

Action

In MakeCreates a conversation.

Create a Conversation opens a fresh thread in Reamaze from an event elsewhere, so the case lands in the inbox your agents already work from. Nobody has to copy a request by hand from a form or an order system.

When to use it
a refund request, a failed delivery or a form submission should become a ticket.
Watch out
each run opens a new thread; use Create a Message instead when the case already has one.
Reamaze4

Create a Message

Action

In MakeCreates a message.

Here you add a message to a Reamaze conversation, which lets a scenario post an update into a thread instead of starting a new one. The customer's history stays in one place, and agents read the whole story in order.

When to use it
an order status changes and the related conversation should show it.
Watch out
the module needs to know which conversation to write into, so get it from a trigger, Get a Conversation or List Conversations first.
Reamaze5

Get a Conversation

Action

In MakeGets a conversation.

Get a Conversation fetches one specific Reamaze conversation, which is handy when a scenario holds a reference and needs the full details behind it. You get a single bundle back, ready to map into the next step.

When to use it
another tool stores a conversation reference and you want its current state before acting.
Watch out
it reads one conversation you already identified; to browse several, List Conversations is the right module.
Reamaze6

Make an API Call

Action

In MakePerforms an arbitrary authorized API call.

Make an API Call is the way out when no listed module does what you need. It sends a request to any part of the Reamaze API, using the same connection as the other modules, so you do not set up a second login.

When to use it
you need a Reamaze feature the listed modules leave out.
Watch out
you write the request yourself, so keep the Reamaze API documentation open while you build it.
Reamaze7

Update a Contact

Action

In MakeUpdates a contact.

Update a Contact changes an existing Reamaze contact, which keeps your help desk in line with the tool where customer data really lives. Agents see the latest details without editing the profile by hand.

When to use it
a customer edits their profile in your app or CRM and Reamaze should follow.
Watch out
the scenario must identify the right contact first, usually through List Contacts or Watch New Contacts.
Reamaze8

Update a Conversation

Action

In MakeUpdates a conversation.

With Update a Conversation, a scenario edits a thread that is already open in Reamaze. It lets events in other tools move a case forward, so your inbox reflects what actually happened without an agent stepping in.

When to use it
a task is closed in your project tool and the matching conversation should be updated.
Watch out
changes apply to the live conversation, so test with Run once on a sample thread before switching the scenario on.
Reamaze9

List Contacts

Search

In MakeGets all contacts.

List Contacts pulls contacts out of Reamaze, one bundle per person, which is how a scenario checks who is already there before it creates or updates anyone. It can return zero, one or many results.

When to use it
you want to avoid duplicate profiles before a Create a Contact step.
Watch out
every contact returned runs the next modules once, and a large result quickly multiplies the operations you spend.
Reamaze10

List Conversations

Search

In MakeGets all conversations.

This search returns Reamaze conversations as separate bundles, which suits reporting or bulk follow-up done from Make. Each conversation then travels through the rest of the scenario on its own, like a row in a spreadsheet.

When to use it
you build a digest of open threads for a manager or a shared sheet.
Watch out
the search may return nothing at all; plan for an empty result so later modules do not fail.
Reamaze11

List Messages

Search

In MakeGets all messages.

List Messages retrieves the messages stored in Reamaze, so a scenario can read what was actually said and not just that a thread exists. Every message comes back as its own bundle.

When to use it
you copy a conversation's replies into an archive, a document or an analysis tool.
Watch out
long threads return many bundles, and each one spends operations in the steps that follow.
Need help

Need help automating Reamaze with Make?

A person reads every message.

FAQ

Reamaze and Make: frequent questions

01Is the Reamaze Make integration free?
Yes, on Make's side. Reamaze is a standard app, available from the Free plan, like the 3,000+ standard apps Make offers on every plan. The Free plan keeps 2 active scenarios, a minimum of 15 minutes between scheduled runs, up to 5 minutes per execution and 512 MB of data transfer. Paid plans lower the interval to 1 minute and remove the cap on active scenarios. You still need your own active Reamaze subscription, which Make does not provide.
02What do you need to connect Reamaze to Make?
An active Reamaze account and an individual API token. In Reamaze, go to Settings, then API Token under Developer, and click Generate New Token. In Make, add any Reamaze module, click Create a connection, optionally name it, and paste the credentials. That single connection then serves all 14 Reamaze modules, so you only go through this once per account. You will not see a Create a webhook button here: that step only concerns instant modules, and Reamaze has none in Make.
03Do the Reamaze triggers in Make fire instantly?
No. The 3 Reamaze triggers are scheduled: Make checks Reamaze on the scenario's schedule and collects what appeared since the previous check. A new scenario runs every 15 minutes by default. On the Free plan, 15 minutes is also the shortest interval, while paid plans go down to 1 minute. To react faster, shorten the scenario's interval: that is the only setting that changes how soon Make sees new items.
04What if a Reamaze module is missing in Make?
Use Make an API Call. It sends a request to any endpoint of the Reamaze API with the connection you already set up, so it covers what the 8 actions and 3 searches do not. You write the request yourself, which means keeping the Reamaze API documentation nearby. The Make documentation for this app also warns that its content is AI-generated from Reamaze sources, so check important details with Reamaze directly.
05Should you use Make or n8n for Reamaze?
It depends on the tool your team already knows. On Make, Reamaze has 14 ready-made modules, a guided connection and Make an API Call for the rest, which is enough for most help desk scenarios. Whether n8n offers an equivalent Reamaze node is worth checking on its side before you decide. Compare the two on the modules you actually need and on how your team likes to build, rather than on general reputation.