Resources · Make integration

Nusii Make integrationAutomate Nusii with Make.

What if every accepted proposal in Nusii set off the next step on its own? The Nusii Make integration gives you 18 modules: 6 instant triggers, 10 actions and 2 searches. This page shows how to link your account, build a first scenario and pick the right module.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the Nusii Make integration do for you?

The Nusii Make integration links your Nusii account to Make so that clients and proposals move without copy and paste. You build a scenario, the automation itself: a chain of modules, where each module is one brick, such as a trigger that starts things or an action that does the work.

Follow up on a signed deal. Watch Proposal Accepted starts the scenario the moment a client says yes. Add Get a Client to pull the full client record, then hand it to your invoicing or project tool in the next module.

Turn a new client into a proposal. Watch Client Created fires when someone joins your client list. Create a Proposal drafts the document and Send a Proposal delivers it through Nusii, so no new contact waits for your attention.

Keep your team in the loop on losses. Watch Proposal Rejected tells you which deals fell through, so a sales lead can review them while the conversation is still fresh.

Make only covers what these modules and the Nusii API offer. When a listed module falls short, Make an API Call reaches other endpoints with the same connection. Nusii also states that its Make documentation is AI-generated and may contain mistakes, so verify important details with Nusii directly.

Deciding between tools? Read n8n vs Make. To go further, the Make training covers the editor step by step, and Make pricing explains what each plan includes.

Connect

How do you connect your Nusii account to Make?

  1. 01

    Copy your API key from Nusii

    In Nusii, open Settings, select the API section and copy the key shown on screen. You need an active Nusii account for this; the key is what lets Make act on your behalf.

  2. 02

    Add a Nusii module and start the connection

    In your Make scenario, add any Nusii module and click Create a connection. A connection is your Nusii account linked to Make once and reused by every Nusii module afterward. Naming it in Connection name is optional but handy.

  3. 03

    Paste the key and save

    Enter the API key you copied, or follow the on-screen instructions, and confirm. Make now shows your Nusii data in the module fields, so you pick clients and proposals from a list instead of typing them.

First scenario

Build your first scenario with Nusii

GoalWhen a new client is created in Nusii, Make drafts a proposal for that client and sends it.

  1. 01

    Create the scenario

    Go to the Scenarios page, create a new scenario and click the big + to add the first module. Search for Nusii and pick Watch Client Created.

  2. 02

    Set up the webhook and connection

    Click Create a webhook, then Create a connection and paste your Nusii API key. From then on, Nusii tells Make about each new client as soon as it exists.

  3. 03

    Add Create a Proposal

    Click the + to the right of the trigger and choose Create a Proposal. Map the client from the trigger into the module so the draft belongs to the right person.

  4. 04

    Send it with Send a Proposal

    Add Send a Proposal after it and map the proposal the previous module just created. Each item passed between modules is a bundle, here one client, then one proposal.

  5. 05

    Test with Run once

    Click Run once, then create a test client in Nusii. Open each module to read the bundle it received. If the proposal looks right, delete the test client and its draft.

  6. 06

    Switch the scenario on

    Save and switch the scenario on. Because the trigger is instant, it runs whenever a client appears. Each module run on a bundle counts as one operation on your Make plan.

Triggers

What can start a Nusii scenario?

6 modules start a scenario when something happens in Nusii. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Nusii as soon as it happens.

Nusii1Watch Client Created

Watch Client Created

Instant trigger

In MakeTriggers when a client is created.

This trigger hands your scenario each new client the moment it lands in Nusii, so onboarding can begin before anyone opens the app.

How it fires
instant. Nusii calls Make through a webhook as soon as the client is created, which means no polling and no waiting for a schedule.
When to use it
a new contact should also appear in your CRM, a welcome message should go out, or a proposal should be drafted right away.
Watch out
the documentation asks you to click Create a webhook before Create a connection on this module, so follow that order when you set it up.
Nusii2Watch Proposal Accepted

Watch Proposal Accepted

Instant trigger

In MakeTriggers when a proposal is accepted.

You get a bundle for every proposal a client accepts, which is the cleanest signal that a deal is won and work can start.

How it fires
instant. Nusii notifies Make through a webhook right when the acceptance happens.
When to use it
you want to open a project, create an invoice in your billing tool or post a message to the team channel as soon as a client signs off. Pair it with Get a Client if the next step needs the full client record.
Watch out
build the follow-up steps on a test proposal first, since an accepted deal is not something to fake with real clients.
Nusii3Watch Proposal Created

