Resources · Make integration

ManyContacts Make integrationAutomate ManyContacts with Make.

Can Make update ManyContacts and answer on WhatsApp while your team works elsewhere? Yes. The ManyContacts Make integration brings 8 modules: 1 instant trigger, 6 actions and 1 search. This guide walks you through the connection and a first scenario, step by step.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the ManyContacts Make integration do for you?

The ManyContacts Make integration lets Make read and write your ManyContacts data without code. You build a scenario, the automation itself, out of modules: each module is one brick, such as a trigger that starts the run or an action that saves a contact or sends a WhatsApp message.

Every lead lands in ManyContacts with a first message. A form or a shop sends a new lead, Create or Update a Contact saves it without making a duplicate of someone already known, and Send a WhatsApp Message opens the conversation.

Incoming messages reach the right person. Watch New Event reacts when a ManyContacts event is created, edited or gets a new message. From there, Make can post an alert in your team chat or log the exchange in a sheet, so nobody has to stand guard over the inbox.

Contacts carry their own context. Add a Contact Tag, Add a Contact Custom Field and Add a Note to a Contact write what other tools know, like a paid invoice or a booked demo, straight onto the contact card your agents open.

One limit to keep in mind: the official documentation for this app is thin, and Make says so itself. When a listed module falls short, Make an API Call reaches the rest of the ManyContacts API with the same connection. If you are still choosing a tool, the n8n vs Make comparison lays out the criteria, and the Make training covers the editor from the ground up. For a scenario with several apps, the Make agency team can build it with you.

Connect

How do you connect ManyContacts to Make?

  1. 01

    Add a ManyContacts module

    In your scenario, search for ManyContacts, pick any of its modules, then click Create a connection. The connection is your ManyContacts account linked to Make once, and every ManyContacts module reuses it afterwards.

  2. 02

    Name the connection

    This step is optional but helps later: give the connection a clear name, for example the WhatsApp line or the team it belongs to. When a workspace holds several accounts, the name is how you tell them apart in each module.

  3. 03

    Authorize and save

    Follow what ManyContacts asks for: either you approve access on its page, or you paste the key the app gives you. Then click Save. Make can now read and write the account, and the module fields become available.

First scenario

Build your first ManyContacts scenario

GoalWhen a lead fills in a form in another app, Make saves the contact in ManyContacts and sends a WhatsApp welcome.

  1. 01

    Create the scenario

    Open the Scenarios page, create a new scenario, then click the + to add the first module.

  2. 02

    Start with your lead source

    Pick the app where leads come in, such as your form tool, and link its account. Every new entry it sends becomes one bundle, the item passed on to the next module.

  3. 03

    Save the lead in ManyContacts

    Click the + on the right, search for ManyContacts and choose Create or Update a Contact. Connect your account, then map the lead details from the previous module into the fields.

  4. 04

    Send the WhatsApp welcome

    Add Send a WhatsApp Message after it. Map the number from the earlier bundle and write a short greeting, which can reuse the first name the form collected.

  5. 05

    Test with Run once

    Submit a test entry in your form, then click Run once. Read the bundles each module received and check that the message went out.

  6. 06

    Schedule and switch on

    Set the schedule on the first module. A new scenario runs every 15 minutes by default. Then switch the scenario on so it keeps working without you.

Triggers

What starts a ManyContacts scenario?

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

ManyContacts1Watch New Event

Watch New Event

Instant trigger

In Make“Triggers when a new ManyContacts event is created, edited or gets a new message”

Watch New Event starts your scenario whenever a ManyContacts event is created, edited or receives a new message. Each change reaches Make as one bundle, so the modules that follow can route it, copy it or answer it.

How it fires
instant: the app calls Make through a webhook as soon as it happens.
When to use it
choose it when a fresh WhatsApp message should alert a teammate, create a task or land in a shared sheet without anyone refreshing the inbox.
Watch out
edits count as events too, not only new messages, so the same event can start several runs. Read the bundles in Run once before you add actions that should happen only once.
Modules

What can ManyContacts do in a Make scenario?

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

ManyContacts1

Add a Contact Custom Field

Action

In Make“Adds a custom field to the contact.”

Stores an extra piece of information on a contact, beyond the standard details, so your agents see it right on the card when they open the chat.

When to use it
after a purchase or a signup in another tool, to write the plan, the order reference or the account owner onto the matching contact.
Watch out
a tag is better for sorting; keep custom fields for values that change from one contact to the next.
ManyContacts2

Add a Contact Tag

Action

In Make“Adds a contact tag.”

