Resources · Make integration

Manyreach Make integrationAutomate Manyreach with Make.

Stop copying prospects into Manyreach by hand. The Manyreach Make integration gives you 3 modules: 2 actions and 1 search. This page is for sales and growth teams who run cold outreach, and it walks you from the connection to a first working scenario.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the Manyreach Make integration do for you?

The Manyreach Make integration links your Manyreach account to Make, a no-code tool where you build a scenario: an automation made of modules, each one a single brick such as an action or a search. With it, prospects that appear in another app land in the right Manyreach campaign without a spreadsheet in between.

A prospect list that fills itself. A lead signs up through a form or lands in your CRM, and Add Lead to Campaign pushes that person into a Manyreach campaign. Your sequence starts without anyone exporting a file.

The right campaign, picked from a live list. Get Campaigns returns your Manyreach campaigns, one bundle per campaign (a bundle is one item passed from module to module). You can then route each prospect to the campaign that matches a segment or a source.

Anything the two modules skip. Make an API Call reuses your Manyreach connection to reach any endpoint of the app’s API. It is the way out when the listed modules stop short.

Know the limits before you start: Make says its own documentation for Manyreach is limited, because little public information exists about the app. Test every module with Run once before you trust it. Manyreach has no trigger in Make either, so the scenario starts from another app or from a schedule. The Make pricing page explains how operations are counted, and if you are weighing tools, n8n vs Make sets the two side by side. When the build gets bigger, the Make agency can take it over.

Connect

How do you connect Manyreach to Make?

  1. 01

    Add a Manyreach module

    In your scenario, click the +, search for Manyreach and pick any of its modules, for example Get Campaigns. Then click Create a connection. The connection is your Manyreach account linked to Make once, and every Manyreach module reuses it.

  2. 02

    Name the connection

    Give the connection a name you will recognize later, such as the workspace or the sender it belongs to. This step is optional, but it helps a lot once you manage more than one Manyreach account in the same Make organization.

  3. 03

    Authorize and save

    Authorize Make on the Manyreach page that opens, or paste the key Manyreach gives you, depending on what the window asks for. Click Save. The module now shows your connection and you can fill its settings.

First scenario

Build your first scenario with Manyreach

GoalWhen a new prospect shows up in another app, Make adds that person to a Manyreach campaign.

  1. 01

    Create the scenario

    Open the Scenarios page, create a new scenario and click the + to add the first module. Since Manyreach has no trigger, this first module comes from the app where your prospects appear.

  2. 02

    Pick the source of your leads

    Search for the app that holds new prospects, choose its trigger and connect it. Fill its fields: Make lists what it can read from that account once the connection exists.

  3. 03

    Add Add Lead to Campaign

    Click the + on the right of the first module, search Manyreach and choose Add Lead to Campaign. Select your connection, then map the prospect data coming from the previous module.

  4. 04

    Test with Run once

    Click Run once. Make executes the scenario one time and shows the bundles each module received. Open the Manyreach campaign to confirm the prospect arrived where you expected.

  5. 05

    Schedule and switch it on

    Click the clock on the first module to set the schedule, every 15 minutes by default, and turn the scenario on. From then on, each new prospect goes to Manyreach without a manual export.

Modules

What each Manyreach module does

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

Manyreach1

Add Lead to Campaign

Action

In Make“Add prospect to Manyreach campaign.”

This action places one prospect inside a Manyreach campaign, so your outreach sequence picks that person up with no manual import.

When to use it
right after a trigger in another app, such as a form submission or a new deal in your CRM, that hands you a fresh lead worth contacting.
Watch out
each bundle it receives becomes one operation, so filter out duplicates and unqualified leads before this module.
Manyreach2

Make an API Call

Action

In Make“Performs an arbitrary authorized API call.”

Here you get direct access to the Manyreach API through the connection you already created, which covers whatever the other two modules leave out.

When to use it
when you need an action that Add Lead to Campaign and Get Campaigns do not offer.
Watch out
Make’s documentation for Manyreach is limited, so check the endpoint on the Manyreach side and test the call with Run once before relying on it.
Manyreach3

Get Campaigns

Search

In Make“Retrieves a list of campaigns from Manyreach.”

Get Campaigns hands back your Manyreach campaigns, one bundle per campaign, so later modules can work with the real list instead of a name typed by hand.

When to use it
before Add Lead to Campaign, when the target campaign depends on the lead’s source or segment.
Watch out
a search can return zero, one or many bundles, and everything after it runs once per bundle, so add a filter to keep only the campaign you want.
Need help

Need help automating Manyreach with Make?

A person reads every message.

FAQ

Manyreach and Make: common questions

01Is the Manyreach Make integration free?
Yes, on the Make side. Manyreach is a standard app, so it works on the Free plan. That plan allows 2 active scenarios, a minimum of 15 minutes between scheduled runs, 5 minutes of execution per run, files up to 5 MB and 512 MB of data transfer. Paid plans (Core, Pro, Teams and Enterprise) lower the interval to 1 minute, remove the cap on active scenarios and count usage in credits, meaning operations, each month. Your Manyreach subscription is a separate matter that Make does not cover.
02What does the Manyreach Make integration require to connect?
You need a Manyreach account and a Make account. Make’s documentation lists no specific prerequisite for this app. Add any Manyreach module, click Create a connection, give it a name if you like, then authorize Make on the Manyreach page or paste the key Manyreach provides, and click Save. Because the documentation for this app is limited, confirm the link by running Get Campaigns once and checking that your campaigns appear in the output.
03Does the Manyreach Make integration react in real time?
No, not by itself, because Manyreach has no trigger in Make. The scenario has to start elsewhere. You can open it with a trigger from another app, such as your form tool or CRM, and then call Add Lead to Campaign. Or you can start it on a schedule with the clock on the first module, which runs every 15 minutes by default. If that other app offers an instant trigger, it calls Make through a webhook as soon as something happens, and Manyreach receives the lead right after.
04What if a Manyreach module is missing in Make?
Use Make an API Call. It calls any endpoint of the Manyreach API with the same connection, so you are not limited to adding leads and listing campaigns. Keep in mind that Make says its own documentation for Manyreach is incomplete, since there is little public information about the app. Pin down on the Manyreach side the endpoint you need, and test the module with Run once before you switch the scenario on.
05Make or n8n for Manyreach: which one fits?
It depends on your criteria rather than on a winner. On Make, Manyreach offers 3 modules: Add Lead to Campaign, Get Campaigns and Make an API Call, with no trigger, and a visual editor where you test each run with Run once. The same app often has an n8n node too. Compare the modules each tool lists for Manyreach against the outreach flow you want to build, then pick the editor your team is comfortable maintaining.