Resources · Make integration

Fusioo Make integrationAutomate Fusioo with Make.

Your Fusioo records can react to the rest of your tools on their own. The Fusioo Make integration gives you 8 modules: 1 instant trigger, 5 actions and 2 searches. This page shows how to link your account and build a first working scenario, even if Make is new to you.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the Fusioo Make integration do for Fusioo?

The Fusioo Make integration links your Fusioo account to Make, a visual tool where you chain apps together without code. You build a scenario (the automation itself, a chain of modules), and each module is one brick: a trigger that starts things, an action that changes something, or a search that looks something up.

New records that tell the right people. Watch Records starts a scenario the moment a record is created or updated in Fusioo. From there, the next module can post a message, send an email or copy the data into another tool your team already uses.

Records that fill themselves. Picture a small agency that collects project requests through a web form. The form app becomes the start of the scenario, and Create a Record drops each request into the right Fusioo App, so nobody retypes anything. Find a Record can check first whether the client already exists.

Files that land where they belong. Upload a File and Download a File move attachments between Fusioo and your storage or email tools, so a signed document does not sit in an inbox.

Worth knowing before you start: Make's own documentation for Fusioo is limited, because little public information exists about the app. Test every scenario with Run once before you rely on it. If a module is missing, Make an API Call reaches the rest of the Fusioo API with the same connection. Comparing tools? Read the n8n vs Make breakdown, or the full Make review. Stuck on an error later, Make troubleshooting covers the common ones.

Connect

How do you connect Fusioo to Make?

  1. 01

    Add a Fusioo module

    Open a scenario, click the big +, type Fusioo in the search box and pick any of its modules. Make then asks for a connection, which is simply your Fusioo account linked to Make once. Click Create a connection.

  2. 02

    Name it and authorize

    Give the connection a clear name if you like, such as the workspace it belongs to. Then either approve Make on the Fusioo page that opens, or paste the key Fusioo gives you, depending on what the window asks for.

  3. 03

    Save and reuse it

    Click Save. The connection now appears in every Fusioo module you add later, in this scenario or any other, so you only do this once per account.

First scenario

Build your first scenario with Fusioo

GoalWhen a new request arrives in another app, Make creates a matching record in Fusioo.

  1. 01

    Create the scenario

    On the Scenarios page, create a new scenario and click the + in the middle of the canvas. This first bubble will be the app where your requests arrive, a form tool for example.

  2. 02

    Set the starting module

    Search that app, pick the module that watches new entries and link its account with Create a connection. Each new entry will travel through the scenario as one bundle, meaning one item passed from module to module.

  3. 03

    Add Create a Record

    Click the + on the right of the first bubble, search Fusioo and choose Create a Record. Pick your Fusioo connection, then the App that should receive the requests. Make lists what it can read once connected.

  4. 04

    Map the data

    Fill each record field by clicking into it and choosing values from the first module, like the name or email of the requester. Leave out anything you do not need for now.

  5. 05

    Test with Run once

    Send one test entry through your form, then click Run once. Open the small bubbles above each module to read the bundles it received, and check the new record inside Fusioo.

  6. 06

    Schedule and switch on

    Click the clock on the first module. A new scenario checks every 15 minutes by default. Keep that or change it, then switch the scenario on so it keeps running without you.

Triggers

What starts a Fusioo scenario?

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

Fusioo1Watch Records

Watch Records

Instant trigger

In Make“Triggers when a Fusioo record is created or updated.”

You get a scenario that springs into action whenever someone adds a record in Fusioo or changes one. Each record arrives as one bundle, ready for the next module to use.

How it fires
instant, meaning Fusioo calls Make through a webhook as soon as it happens (the lightning badge on the module), instead of Make checking on a timer.
When to use it
a deal moves to a new stage and sales should hear about it, or a support ticket gets edited and the customer needs a reply.
Watch out
since it also reacts to edits, a later Update a Record step on those same records may start the scenario again. Test with Run once.
Modules

What can Make do in Fusioo?

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

Fusioo1

Create a Record

Action

In Make“Creates a new record in a specified App.”

Adds a fresh record to the Fusioo App you choose, filled with data coming from earlier modules. No more copying lines by hand from a form or a spreadsheet.

When to use it
a new customer signs up in another tool and should exist in Fusioo too.
Watch out
it always creates, even if the same person is already there. Put Find a Record in front of it when duplicates matter.
Fusioo2

