Resources · Make integration

UniOne Make integrationAutomate UniOne with Make.

Can Make send your transactional emails through UniOne and keep your unsubscribe list clean? Yes. The UniOne Make integration offers 7 modules: 1 instant trigger, 5 actions and 1 search. This guide shows marketers and ops teams how to connect the account and ship a first working scenario.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What does the UniOne Make integration let you automate?

The UniOne Make integration links your UniOne email account to Make, a no-code tool where you build a scenario: the automation itself, a chain of modules that each do one job. With it, an event in another app can send an email through UniOne, and UniOne can tell Make what happened to each message it delivered.

Emails fired by events elsewhere. A new signup lands in your form tool or CRM, and Send an Email mails that person through UniOne. Nobody copies addresses by hand, and every message leaves from the same sending account.

Unsubscribes that stay in sync. When a contact opts out inside another tool, Unsubscribe records it in UniOne so later sends skip that address. Before a campaign, Check Unsubscribed answers a simple question for one address, and List Unsubscribed pulls everyone who left since a date you pick.

Delivery news that reaches your team. Watch Email Delivery Status is an instant trigger: UniOne calls Make the moment a status is ready, and the scenario can log it wherever your team looks. Resubscribe an Email covers the opposite case, a former subscriber who wants back in.

One honest limit. Make admits its UniOne documentation is incomplete, since little public information about the app exists, so expect to learn some details by testing. For anything the listed modules miss, Make an API Call reaches the UniOne API with the same connection. The same app often has an n8n node too; the n8n vs Make comparison helps you pick. To go further, the Make training starts from zero, and the Make pricing page explains how operations are counted.

Connect

How do you connect UniOne to Make?

  1. 01

    Add a UniOne module

    Open a scenario, click the + and search for UniOne. Pick any module, for instance Send an Email, then click Create a connection. A connection is your UniOne account linked to Make once and reused by every UniOne module.

  2. 02

    Name it and authorize

    Give the connection a name if you like, which helps when several accounts coexist. Then authorize Make on the UniOne page that opens, or paste the key UniOne gives you, depending on what the window asks for.

  3. 03

    Save and check

    Click Save. The connection now appears in the module's dropdown, and every other UniOne module in any scenario can use it without asking again. If it does not show up, reopen the module and pick it from the list.

First scenario

Your first scenario: a welcome email sent through UniOne

GoalWhen a new contact shows up in another app, Make sends that person a welcome email through UniOne.

  1. 01

    Create the scenario

    From the Scenarios page, create a new scenario and click the + to add the first module. That first module is where the story starts: the form tool or CRM that receives your new contacts.

  2. 02

    Set the starting point

    Pick the module of that app that watches new contacts and connect its account. Once linked, Make lists the forms or lists it can read, so you choose one instead of typing it.

  3. 03

    Add Send an Email

    Click the + on the right, search UniOne and choose Send an Email. Connect UniOne, then map the contact's address from the previous module. Each contact travels as a bundle, one item passed from module to module.

  4. 04

    Test with Run once

    Click Run once and add a test contact in the source app. Open the bubble above each module to read the bundles it received, and confirm the email reached your inbox.

  5. 05

    Schedule and switch on

    Open the clock on the first module: a new scenario checks every 15 minutes by default, and the Free plan cannot go lower. Pick a schedule, then switch the scenario on. Each module run counts as one operation on your plan.

Triggers

What can start a UniOne scenario?

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

UniOne1Watch Email Delivery Status

Watch Email Delivery Status

Instant trigger

In Make“Gets an email delivery status.”

This trigger hands you the delivery status of your UniOne emails, so a scenario can act on what happened to a message instead of guessing. It is the only UniOne module that starts a scenario on its own.

How it fires
instant. UniOne calls Make through a webhook as soon as a status is ready, which shows as the lightning badge on the module, so no schedule has to poll for it.
When to use it
pick it when your support or marketing team needs to see delivery results in a shared sheet or chat channel right after a send.
Watch out
Make's UniOne documentation is incomplete, so run it once with a real send and read the bundle before mapping anything further.
Modules

What can Make do in UniOne?

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

UniOne1

Check Unsubscribed

Action

In Make“Checks if an email is unsubscribed.”

This action tells you whether one given address has unsubscribed, so your scenario can decide to send or to stop before anything goes out. You get a clear answer for a single contact, not a full list.