Watch Proposal Created

Instant trigger

In MakeTriggers when a proposal is created.

Every new proposal in Nusii reaches your scenario, whether a colleague drafted it by hand or another scenario produced it.

How it fires
instant. Nusii sends a webhook call to Make once the proposal exists.
When to use it
a manager wants to see each new draft, or you log proposals in a shared sheet to follow your pipeline.
Watch out
if another scenario uses Create a Proposal, its drafts will most likely trigger this module too, since they are new proposals. Plan for it so two scenarios do not feed each other endlessly.
Nusii4Watch Proposal Rejected

Watch Proposal Rejected

Instant trigger

In MakeTriggers when a proposal is rejected.

This one tells you when a client turns a proposal down, so a lost deal becomes a task instead of a silent line in Nusii.

How it fires
instant. The app calls Make through a webhook the moment the rejection is recorded.
When to use it
your sales lead wants a heads-up to call the client back, or you track lost deals in your CRM to understand why they slipped.
Watch out
a rejection is final information, not a draft, so avoid chaining a Delete a Proposal right after it unless you really want the record gone for good.
Nusii5Watch Proposal Sent

Watch Proposal Sent

Instant trigger

In MakeTriggers when a proposal is sent.

Your scenario learns about each proposal as it leaves Nusii for the client, which is the natural moment to start a follow-up.

How it fires
instant. Nusii pushes the event to Make by webhook when the proposal goes out.
When to use it
move the deal to a new stage in your CRM, or create a reminder task so someone checks in with the client later.
Watch out
a proposal sent by Send a Proposal is most likely reported here as well, so check which proposals should really start the follow-up before you switch both on.
Nusii6Watch Proposal Updated

Watch Proposal Updated

Instant trigger

In MakeTriggers when a proposal is updated.

Changes to an existing proposal come through here, so any system that holds a copy of it can stay in step with Nusii.

How it fires
instant. Nusii calls Make through a webhook as soon as the proposal is edited.
When to use it
you mirror proposals in a spreadsheet or a CRM and want the latest version there without checking by hand.
Watch out
an edit made by Update a Proposal will most likely fire this trigger too; if the same scenario listens here, it can loop, so keep the two apart.
Modules

What can Make do in Nusii?

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

Nusii1

Create a Client

Action

In MakeCreates a client.

Adds a new client to Nusii from data coming out of another app, so your client list fills itself instead of waiting for manual entry.

When to use it
a lead fills a form on your site or reaches a certain stage in your CRM, and you want them ready in Nusii before the first proposal.
Watch out
search with List Clients first if the same person might already exist, or you end up with duplicates.
Nusii2

Create a Proposal

Action

In MakeCreates a proposal.

Drafts a proposal in Nusii for you, which saves the blank-page step every time a new opportunity appears.

When to use it
right after Watch Client Created or a CRM deal update, when you know the client and want a draft waiting in Nusii.
Watch out
creating a proposal does not send it. Add Send a Proposal afterward, or review the draft by hand if a person should check it first.
Nusii3

Delete a Client

Action

In MakeDeletes a client.

Removes a client from Nusii, which keeps your account clean when a contact is gone from your other systems.

When to use it
a contact is removed from your CRM and you want Nusii to match, or you clean up test clients created while building a scenario.
Watch out
a deletion cannot be undone from Make. Test it on a throwaway client and check the mapping, so only the client you meant reaches this module.
Nusii4

Delete a Proposal

Action

In MakeDeletes a proposal.

Erases a proposal in Nusii, useful to clear out drafts that no longer have a reason to exist.

When to use it
a deal is cancelled in your CRM before the proposal went out, or you remove the test drafts your first Run once produced.
Watch out
there is no way back once the module runs. Map the proposal carefully and keep this module away from accepted proposals you still need.
Nusii5

Get a Client

Action

In MakeGets a client.

Fetches the full record of one client, so later modules can use details the trigger alone did not carry.

When to use it
after Watch Proposal Accepted, when your invoicing tool needs the client behind the proposal. You point it at a single client mapped from an earlier module.
Watch out
it reads one client only. To go through all of them, List Clients is the better choice.
Nusii6

Get a Proposal

Action

In MakeGets a proposal.

Reads a single proposal from Nusii and passes its content to the next module, ready to map anywhere in the scenario.

When to use it
another app gives you a reference to a proposal and you need the proposal itself, for instance to copy its details into a project tool.
Watch out
it works on one proposal at a time. For a batch, reach for List Proposals rather than repeating this module.
Nusii7

