Quipu Make integrationAutomate Quipu with Make.
Need invoices, contacts and tickets in Quipu to move without copy and paste? The Quipu Make integration gives you 21 modules: 3 triggers, 15 actions and 3 searches. This page shows how to connect your account, build a first scenario and pick the right module.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Quipu Make integration do for you?
The Quipu Make integration links your Quipu account to Make, a no-code tool where you build a scenario: the automation itself, a chain of modules. Each module is one brick of that chain, either a trigger that starts the run, an action that changes something in Quipu, or a search that finds records for you.
Invoices shared without anyone chasing them. At each scheduled check, Watch New Invoices picks up every new invoice and hands it to the next module, which can copy it to a spreadsheet or alert whoever follows up on payments.
Contacts kept clean when they come from outside. When a new client signs in your sales tool, List Contacts checks whether the person is already in Quipu, then Create a Contact or Update a Contact finishes the job.
Refunds that follow the decision. An approval recorded in another app can call Refund an Invoice or Refund a Ticket, for the full amount or part of it, without anyone reopening Quipu.
What you will not find here: instant triggers (all 3 are scheduled) and detailed documentation, which Make itself describes as limited for Quipu. Make an API Call covers what the listed modules leave out. The same app often has an n8n node as well, and the n8n vs Make comparison sets the two tools side by side. To see how plans count usage, read Make pricing.
How do you connect Quipu to Make?
- 01
Add a Quipu module
Open your scenario, click the +, type Quipu and choose any module, for example Watch New Invoices. Then click Create a connection. A connection is your Quipu account linked to Make once and reused by every Quipu module.
- 02
Name the connection
Give it a name you will recognize later, such as the company the account belongs to. The step is optional, but it helps a lot once several Quipu accounts live in the same Make workspace.
- 03
Authorize and save
Make then asks you either to approve access on Quipu's own page or to paste the key Quipu gives you. Finish with Save, and the module can now list what it reads from your account.
Your first scenario: from a new order to a Quipu invoice
GoalWhen a new order lands in another app, Make creates the customer in Quipu, then the invoice.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the +. The first module comes from the app where orders arrive, your online store or your form tool, and it starts every run.
- 02
Add Create a Contact
Click the + to the right of the first module, search Quipu and pick Create a Contact. Click Create a connection if this is your first Quipu module, then map the customer data from the order.
- 03
Add Create an Invoice
Add one more module to the right: Create an Invoice. Fill it by mapping data from the order and from the contact you just created, so the invoice lands on the right person.
- 04
Test with Run once
Click Run once and place a test order. Open each module to read the bundles it received, then check in Quipu that exactly one contact and one invoice appeared.
- 05
Schedule and switch on
Set the schedule with the clock on the first module (every 15 minutes by default), then switch the scenario on. From that point, each new order is handled without you.
What starts a Quipu scenario
3 modules start a scenario when something happens in Quipu. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Quipu as soon as it happens.
Watch New Contacts (deprecated)
Scheduled triggerIn Make“Triggers when a new contact is added”
Watch New Contacts starts a scenario each time a contact appears in Quipu, handing Make one bundle (one item passed to the next module) per new contact. The documentation marks this trigger as deprecated, so it still shows up in the list but should not carry anything new.
Watch New Invoices
Scheduled triggerIn Make“Triggers when a new invoice is added”
Watch New Invoices gives you a scenario that wakes up whenever an invoice is added in Quipu. Each new invoice arrives as its own bundle, ready to be copied to a spreadsheet, announced to a team channel or used to look up the customer behind it.
Watch New Tickets
Scheduled triggerIn Make“Triggers when a new ticket is added”
Watch New Tickets turns every ticket added in Quipu into the starting point of a scenario. Make passes each ticket along separately, so the modules that follow handle one ticket at a time.
What each Quipu module does
Quipu gives you 18 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Create a Contact
ActionIn Make“Creates a new contact”
Create a Contact adds a new contact record to Quipu from data another module hands over, so nobody retypes a name that came from a form or an order.
Create an Invoice
ActionIn Make“Creates a new invoice”
Create an Invoice produces a new invoice in Quipu from data mapped out of earlier modules. It is the step that turns a closed sale into something you can collect on.
Create a Ticket
ActionIn Make“Creates a new ticket”
Create a Ticket records a new ticket in Quipu without opening the app, using whatever the previous module collected.
Delete a Contact
ActionIn Make“Deletes a specific contact”
Delete a Contact removes one specific contact from Quipu, which keeps your list tidy when a record should no longer exist.
Delete an Invoice
ActionIn Make“Deletes a specific invoice”
With Delete an Invoice, a scenario erases a given invoice from Quipu instead of someone hunting for it by hand.
Delete a Ticket
ActionIn Make“Deletes a specific ticket”
Delete a Ticket gets rid of one ticket in Quipu, so a scenario can clean up after itself or drop an entry that should never have been recorded.
Get a Contact
ActionIn Make“Gets a single contact using the contact ID”
Get a Contact fetches the full record of one contact when you already hold its ID, so later modules can work with everything stored on it.
Get an Invoice
ActionIn Make“Gets a single invoice using the invoice ID”
Get an Invoice pulls one invoice out of Quipu by its ID and hands the whole record to the next module as a single bundle.
Get a Ticket
ActionIn Make“Gets a single ticket using the ticket ID”
Get a Ticket loads a single ticket from Quipu by its ID and gives the rest of the scenario everything recorded on it.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call”
Make an API Call lets you reach any endpoint of the Quipu API from your scenario, reusing the connection the other modules already share. You are not stuck when the ready-made modules stop short.
Refund an Invoice
ActionIn Make“Fully or partly refunds an existing invoice”
Refund an Invoice records a refund against an existing invoice in Quipu, for the full amount or only part of it, without anyone reopening the invoice by hand.
Refund a Ticket
ActionIn Make“Fully or partly refunds an existing ticket”
Refund a Ticket applies a refund to a ticket already stored in Quipu, covering either the whole ticket or a portion of it.
Update a Contact
ActionIn Make“Updates a specific contact”
Update a Contact changes an existing contact in Quipu, so a detail corrected somewhere else reaches your billing records too.
Update an Invoice
ActionIn Make“Updates a specific invoice”
Update an Invoice edits an invoice that already sits in Quipu, which spares you deleting and recreating it when something changes.
Update a Ticket
ActionIn Make“Updates a specific ticket”
Update a Ticket rewrites the details of one ticket in Quipu, so a correction made elsewhere does not need a second manual edit.
List Contacts
SearchIn Make“Retrieves a list of contacts”
List Contacts searches Quipu and returns each contact it finds as its own bundle, which is how a scenario discovers an ID it did not have.
List Invoices
SearchIn Make“Retrieves a list of invoices”
List Invoices pulls a set of invoices out of Quipu and sends them down the scenario one by one, which suits reports kept outside Quipu.
List Tickets
SearchIn Make“Retrieves a list of tickets”
List Tickets reads the tickets stored in Quipu and returns them as separate bundles, ready to be reviewed or exported by the rest of the scenario.
Need help automating Quipu with Make?
A person reads every message.