Resources · Make integration

E-goi Make integrationAutomate E-goi with Make.

Tired of copying new sign-ups into E-goi by hand? The E-goi Make integration gives you 13 modules: 11 actions and 2 searches for contacts, tags, emails and SMS. This guide shows how to connect your account and build a first scenario step by step.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the E-goi Make integration do for you?

It links your E-goi account to Make, an automation tool, so contacts, tags and messages move without copy and paste. You build a scenario (the automation itself) out of modules, small bricks that each do one thing, such as creating a contact or sending an SMS.

Clean sign-ups, tagged from day one. A lead fills a form in another app, Create a Contact adds the person to E-goi, and Attach a Tag to a Contact labels them by source. Your segments stay tidy without anyone touching the list.

A text message when it matters. An order ships or a booking is confirmed in another tool, Search a Contact finds the person by email or phone, and Send an SMS Message reaches them on their cellphone. The same pattern works with Send an Email Message.

Opt-outs that follow the customer. When someone asks to stop hearing from you in your CRM or help desk, Unsubscribe Contacts applies the same choice in E-goi, so nobody keeps receiving campaigns they refused.

One thing to know upfront: E-goi has no trigger module in Make. Your scenario starts on a schedule or on a trigger from another app, then E-goi does the work. If you also use n8n, read the E-goi n8n integration and the n8n vs Make comparison. New to the editor? The Make training covers the basics.

Connect

How do you connect E-goi to Make?

  1. 01

    Add an E-goi module

    In a scenario, click the +, search for E-goi and pick any module, for example Create a Contact. Then click Create a connection. A connection is your E-goi account linked to Make once, and every E-goi module reuses it.

  2. 02

    Name it and authorize

    Give the connection a name if you like, such as the brand or the list it serves. Then either approve Make on the E-goi page that opens, or paste the key E-goi gives you, depending on what the window asks for.

  3. 03

    Save and check the fields

    Click Save. Once the connection exists, Make can read what your account holds and offers it in the module fields, so you pick values from a list instead of typing them.

First scenario

Your first scenario: add form leads to E-goi with a tag

GoalWhen someone fills a form in another app, Make creates the contact in E-goi and attaches a tag that says where they came from.

  1. 01

    Create the scenario

    Open the Scenarios page, create a new scenario and click the +. Pick the trigger of the app that collects your leads, such as your form tool, and connect it.

  2. 02

    Add Create a Contact

    Click the + on the right of the trigger, search for E-goi and choose Create a Contact. Create the connection, then map the name and email coming from the form into the module.

  3. 03

    Attach the tag

    Add Attach a Tag to a Contact after it. Point it at the contact the previous module just created, and choose a tag that names the source, like the form or the campaign.

  4. 04

    Test with Run once

    Submit a test entry in your form, then click Run once. Open each module's bubble to read the bundle it received (one bundle here is one contact) and check the person in E-goi.

  5. 05

    Schedule and switch on

    If your form app polls on a schedule, set it on the first module: every 15 minutes by default. Then switch the scenario on. Each module run on a bundle counts as one operation on your plan.

Modules

What each E-goi module does

E-goi gives you 13 modules. For each one: what it does for you, when to reach for it, and what to watch out for.

E-goi1

Activate Contacts

Action

In MakeActivates a list of contacts.

Switches a list of E-goi contacts back to active in one step, so people you had set aside are part of your audience again.

When to use it
a customer renews a contract or reopens an account in another tool, and you want them back in your mailings.
Watch out
it works on a list of contacts, so check with Run once which people the previous module passes in before you switch the scenario on.
E-goi2

Attach a Tag to a Contact

Action

In MakeAttaches a tag to selected contacts.

Puts a label on the contacts you select, which gives you a quick way to sort people by source, interest or status inside E-goi.

When to use it
right after Create a Contact, to mark every new lead with the form, event or offer that brought them in.
Watch out
the module needs to know which contact to tag, so map it from a module that returns that contact, like a search or a creation.
E-goi3

Create a Contact

Action

In MakeCreates a new contact.

Adds a new person to your E-goi account from data that lives elsewhere: a form, a shop, a spreadsheet or a CRM.

When to use it
whenever a new sign-up or buyer shows up in another app and should receive your campaigns without anyone retyping the details.
Watch out
if that person may already exist, run Search a Contact first so you update the existing record instead of creating a second one.
E-goi4

Deactivate Contacts

Action

In MakeDeactivates a list of contacts.

Sets a whole list of contacts to inactive, the counterpart of Activate Contacts, useful to set people aside from regular sends.

When to use it
a client closes their account or a subscription ends in your billing tool, and you want those people out of active sends.
Watch out
the directory does not explain how E-goi treats an inactive contact compared with an unsubscribed one, so check that in E-goi before choosing between the two.
E-goi5

Detach a Tag from a Contact

Action

In MakeDetaches a tag from selected contacts.

Removes a label from the contacts you pick, so a tag keeps meaning what it says as people move along.

When to use it
a lead tagged as a prospect becomes a paying customer in your CRM, and the prospect tag should go before the next campaign.
Watch out
pair it with Attach a Tag to a Contact in the same scenario when a status changes, otherwise the contact ends up with no label at all.
E-goi6

Get a Contact

Action

In MakeRetrieves a contact.

