Noloco Make integrationAutomate Noloco with Make.
Can Make keep your Noloco records moving without code? Yes. The Noloco Make integration gives you 7 modules: 2 scheduled triggers, 4 actions and 1 search. This guide is for ops teams running a Noloco app and takes you from connection to a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Noloco Make integration do for you?
The Noloco Make integration links your Noloco account to Make, a no-code tool where you build a scenario: the automation itself, a chain of modules. A module is one brick of that chain, such as a trigger, an action or a search. Noloco brings 7 of those bricks, so records can be watched, created, updated, found or deleted without opening Noloco.
A client portal that fills itself. When a form tool or a CRM hands Make a new client, Create a Record adds it to the right Noloco collection, and Search Records can check first that this client is not already there. Each item travelling between modules is a bundle: one client, one row.
Follow-up work that starts on its own. Watch New Records spots a fresh request in Noloco and passes it along, for example to create a task record in another collection. Watch Record Updates does the same when someone edits a record, which suits approval flows where a status moves forward.
Clean data without manual edits. Update a Record corrects a record you already know by its ID, and Delete a Record removes one for good. For requests the ready-made modules do not cover, Execute a GraphQL Query sends a query you write yourself.
What Make does not do here: both triggers are scheduled, so Make checks Noloco on the scenario's schedule instead of hearing about changes the moment they happen. The official doc also warns that it was AI-generated from Noloco's documentation, so confirm critical details with Noloco. Weighing your options? Read n8n vs Make, check Make pricing, or get hands-on with Make training.
How do you connect Noloco to Make?
- 01
Add a Noloco module
Open your scenario in Make, add any Noloco module, then click Create a connection. A connection is your Noloco account linked to Make once, then reused by every Noloco module you add later.
- 02
Copy your API key
In Noloco, open the settings panel, go to Integrations & API Keys and copy the key shown in the API Keys section. You need an active Noloco account for that key to exist.
- 03
Paste it and save
Back in Make, type a name in Connection name if you want one (it is optional), paste the API key and save. Make can now read your Noloco data and list what each module can work on.
Your first scenario with Noloco and Make
GoalWhen a new record lands in Noloco, Make creates a matching follow-up record in another collection.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the + in the middle of the editor. That empty circle is where your first module goes.
- 02
Add Watch New Records
Search for Noloco, pick Watch New Records and link your account. Once the connection exists, Make lists what it can read in Noloco, so you simply choose where new records should be watched.
- 03
Add Create a Record
Click the + on the right of the trigger and add Create a Record. Pick the target collection, then map data from the new record into the fields of the follow-up record.
- 04
Test with Run once
Add a test record in Noloco, then click Run once. Read the bundles each module received and confirm the follow-up record landed in the collection you expected.
- 05
Schedule and switch on
Click the clock on the first module to set the schedule: every 15 minutes by default, down to 1 minute on paid plans. Then switch the scenario on so it keeps working without you.
What can start a Noloco scenario?
2 modules start a scenario when something happens in Noloco. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Noloco as soon as it happens.
Watch New Records
Scheduled triggerIn Make“Watches for newly created records.”
Watch New Records hands your scenario the records newly created in Noloco, one bundle per record, ready to feed the modules that follow.
Watch Record Updates
Scheduled triggerIn Make“Watches for newly updated records.”
Watch Record Updates picks up the records someone edited in Noloco and sends each one to your scenario, so a changed status can set off the next step.
What else can Make do in Noloco?
Noloco gives you 5 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Create a Record
ActionIn Make“Creates a new collection record.”
Create a Record adds a new entry to a Noloco collection from data another module passed along, so your app fills up without anyone typing.
Delete a Record
ActionIn Make“Deletes an existing collection record.”
Delete a Record removes an existing Noloco record for good, which keeps collections clear of cancelled or test entries.
Execute a GraphQL Query
ActionIn Make“Performs an arbitrary authorized GraphQL query.”
Execute a GraphQL Query sends a query you write yourself to Noloco, through the connection you already set up, for the moments when the ready-made modules stop short.
Update a Record
ActionIn Make“Updates an existing record by ID.”
Update a Record changes an existing Noloco record identified by its ID, so a status, an owner or an amount stays current without manual edits.
Search Records
SearchIn Make“Search for a record by an of its unique values.”
Search Records finds a Noloco record from one of its unique values and hands it to the next module, so later steps work on the record you actually mean.
Need help automating Noloco with Make?
A person reads every message.