Resources · Make integration

SuiteCRM 7 Make integrationAutomate SuiteCRM 7 with Make.

Can Make keep your SuiteCRM 7 records up to date while you sell? The SuiteCRM 7 Make integration gives you 5 modules: one trigger, three actions and one search. This guide is for sales and ops teams who run their own CRM, 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 SuiteCRM 7 Make integration do for you?

The SuiteCRM 7 Make integration links your CRM to the other apps you use, without writing code. In Make you build a scenario, the automation itself, out of modules, the building blocks that each do one job: here, spotting new or changed records, creating them, reading them, updating them and searching for them.

Leads that file themselves. When a web form or an ad platform collects a prospect, Create object adds the matching record to SuiteCRM 7, so nobody retypes names and emails into the CRM.

Customers that stay in sync. Your shop or invoicing tool knows about a buyer first. Search for objects checks whether that person is already in the CRM, and Update object refreshes the record instead of creating a duplicate.

A team that hears about deals. Watch objects notices new or edited records of the type you choose and hands them to the next app, for instance a chat message or a text alert for the account owner.

Know the edges before you start. SuiteCRM 7 has no Make an API Call module in Make, so what these 5 modules cannot do stays out of reach without another tool, and the documentation lists no specific limits. To pick a plan, read Make pricing. If you are still weighing tools, n8n vs Make lays out how the two compare, and Make training helps you get comfortable with the editor.

Connect

How do you connect SuiteCRM 7 to Make?

  1. 01

    Open the connection window

    In your scenario, add any SuiteCRM 7 module, then click Add next to the Connection field. A connection is your CRM account linked to Make once and reused by every SuiteCRM 7 module. You can type a label in Connection name if you like.

  2. 02

    Point Make to your CRM

    In the CRM URL field, paste the web address where your SuiteCRM 7 instance is hosted. It is the same address you open in your browser to log in, so copy it from there to avoid typos.

  3. 03

    Sign in and save

    Fill Username and Password with your SuiteCRM 7 login, then click Save. From now on, every SuiteCRM 7 module in your scenarios can pick this connection from the list.

First scenario

Build your first scenario: form leads into SuiteCRM 7

GoalWhen a prospect fills a form in another app, Make creates the matching record in SuiteCRM 7.

  1. 01

    Create the scenario

    On the Scenarios page, create a new scenario and click the + in the middle of the canvas. This first module is the app where your prospects arrive, such as your form tool.

  2. 02

    Set up the starting app

    Search for your form app, pick its module for new entries and connect your account. Each entry it passes on is a bundle: one item, here one prospect with its answers.

  3. 03

    Add Create object

    Click the + on the right of the first module, search for SuiteCRM 7 and choose Create object. Pick your connection, then the object type Make lists from your CRM.

  4. 04

    Map the answers

    Fill the record fields by clicking the values from the form module: the prospect's name and email go into the matching fields. No copy and paste, just drag the right answer into place.

  5. 05

    Test with Run once

    Click Run once, send a test entry through your form, then open the bubbles to read what each module received. Check in SuiteCRM 7 that the new record is there.

  6. 06

    Schedule and switch it on

    Open the clock on the first module to set the schedule (every 15 minutes by default) and turn the scenario on. Each module run counts as one operation on your Make plan.

Triggers

What starts a SuiteCRM 7 scenario?

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

SuiteCRM 71Watch objects

Watch objects

Scheduled trigger

In MakeTriggers when a new object of selected type is created or updated.

Watch objects hands your scenario every record of the type you pick each time Make checks and finds it new or changed, so the rest of the flow works from fresh CRM data.

How it fires
this is a scheduled trigger. Make checks the app on the scenario's schedule, every 15 minutes by default, and it cannot run faster than every 15 minutes on the Free plan.
When to use it
a new opportunity should create a note in another tool or alert the rep who owns the account.
Watch out
edits count as well as creations, so a scenario that later updates the same type of object can end up feeding its own trigger.
Modules