Make an API Call

Action

In MakePerforms an arbitrary authorized API call.

Calls any endpoint of the Nusii API with your existing connection, which covers whatever the other modules leave out.

When to use it
you need something Nusii offers through its API but none of the listed modules handles, and you are comfortable reading the Nusii API documentation.
Watch out
this module is more technical than the others. Try it with Run once and read the response before building on it.
Nusii8

Send a Proposal

Action

In MakeSends a proposal.

Sends an existing Nusii proposal on its way, which closes the gap between a ready draft and a client who can read it.

When to use it
just after Create a Proposal in a fully automated flow, or when a status change elsewhere means the proposal is approved internally.
Watch out
once sent, the client can see it. Test on a proposal addressed to yourself before switching the scenario on.
Nusii9

Update a Client

Action

In MakeUpdates a client.

Changes the details of a client that already exists in Nusii, so the next proposal goes out with current information.

When to use it
a contact edits their company details in your CRM or billing tool and you want Nusii to follow without a second edit.
Watch out
you need to point it at the right client. Map it from an earlier module, such as Get a Client or List Clients, instead of typing it once.
Nusii10

Update a Proposal

Action

In MakeUpdates a proposal.

Edits a proposal already in Nusii, handy when information elsewhere changes before the client signs.

When to use it
a deal is revised in your CRM and the matching proposal should reflect it, without anyone reopening Nusii.
Watch out
the edit will most likely fire Watch Proposal Updated too. If a scenario both listens for updates and applies them, it can run in circles, so split the logic.
Nusii11

List Clients

Search

In MakeGets all clients.

Returns your Nusii clients, each one as its own bundle, so you can process the whole list in one run.

When to use it
you sync your client base to a spreadsheet, or you check whether a contact already exists before Create a Client.
Watch out
a search can return zero, one or many bundles, and every following module then runs once per client, which adds operations to your plan.
Nusii12

List Proposals

Search

In MakeGets all proposals.

Pulls all your proposals out of Nusii as separate bundles, a good base for reports and bulk updates.

When to use it
you build a pipeline view in a spreadsheet or dashboard, or you want to review older proposals in one pass.
Watch out
every module after it runs for each proposal returned. Test with Run once and read how many bundles come back before adding costly steps.
Need help

Need help automating Nusii with Make?

A person reads every message.

FAQ

Questions about the Nusii Make integration

01Is the Nusii Make integration free?
Yes, on the Make side. Nusii is a standard app, available from the Free plan. That plan allows 2 active scenarios, a minimum of 15 minutes between scheduled runs, up to 5 minutes per execution, files up to 5 MB and 512 MB of data transfer. Paid plans lower the interval to 1 minute and remove the cap on active scenarios. Usage is counted in operations, one per module run on one bundle. You still need an active Nusii account with API access, and its subscription is set by Nusii.
02What do you need to connect Nusii to Make?
An active Nusii account and its API key. In Nusii, open Settings, go to the API section and copy the key. In Make, add a Nusii module, click Create a connection, give the connection a name if you like and paste the key. For a trigger, the order changes slightly: click Create a webhook first, then create the connection inside it. After that, every Nusii module in your scenarios reuses the same connection, so you only do this once.
03Do Nusii triggers in Make fire in real time?
Yes. All 6 Nusii triggers are instant: Nusii calls Make through a webhook as soon as a client is created or a proposal is created, sent, updated, accepted or rejected. Make does not have to check Nusii on a schedule, so the Free plan limit of 15 minutes between scheduled runs does not delay these triggers. You still need to switch the scenario on, and each module that processes the event counts as an operation on your plan.
04What if a Nusii module is missing in Make?
Use Make an API Call. It reaches any endpoint of the Nusii API with the connection you already have, so you are not limited to the 12 action and search modules. Check the Nusii API documentation for the endpoint you need and test the call with Run once. Also keep in mind that Nusii labels its Make documentation as AI-generated content that may contain mistakes, so confirm important behavior with Nusii before relying on it.
05Should you use Make or n8n for Nusii?
It depends on the tool your team already works in. On Make, Nusii comes with 18 modules, including 6 instant triggers, and runs from the Free plan with a guided editor and Run once testing. The same apps often have an n8n node too, so if your automations already live in n8n, check whether a Nusii node exists there before starting over. Neither choice is ranked here; pick the one where your other workflows already run.