Reads one contact you already know how to point at and hands its details to the next modules in the scenario.

When to use it
an earlier step gives you a specific contact and you need its current data, for example to personalize an SMS.
Watch out
if all you have is an email or a phone number, Search a Contact is the better starting point, since it looks the person up for you.
E-goi7

Make an API Call

Action

In MakePerforms an arbitrary authorized API call.

Calls any endpoint of the E-goi API with the connection you already set up, for the cases the other twelve modules leave open.

When to use it
you need an E-goi feature that has no ready-made module and you are comfortable reading the E-goi API documentation.
Watch out
nothing is pre-filled here, you write the request yourself, so test it with Run once on a single contact before going further.
E-goi8

Send an Email Message

Action

In MakeSends an email message.

Sends an email through E-goi from inside a scenario, so a message goes out as a reaction to something happening in another tool.

When to use it
a quote is signed or an event registration is confirmed elsewhere, and the person should get an email from your E-goi account.
Watch out
every bundle that reaches this module triggers a send, so run a test with your own address before switching the scenario on.
E-goi9

Send an SMS Message

Action

In MakeSends an SMS message.

Texts a contact through E-goi, which is handy when an email risks sitting unread in an inbox.

When to use it
a delivery leaves the warehouse or an appointment is booked in another app, and a short text on the cellphone is the fastest way to reach the customer.
Watch out
make sure the contact has a cellphone number in E-goi, and use Search a Contact first when the trigger only gives you an email.
E-goi10

Unsubscribe Contacts

Action

In MakeUnsubscibes contacts.

Records in E-goi that people no longer want your messages, so an opt-out given in one tool is respected everywhere.

When to use it
a customer asks your support team or your CRM to stop all mailings, and you want E-goi to follow without a manual update.
Watch out
treat this as a customer's decision, not a cleanup tool; the directory does not say how it differs from Deactivate Contacts, so check that in E-goi first.
E-goi11

Update a Contact

Action

In MakeUpdates a contact.

Changes the details of a contact that already exists in E-goi, keeping your list in line with the tool where the data actually changes.

When to use it
a customer edits their phone number or company in your CRM or shop, and the new value should reach E-goi too.
Watch out
the module has to know which contact to change, so place Search a Contact or Get a Contact before it.
E-goi12

Search a Contact

Search

In MakeSearches for a contact specified by email address, cellphone number or phone number.

Looks up a person by email address, cellphone number or phone number and returns what E-goi knows about them.

When to use it
another app hands you only an email or a phone, and you need the E-goi contact before tagging, updating or texting it.
Watch out
a search can return zero, one or several bundles; when it finds nobody, the modules after it have nothing to work on, so plan for that case.
E-goi13

Search Contacts

Search

In MakeSearches for contacts.

Pulls several contacts at once, one bundle per person, when you want to act on a group rather than on a single record.

When to use it
you want to push a batch of E-goi contacts into a spreadsheet or another tool for a review or an export.
Watch out
every contact returned counts as one operation for each module that follows it, so narrow the search before connecting heavy steps.
Need help

Need help automating E-goi with Make?

A person reads every message.

FAQ

Questions people ask about E-goi and Make

01Is the E-goi Make integration free to use?
Yes. E-goi is a standard app in Make, so its modules are available from the Free plan. The Free plan has limits of its own: 2 active scenarios, at least 15 minutes between two scheduled runs, 5 minutes of execution per run and 512 MB of data transfer. Paid plans (Core, Pro, Teams and Enterprise) lower the interval to 1 minute and remove the cap on active scenarios. Make counts usage in operations, one per module run on one bundle, so a search that returns many contacts uses more of your monthly credits.
02What does it take to connect an E-goi account to Make?
Just your E-goi account and a Make account. Make's documentation for E-goi lists no special prerequisite. You add any E-goi module, click Create a connection, give it a name if you want, then either approve Make on the E-goi page or paste the key E-goi gives you, and click Save. That one connection is reused by all 13 E-goi modules, so you only do this once per account. If you manage several E-goi accounts, create one connection for each and name them clearly.
03Does E-goi start a Make scenario in real time?
No, not from E-goi itself: the app has no trigger module in Make, so nothing in E-goi can start a scenario. You have two ways around it. The first is to start on a trigger from another app, such as a form, a shop or a CRM, and let the E-goi modules act on what it sends. The second is to start on a schedule set on the first module, every 15 minutes by default, and use Search Contacts to pick up the people you want to process on each run.
04What if no E-goi module does what the scenario needs?
Use the Make an API Call module. It calls any endpoint of the E-goi API using the connection you already created, so you can reach features that the 12 other modules do not expose. The trade-off is that you write the request yourself, with the E-goi API documentation open next to Make. Make's documentation for E-goi gives no numbered limits, so this page cites none; test every new call with Run once on a single contact before activating the scenario.
05Make or n8n: which one fits E-goi better?
It depends on your team. Both tools can work with E-goi: Make offers 13 ready-made E-goi modules, from contact creation to SMS, plus Make an API Call for the rest, and E-goi also has an n8n node. The practical question is which editor your team already uses and where your other automations live, since keeping everything in one place makes scenarios easier to maintain. If you are starting from zero, try the first scenario on this page on the Free plan and see if the Make editor suits you.