When to use it
place it right before Send an Email when the address comes from a source that does not know about opt-outs.
Watch out
it checks one address per bundle, so a big import means one operation per contact.
UniOne2

Make an API Call

Action

In Make“Performs an arbitrary authorized API call.”

This module lets you call any endpoint of the UniOne API with the connection you already set up, so you reach features the six other modules leave out. You write the request; Make handles the authorization.

When to use it
choose it only once you have confirmed that no listed module does the job, and keep the UniOne API reference open.
Watch out
you need to know the endpoint and its parameters yourself, because Make's UniOne guide is incomplete.
UniOne3

Resubscribe an Email

Action

In Make“Sends an email with a standard text and a new subscription link to a former subscriber.”

With this action, a former subscriber receives an email with standard text and a fresh subscription link, so they can come back to your list on their own. You do not flip the status for them; they confirm it.

When to use it
use it when someone who once opted out fills in a new signup form and you want their explicit consent again.
Watch out
the text is standard, not yours to customize from this module.
UniOne4

Send an Email

Action

In Make“Sends an email.”

Here is the workhorse: it sends an email through your UniOne account, so an event in any app turns into a message in a customer's inbox. It is the module most scenarios end on.

When to use it
reach for it after a new order, a booking or a form submission, mapping the recipient from the module before.
Watch out
a search placed upstream that returns several bundles sends one email per bundle, so check the count with Run once first.
UniOne5

Unsubscribe

Action

In Make“Unsubscribes an email so that all future email/send calls will not apply to this email.”

This action marks an address as unsubscribed in UniOne, so every later send to it is skipped. Your opt-out list stays the same across tools, even when the request arrives outside UniOne.

When to use it
connect it to the moment a contact asks to leave in your CRM, help desk or preference form.
Watch out
it blocks all future sends to that address, and Resubscribe an Email is the only listed way back, through the contact's own consent.
UniOne6

List Unsubscribed

Search

In Make“Lists all the emails unsubscribed since the specified date.”

This search returns every address that unsubscribed since a date you set, so you can bring those opt-outs into another tool in one pass. As a search, it can return zero, one or many bundles.

When to use it
pick it when a CRM or spreadsheet needs to catch up with UniOne before you import a new audience.
Watch out
each returned address becomes its own bundle, so the next module runs once per address and uses one operation each time.
Need help

Need help automating UniOne with Make?

A person reads every message.

FAQ

UniOne and Make: frequent questions

01Is the UniOne Make integration free?
Yes, on the Make side. UniOne is a standard app, so it is available from the Free plan. That plan allows 2 active scenarios, a minimum of 15 minutes between scheduled runs, 5 minutes of execution at most, files up to 5 MB and 512 MB of data transfer. Paid plans (Core, Pro, Teams and Enterprise) bring the interval down to 1 minute, remove the cap on active scenarios and count usage in operations per month. Your UniOne account is a separate matter handled by UniOne.
02What do you need to connect UniOne to Make?
A UniOne account and a few clicks. Make's documentation lists no specific prerequisite for this app, and it describes its UniOne guide as incomplete. The generic steps apply: add any UniOne module, click Create a connection, optionally name it, authorize Make on the UniOne page or paste the key UniOne gives you, then click Save. The same connection then serves all 7 UniOne modules in every scenario you build, so the setup happens once.
03Does the UniOne trigger in Make react in real time?
Yes. Watch Email Delivery Status is an instant trigger: UniOne calls Make through a webhook as soon as a delivery status is ready, and the module carries the lightning badge in the editor. No polling interval applies to it. The other six UniOne modules are actions or a search, so they run whenever the scenario reaches them, whether that scenario starts from this trigger, from another app or from Make's own schedule, which defaults to every 15 minutes.
04What if a UniOne module you need is missing in Make?
Use Make an API Call. It reaches any endpoint of the UniOne API with the connection you already created, so you are not stuck with the 5 actions, 1 search and 1 trigger on the list. The catch: Make itself says its UniOne documentation is limited, because little public information exists about the app. Plan to read the UniOne API reference to know which endpoint to call and what it expects, then test the call with Run once.
05Should you use Make or n8n for UniOne?
It depends on the tool your team already knows. On Make, UniOne comes as 7 ready modules, including an instant trigger for delivery status and Make an API Call for the rest, available from the Free plan. The same app often has an n8n node as well. Compare the modules each side offers against the scenario you have in mind, then build it where your other automations already live, so maintenance stays in one place.