Labels a contact so your team can sort and filter conversations by status, source or interest, without reading each chat to find out.

When to use it
when a lead books a demo or an invoice is paid, tag the contact so the right people pick it up in ManyContacts.
Watch out
use the exact wording of your existing tags; run Get all Contact Tags first if you are unsure how they are spelled.
ManyContacts3

Add a Note to a Contact

Action

In Make“Adds an internal note to a contact action.”

Leaves an internal note on a contact, visible to your team and not sent to the customer, so context from other tools sits next to the conversation.

When to use it
when a support ticket closes or a quote is signed elsewhere, drop a one-line summary on the contact before the next agent replies.
Watch out
the module writes one note per bundle it receives, so send only the events your agents actually need to read.
ManyContacts4

Create or Update a Contact

Action

In Make“Creates or updates a contact.”

Keeps your ManyContacts address book clean: the module creates the contact when it is new and updates it when it already exists, in a single step.

When to use it
as the first ManyContacts module after a form, a shop order or a CRM change, before you tag the contact or message it.
Watch out
after Run once, open the contact in ManyContacts to confirm the right record was updated before you switch the scenario on.
ManyContacts5

Make an API Call

Action

In Make“Performs an arbitrary authorized API call.”

Opens the whole ManyContacts API to your scenario, reusing the connection you already created, for anything the seven other modules do not cover.

When to use it
when a need goes beyond tags, notes, custom fields, contacts and messages, and the ManyContacts API offers the endpoint for it.
Watch out
Make says its documentation for this app is limited, so you will need the ManyContacts API reference to know which endpoint to call.
ManyContacts6

Send a WhatsApp Message

Action

In Make“Sends a WhatsApp message to a number.”

Sends a WhatsApp message from your ManyContacts line to a phone number, so a customer hears from you the moment something happens in another tool.

When to use it
for an order confirmation, a reminder before an appointment or a welcome right after a lead signs up.
Watch out
test with your own number in Run once first, so the first message the scenario sends never lands on a real customer.
ManyContacts7

Get all Contact Tags

Search

In Make“Gets all contact tags.”

Returns the tags defined in your ManyContacts account, one bundle per tag, so a scenario can check or reuse them instead of guessing their spelling.

When to use it
before Add a Contact Tag, to confirm a label exists, or to copy your tag list into a sheet the whole team can check.
Watch out
as a search it can return several bundles, and each following module then runs once per tag.
Need help

Need help automating ManyContacts with Make?

A person reads every message.

FAQ

ManyContacts and Make: frequent questions

01Is the ManyContacts Make integration free?
Yes, ManyContacts is a standard app in Make, available from the Free plan. That plan allows 2 active scenarios, a minimum of 15 minutes between two scheduled runs, 5 minutes of execution per run, files up to 5 MB and 512 MB of data transfer. Each operation, one module handling one bundle, counts toward your plan. Paid plans (Core, Pro, Teams and Enterprise) lower the interval to 1 minute, remove the cap on active scenarios and count usage in credits per month.
02What do you need to connect ManyContacts to Make?
A ManyContacts account and a Make account are enough to start, since Make lists no other prerequisite for this app. Add any ManyContacts module, click Create a connection, name it if you like, approve the access or paste the key ManyContacts gives you, then click Save. The connection is stored once and every ManyContacts module in your scenarios reuses it, so you do not repeat the step for each module.
03Does the ManyContacts trigger in Make fire in real time?
Yes. Watch New Event is an instant trigger: ManyContacts calls Make through a webhook as soon as an event is created, edited or gets a new message, and the scenario starts on that call. Keep in mind that edits count as events as well, so the same event can start several runs. Test the trigger with Run once and read the bundles to see which changes reach Make before you add actions.
04What if a ManyContacts module you need is missing in Make?
Use Make an API Call. It reaches any endpoint of the ManyContacts API from your scenario with the connection you already set up, which covers what the seven listed modules leave out. Make itself says its documentation for ManyContacts is limited, so keep the ManyContacts API reference open to find the endpoint and the data it expects. Once the call works in Run once, map its output into the next modules exactly as you would with any other ManyContacts module, and keep the same connection throughout.
05Should you use Make or n8n for ManyContacts?
It depends on the tool your team already uses and on the modules you need. On the Make side, ManyContacts offers 8 modules, including an instant trigger, plus Make an API Call for the rest of the API. Many apps also have an n8n node, so check whether ManyContacts has one before you decide. The n8n vs Make comparison linked in this page lists the criteria side by side, without ranking one tool over the other.