What the SuiteCRM 7 modules do

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

SuiteCRM 71

Create object

Action

In MakeCreates a new object of selected type.

Create object adds a brand new record to SuiteCRM 7, of whichever type you select, and fills it with data from earlier modules.

When to use it
a prospect, buyer or signed deal shows up in another app and should exist in your CRM without anyone typing it.
Watch out
each run creates a new record, so place Search for objects in front when duplicates would hurt.
SuiteCRM 72

Retrieve object

Action

In MakeRetrieves an object of selected type by ID.

Retrieve object fetches one precise SuiteCRM 7 record from its ID and gives the following modules all of its data to work with.

When to use it
you already hold the ID, often from Watch objects, and need the full record before writing an email or a document.
Watch out
without an ID, this module has nothing to go on; to find a record by name or email, Search for objects is the right pick.
SuiteCRM 73

Update object

Action

In MakeUpdates an object of selected type by ID.

With Update object, an existing SuiteCRM 7 record gets new values, such as a changed status or a corrected phone number without you opening the CRM.

When to use it
a payment, a reply or a form answer elsewhere should change a record you already have.
Watch out
it works by ID, so get that ID first from Search for objects or Watch objects.
SuiteCRM 74

Search for objects

Search

In MakeRetrieves objects of selected type by a search criteria.

Search for objects looks through one type of SuiteCRM 7 record using your criteria and returns what it finds, which lets you check before you write.

When to use it
before creating a contact, to see whether that email is already in the CRM.
Watch out
a search can return zero, one or several bundles, and every module after it runs once per bundle, which adds operations.
Need help

Need help automating SuiteCRM 7 with Make?

A person reads every message.

FAQ

SuiteCRM 7 and Make: common questions

01Is the SuiteCRM 7 Make integration free?
Yes, SuiteCRM 7 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. Paid plans (Core, Pro, Teams and Enterprise) bring the interval down to 1 minute, remove the cap on active scenarios and allow 40 minutes of execution. Make counts usage in operations, one per module run, against your monthly credits. Your SuiteCRM 7 hosting is a separate matter this page does not cover.
02What do you need to connect SuiteCRM 7 to Make?
Three things: the address where your CRM is hosted, and the username and password you use to log in to SuiteCRM 7. The documentation lists no other prerequisite. In any SuiteCRM 7 module, click Add next to the Connection field, optionally give the connection a name, paste the address into CRM URL, fill Username and Password, then click Save. The connection is stored once and every SuiteCRM 7 module in your scenarios can reuse it, so you only go through this screen one time per account.
03Does the SuiteCRM 7 trigger in Make fire in real time?
No. Watch objects is a scheduled trigger: Make asks SuiteCRM 7 for new or updated records each time the scenario runs, and does not get a signal from the CRM when something happens. A new scenario runs every 15 minutes by default. On the Free plan, 15 minutes is also the shortest gap allowed; paid plans can go down to 1 minute. If you need a reaction closer to the moment of the change, shorten the schedule on a paid plan rather than looking for an instant option, which this app does not offer.
04What if a SuiteCRM 7 module is missing in Make?
It depends on what you need. SuiteCRM 7 has no Make an API Call module in Make, so you cannot send a custom request to the CRM from this app. The 5 modules cover watching, creating, retrieving, updating and searching records, and many needs fit inside them once you combine a search with an update. For anything else, look for another app in Make that can handle that step, or ask the Hack'celeration team to review the scenario with you. The documentation does not list specific limits for these modules.
05Should you use Make or n8n for SuiteCRM 7?
It depends on where your automations already live. In Make, SuiteCRM 7 comes with 5 modules: one scheduled trigger, three actions and one search, all set up through a visual editor and a single connection. The same app often has an n8n node too, so check that it exists and covers your records before you switch. The fair test is simple: list the steps your process needs, see which tool offers a module for each one, and keep your CRM flows in the tool your team already knows.