Download a File

Action

In Make“Initiates a file download.”

Pulls a file stored in Fusioo into your scenario, so the next module can send it, archive it or attach it somewhere else.

When to use it
a contract sits on a Fusioo record and has to go to a storage folder or out by email.
Watch out
on the Free plan, Make handles files up to 5 MB, so large documents may need a paid plan.
Fusioo3

Make an API Call

Action

In Make“Performs an arbitrary authorized API call.”

Opens the whole Fusioo API to your scenario, through the connection you already set up. Anything the other modules skip, you can still reach here.

When to use it
you need an operation Fusioo offers that none of the 7 ready-made modules covers.
Watch out
you write the request yourself, since no ready-made form guides you. Test each call with Run once and read the bundle it returns before switching on.
Fusioo4

Update a Record

Action

In Make“Updates an existing Fusioo record.”

Changes an existing Fusioo record, so its status, owner or dates stay in step with what happens in your other tools.

When to use it
an invoice gets paid in your billing app and the matching project record should show it.
Watch out
it needs to know which record to change. Locate it first with Find a Record, then map that result into this module.
Fusioo5

Upload a File

Action

In Make“Prepares the file for upload.”

Readies a file from an earlier module so Fusioo can receive it. Attachments from email or storage then end up next to the right data.

When to use it
a client emails a signed quote and you want it filed in Fusioo without downloading it yourself.
Watch out
the file must already travel in the scenario, as a bundle from a previous module; this module does not fetch it for you.
Fusioo6

Find a Record

Search

In Make“Searches for a Fusioo record.”

Looks through Fusioo for records that match what you ask and hands back what it finds, so later steps work on real data instead of guesses.

When to use it
before creating a contact, to check whether that email address is already in your base.
Watch out
a search can return zero, one or several bundles, and each bundle runs the following modules once, which counts extra operations.
Fusioo7

Get a Record

Search

In Make“Retrieves a Fusioo record.”

Fetches one specific Fusioo record in full when you already know which one you want. Clean and direct, with no searching involved.

When to use it
Watch Records has just flagged a record and you need the complete record before sending a summary to your team.
Watch out
without a known ID, this module has nothing to fetch. Pick Find a Record in that case.
Need help

Need help automating Fusioo with Make?

A person reads every message.

FAQ

Fusioo and Make: common questions

01Is the Fusioo Make integration free?
Yes, Fusioo is a standard app in Make, so it works from the Free plan. That plan has limits: 2 active scenarios, at least 15 minutes between two scheduled runs, 5 minutes of execution per run, files up to 5 MB and 512 MB of data transfer. Every module run counts as one operation, which is what Make measures on your plan. Paid plans lower the interval to 1 minute and remove the cap on active scenarios. This answer covers Make only, not the price of Fusioo itself.
02What do you need to connect Fusioo to Make?
A Fusioo account and a Make account. Make's documentation lists no special prerequisite for Fusioo. You add any Fusioo module, click Create a connection, name it if you like, then either approve Make on the Fusioo page or paste the key the app gives you, and click Save. That connection is reused by every Fusioo module afterwards. Since the official documentation for this app is limited, test the link with Run once right away.
03Does the Fusioo Watch Records trigger work in real time?
Yes. Watch Records is an instant trigger: Fusioo calls Make through a webhook as soon as a record is created or updated, so the scenario starts right away rather than waiting for a scheduled check. In the editor you spot it by the lightning badge on the module. Scheduled triggers, by contrast, carry a clock badge and only look for news at the interval you set, every 15 minutes by default on a new scenario.
04What if a Fusioo module is missing in Make?
Use Make an API Call. It sends any request the Fusioo API accepts, with the connection you already have, so you are not limited to the 7 modules listed on this page. You do have to build the request yourself, because this module offers no ready-made fields. Also keep in mind that Make's own documentation for Fusioo is limited, so test each new step with Run once and read the bundles it returns before switching the scenario on.
05Should you use Make or n8n for Fusioo?
It depends on the tool your team already runs. On the Make side, Fusioo comes with 8 modules, an instant trigger and Make an API Call for the rest of the API, all usable from the Free plan. Many apps also have an n8n node, so check whether one exists for Fusioo before you choose. Neither tool is ranked here: pick the one where your other automations already live, so everything stays in one place.