Resources · Make integration

Fakturoid Make integrationAutomate Fakturoid with Make.

Can Make create, send and track your Fakturoid invoices on its own? The Fakturoid Make integration gives you 40 modules, including 3 triggers, 31 actions and 6 searches. This page is for freelancers and finance teams, and it walks you from connection to a working first scenario.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the Fakturoid Make integration do for you?

The Fakturoid Make integration links your Fakturoid account to Make, so invoices, contacts, expenses and templates move without copy and paste. You build a scenario, which is the automation itself: a chain of modules, each one a brick that watches, creates, finds or changes one thing in Fakturoid.

Billing that starts from your sales tools. A signed deal or a paid order in another app can become a contact with Create a Contact, then a draft with Create an Invoice, and finally a PDF through Download an Invoice for your archive.

Payments that close the loop. Watch Invoice Events reacts when an invoice turns Paid or Overdue. From there, a scenario can alert the account manager, or record the payment elsewhere with Create an Invoice Payment when money arrives through another channel.

Expenses kept in order. Create an Expense and Lock / Unlock an Expense help bookkeepers log supplier bills and freeze them once checked.

What the listed modules do not cover, Make an API Call can reach with the same connection. Invoice messages only work on paid Fakturoid plans. If you are weighing tools, read n8n vs Make; to learn the editor properly, see Make training, or hand the project to our Make agency.

Connect

How do you connect Fakturoid to Make?

  1. 01

    Prepare your OAuth credentials in Fakturoid

    In Fakturoid, open Settings, then Connect other apps and OAuth 2 for app developers. Create a new integration, paste the callback URI https://www.integromat.com/oauth/cb/fakturoid2, then copy the Client ID and the Client secret.

  2. 02

    Add a Fakturoid module in Make

    Log in to Make, add any Fakturoid module to your scenario and click Create a connection. A connection is your Fakturoid account linked to Make once and reused by every Fakturoid module. You can type a label in Connection name.

  3. 03

    Paste the credentials and authorize

    Enter the Client ID and Client secret you copied, or follow the instructions on screen, and approve access. Make then lists the Fakturoid data it can read, so later fields come with choices instead of blank boxes.

First scenario

Build your first Fakturoid scenario

GoalWhen a new customer comes in through another app, Make creates the contact in Fakturoid and prepares an invoice for it.

  1. 01

    Create the scenario

    From the Scenarios page, create a new scenario and click the +. Pick the trigger of the app where customers arrive, such as your form or your shop.

  2. 02

    Add Create a Contact

    Click the + on the right, search Fakturoid and choose Create a Contact. Click Create a connection and map the name and email from the first module.

  3. 03

    Add Create an Invoice

    Add Create an Invoice after it. Make shows the data the previous modules produced, so you map the new contact and the order details into the invoice.

  4. 04

    Test with Run once

    Click Run once, then submit one test customer. Each module shows the bundles it received, a bundle being one item passed along, here one contact and one invoice.

  5. 05

    Schedule and switch it on

    Open the clock on the first module. A new scenario runs every 15 minutes by default. Adjust it if needed, save, and switch the scenario on.

Triggers

What starts a Fakturoid scenario?

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

Fakturoid1Watch Contacts

Watch Contacts

Scheduled trigger

In Make“Triggers when a new contact is added.”

Every new customer you add in Fakturoid can reach your other tools without retyping. This trigger starts the scenario for each contact created since the last check, one bundle per contact, ready to copy into a CRM or mailing list.

How it fires
scheduled, Make checks Fakturoid on the scenario's schedule, every 15 minutes by default and never under 15 minutes on the Free plan.
When to use it
your team creates customers directly in Fakturoid and the sales tool needs the same record.
Watch out
it only sees new contacts, so edits to an existing contact will not start anything.
Fakturoid2Watch Invoice Events

Watch Invoice Events

Instant trigger

In Make“Triggers when an invoice status changes to "Overdue" or "Paid".”

Know the moment an invoice gets paid or slips past its due date. The scenario starts when an invoice status changes to Paid or Overdue, which makes it the natural start for thank you notes, dunning alerts or cash reports.

How it fires
instant, Fakturoid calls Make through a webhook as soon as the status changes, with no polling interval to wait for.
When to use it
finance wants an alert or a task when a large invoice turns Overdue.
Watch out
only those two statuses fire it; click Create a webhook before creating the connection.
Fakturoid3Watch New Invoices

Watch New Invoices

Scheduled trigger

In Make“Triggers when a new invoice is created.”

Each invoice you issue can be copied, filed or announced automatically. This trigger hands the scenario every invoice created in Fakturoid since the previous run, one bundle per invoice, so the next modules can download the PDF or log the amount.

How it fires
scheduled, Make checks Fakturoid on the scenario's schedule; on the Free plan the shortest gap is 15 minutes, on paid Make plans 1 minute.
When to use it
an accountant wants every new invoice saved to a shared folder.
Watch out
status changes on older invoices are not caught here; use Watch Invoice Events for those.
Modules

What can Make do in Fakturoid?

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

Fakturoid1

Cancel / Undo Cancel an Invoice

Action

In Make“Cancels selected invoice or uncancels previously canceled invoice.”

Voiding an invoice, or bringing a voided one back, becomes one step of a flow. The module cancels the selected invoice or reverses a previous cancellation, so a refunded order in your shop can clean up the matching bill.

When to use it
an order is cancelled upstream and its invoice must follow.
Watch out
map the right invoice ID from an earlier module, and test with Run once on a test invoice.
Fakturoid2

Create a Contact

Action

In Make“Creates a new contact.”

New customers land in Fakturoid without anyone typing them in. The module adds a contact from data mapped out of a form, a CRM or a shop, so the invoice modules that follow have someone to bill.

When to use it
a lead signs and you want the billing record ready before the first invoice.
Watch out
run Search Contacts first if the same customer can come back, or you will get duplicates.
Fakturoid3

Create an Expense

Action

In Make“Creates a new expense.”

Supplier costs reach your books as soon as they appear somewhere else. This action records a new expense in Fakturoid from mapped data, for instance a receipt parsed by another app or a purchase logged in a spreadsheet.

When to use it
purchases are approved in another tool and the bookkeeper should not enter them twice.
Watch out
pair it with Search Expenses when the same bill may arrive twice.
Fakturoid4

Create an Expense Payment

Action

In Make“Creates an expense payment.”

Mark a supplier bill as settled the moment the money leaves your account. The module records a payment against an existing expense, which keeps your payables list honest without a manual tick in Fakturoid.

When to use it
your bank or payment tool sends an event when a transfer goes out.
Watch out
the expense must already exist; fetch its ID with Search Expenses or Get an Expense earlier in the flow.
Fakturoid5

Create an Invoice

Action

In Make“Creates new invoice.”

This is the module that turns a sale into a bill. It builds a new Fakturoid invoice from the order or project data mapped from earlier modules, so nobody has to rebuild the lines by hand.

When to use it
an online order, a signed quote or a closed deal should produce an invoice right away.
Watch out
create or find the contact first; Create a Template suits repeated layouts better.
Fakturoid6

Create an Invoice Message

Action

In Make“Creates a new invoice message. Messages are available only for paid plans.”

Attach a written message to an invoice without opening Fakturoid. The module creates a new message on the selected invoice, a handy step after an event such as a payment reminder decided elsewhere in the scenario.

When to use it
an Overdue event from Watch Invoice Events should lead to a follow up on that invoice.
Watch out
messages only work on paid Fakturoid plans, so the module fails on a free account.
Fakturoid7

Create an Invoice Payment

Action

In Make“Creates an invoice payment.”

Payments collected outside Fakturoid still close the right invoice. The module records a payment on an existing invoice, so a card payment or a bank match in another tool marks the bill as settled.

When to use it
your payment provider confirms a charge and Fakturoid should reflect it.
Watch out
map the invoice ID carefully; a Search Invoices step can find it from the order number.
Fakturoid8

Create a Recurring Template

Action

In Make“Creates a new recurring template.”

Subscriptions signed in another app can set up their own repeat billing in Fakturoid. The module creates a new recurring template from mapped data, so a retainer or a monthly plan starts invoicing without manual setup.

When to use it
a customer subscribes in your checkout and the repeating invoice should exist too.
Watch out
check with Search Recurring Templates that the customer does not already have one.
Fakturoid9

Create a Template

Action

In Make“Creates new template for invoices.”

Reusable invoice layouts can be produced from a scenario rather than drawn one by one. The module creates a new invoice template, which helps when each product line or client type needs its own ready made model.

When to use it
a new offer is published and its billing model should follow.
Watch out
a template is a model, not a bill; use Create an Invoice for an actual invoice.
Fakturoid10

Delete a Contact

Action

In Make“Deletes selected contact.”

Remove customers from Fakturoid when they are removed elsewhere, keeping both lists aligned. The module deletes the selected contact, useful for cleaning test records or honoring a deletion request received through another tool.

When to use it
a deletion request is logged in your helpdesk and the billing record must go.
Watch out
deletion is not a draft; test on a dummy contact with Run once before switching the scenario on.
Fakturoid11

Delete an Expense

Action

In Make“Deletes an expense by its ID.”

Duplicate or mistaken expenses disappear without a trip into Fakturoid. The module deletes one expense by its ID, so a scenario can undo an entry that was rejected in your approval tool.

When to use it
a purchase is rejected after it was already recorded.
Watch out
it needs the exact expense ID; get it from Search Expenses, and add a filter so only the rejected item passes.
Fakturoid12

Delete an Expense Payment

Action

In Make“Deletes an expense payment.”

When a supplier payment bounces or was logged by mistake, the expense goes back to unpaid. The module removes an expense payment, keeping payables accurate after a failed transfer reported by your bank tool.

When to use it
a transfer is returned and the bill is open again.
Watch out
it removes the payment only, not the expense; Delete an Expense handles the whole bill.
Fakturoid13

Delete an Invoice

Action

In Make“Deletes selected invoice.”

Drafts created by a test run or a duplicate order can be wiped automatically. The module deletes the selected invoice, which keeps your numbering tidy when a flow produced a bill it should not have.

When to use it
cleaning invoices a scenario generated during setup.
Watch out
for a real invoice sent to a client, Cancel / Undo Cancel an Invoice is often the safer choice.
Fakturoid14

Delete an Invoice Payment

Action

In Make“Deletes an invoice payment.”

A chargeback or a wrongly matched payment should reopen the invoice. The module deletes an invoice payment, so the bill shows as unpaid again and your follow up process can kick in.

When to use it
your payment provider reports a refund or a dispute.
Watch out
this removes a single payment record; test it with Run once on a dummy invoice before going live.
Fakturoid15

Delete a Recurring Template

Action

In Make“Deletes an existing recurring template.”

Stop repeat billing the moment a subscription ends in your other tools. The module deletes an existing recurring template, so no further invoices are generated for a customer who churned.

When to use it
a cancellation event arrives from your subscription app.
Watch out
find the right template with Search Recurring Templates; deleting it cannot be undone, so test the chain with Run once first.
Fakturoid16

Delete a Template

Action

In Make“Deletes template by its ID.”

Retired offers leave no stale invoice models behind. The module deletes an invoice template by its ID, handy when a product is withdrawn from your catalog and its billing model should go with it.

When to use it
a product is archived in your shop or catalog.
Watch out
this concerns plain templates; recurring ones use Delete a Recurring Template.
Fakturoid17

Download an Invoice

Action

In Make“Downloads selected invoice as PDF.”

Get the invoice PDF as a file the rest of the scenario can use. The module downloads the selected invoice as PDF, ready to attach to an email, upload to cloud storage or send to your accountant's inbox.

When to use it
right after Watch New Invoices, to archive each bill in a shared folder.
Watch out
on the Make Free plan, files are capped at 5 MB.
Fakturoid18

Get a Contact

Action

In Make“Retrieves contact by its ID.”

Pull the full customer record when an earlier module only gave you an ID. The module retrieves one contact by its ID, so later steps can use the address or email stored in Fakturoid.

When to use it
an invoice event arrives and the alert must include the client's details.
Watch out
it needs an exact ID; with only a name or email, Search Contacts is the right module.
Fakturoid19

Get an Expense

Action

In Make“Retrieves an expense by its ID.”

Read one expense in full before acting on it. The module retrieves an expense by its ID, giving later modules its current content, for example before locking it or registering a payment.

When to use it
a scenario must check an expense's state before paying it.
Watch out
one ID gives one bundle; for a list of expenses, Search Expenses returns several.
Fakturoid20

Get an Invoice

Action

In Make“Retrieves invoice by its ID.”

Fetch everything about a single invoice once you know which one. The module retrieves an invoice by its ID, which gives downstream steps its full record to write into a report or a message.

When to use it
Watch Invoice Events fires and the alert needs the invoice's details.
Watch out
to handle each line as its own bundle, Get Invoice Lines is the better pick.
Fakturoid21

Get a Recurring Template

Action

In Make“Retrieves an existing recurring template.”

Check how a subscription is billed before changing it. The module retrieves an existing recurring template, letting a scenario compare it with the plan the customer has just chosen elsewhere.

When to use it
a customer upgrades and you need the current setup before updating it.
Watch out
it reads one template; loop through many with Search Recurring Templates instead.
Fakturoid22

Get a Template

Action

In Make“Retrieves a template by its ID.”

Load a saved invoice model into the scenario to reuse its content. The module retrieves a template by its ID, so its data can feed a new invoice or be copied into a document outside Fakturoid.

When to use it
several invoices must follow the same model and you want its values in the flow.
Watch out
you need the ID; Search Templates finds it by criteria.
Fakturoid23

Lock / Unlock an Expense

Action

In Make“Locks or unlocks selected expense.”

Freeze an expense once it is approved, or reopen it for a correction. The module locks or unlocks the selected expense, giving bookkeepers a clear checked state driven by another tool.

When to use it
an approval in your purchasing tool should lock the matching expense.
Watch out
a locked expense is presumably meant to stay as is, so plan an unlock step before any later update.
Fakturoid24

Lock / Unlock an Invoice

Action

In Make“Locks or unlocks selected invoice.”

Protect an invoice from edits after it is checked, or open it again for a fix. The module locks or unlocks the selected invoice, useful when an approval step lives outside Fakturoid.

When to use it
a manager validates the invoice in a chat or task tool.
Watch out
a scenario that later runs Update an Invoice on it should unlock it first.
Fakturoid25

Make an API Call

Action

In Make“Performs an arbitrary authorized API call.”

Reach any part of the Fakturoid API that the listed modules leave out. The module performs an authorized call with your existing connection, so no extra login or token setup is needed.

When to use it
you need an endpoint Fakturoid documents but no module covers.
Watch out
you write the request yourself from the Fakturoid API documentation, so test it with Run once and read the response bundle.
Fakturoid26

Mark an Invoice as Sent

Action

In Make“Marks the invoice as sent.”

Keep the invoice status right when you send bills by another route. The module marks the invoice as sent, so Fakturoid knows it left even if the email went through your own mailing tool.

When to use it
a scenario downloads the PDF, emails it with your mail app, then records the send.
Watch out
it only changes the status; the actual email comes from another module.
Fakturoid27

Update a Contact

Action

In Make“Updates selected contact.”

Customer changes made in your CRM flow straight into billing. The module updates the selected contact, so a change entered elsewhere appears on the next invoice.

When to use it
sales edits a company record and finance should not have to redo it.
Watch out
check the result on a test contact with Run once before going live.
Fakturoid28

Update an Expense

Action

In Make“Updates selected expense.”

Corrections to a supplier bill travel from your approval tool to Fakturoid. The module updates the selected expense, for example after a revised amount or a new category was agreed.

When to use it
a purchase request is edited after its expense was already created.
Watch out
a locked expense needs Lock / Unlock an Expense before the change goes through.
Fakturoid29

Update an Invoice

Action

In Make“Updates selected invoice.”

Change an existing invoice without rebuilding it. The module updates the selected invoice with mapped data, so a revised order or a corrected due date reaches Fakturoid automatically.

When to use it
an order changes in your shop after its invoice was drafted.
Watch out
unlock the invoice first if it was locked, and prefer a cancellation for bills already paid.
Fakturoid30

Update a Recurring Template

Action

In Make“Updates an existing recurring template.”

A plan change in your subscription tool adjusts future invoices on its own. The module updates an existing recurring template, so upgrades or new prices apply from the next billing.

When to use it
a customer switches plan in your checkout or CRM.
Watch out
read the current setup with Get a Recurring Template so you only change what moved.
Fakturoid31

Update a Template

Action

In Make“Updates template by its ID.”

Refresh an invoice model everywhere it is used, from one scenario. The module updates a template by its ID, for instance when a product description or a standard note changes in your catalog.

When to use it
catalog data is edited and the matching billing model must follow.
Watch out
it touches the model, not invoices already issued from it.
Fakturoid32

Get Invoice Lines

Search

In Make“Retrives invoice lines one by one.”

Work with each line of an invoice on its own, not the invoice as a block. This search returns the lines one by one, so every product or service becomes its own bundle for a sheet, a stock update or a report.

When to use it
sales per product must be copied into a spreadsheet.
Watch out
each line counts as a separate bundle, and later modules run once per line, which uses more operations.
Fakturoid33

Search Contacts

Search

In Make“Lists contacts based on the search criteria.”

Find out whether a customer already exists before creating anything. The search lists contacts matching your criteria and returns zero, one or many bundles, which lets a filter decide between creating and updating.

When to use it
in front of Create a Contact, to avoid duplicates.
Watch out
with several matches, the following modules run for each; narrow the criteria or limit the results.
Fakturoid34

Search Expenses

Search

In Make“Lists expenses based on search criteria.”

Pull a filtered set of expenses into the scenario for checks or reports. The search lists expenses by your criteria, one bundle each, ready to export or to feed a payment step.

When to use it
finance wants all expenses of a supplier in a sheet.
Watch out
an empty result stops the branch; decide in advance what the scenario does when nothing matches.
Fakturoid35

Search Invoices

Search

In Make“Lists invoces based on the search criteria.”

Locate invoices by criteria instead of by ID. The search lists matching invoices, handy for finding the bill tied to an order number or for building an overdue report outside Fakturoid.

When to use it
a payment arrives with a reference and you must find its invoice.
Watch out
it can return many bundles, and every one of them costs an operation in the modules that follow.
Fakturoid36

Search Recurring Templates

Search

In Make“Lists recurring templates by search criteria.”

See which subscriptions are set up for billing, without opening each one. The search lists recurring templates by your criteria, a good basis for an audit against your subscription tool.

When to use it
checking that every active subscriber has a recurring template.
Watch out
follow it with Get a Recurring Template only if you need more than the listed data.
Fakturoid37

Search Templates

Search

In Make“Lists templates by search criteria.”

Find the right invoice model when you only know part of it. The search lists templates by your criteria, so the scenario can pick the right model before creating or updating an invoice.

When to use it
each product family has its own template and the order tells which one applies.
Watch out
zero results means no bundle; add a fallback route in case no template matches.
Need help

Need help automating Fakturoid with Make?

A person reads every message.

FAQ

Fakturoid and Make: common questions

01Is the Fakturoid Make integration free?
Yes, Fakturoid is a standard app in Make, available from the Free plan. That plan allows 2 active scenarios, a shortest gap of 15 minutes between scheduled runs, 5 minutes of execution per run, files up to 5 MB and 512 MB of data transfer. Paid Make plans (Core, Pro, Teams and Enterprise) bring the gap down to 1 minute, remove the cap on active scenarios and allow 40 minutes of execution. Usage is counted in operations, one per module run on one bundle. You still need your own active Fakturoid account, and invoice messages require a paid Fakturoid plan.
02What do you need to connect Fakturoid to Make?
You need an active Fakturoid account and OAuth 2 credentials. In Fakturoid, go to Settings, then Connect other apps, then OAuth 2 for app developers, and create a new integration with the callback URI given in the Make documentation. Copy the Client ID and Client secret. In Make, add a Fakturoid module, click Create a connection, optionally name it, and paste both values. The connection is then reused by all 40 Fakturoid modules. For the instant trigger, click Create a webhook before creating the connection.
03Does the Fakturoid trigger in Make fire in real time?
It depends on the trigger. Watch Invoice Events is instant: Fakturoid calls Make through a webhook as soon as an invoice turns Paid or Overdue, so the scenario starts right away. Watch Contacts and Watch New Invoices are scheduled: Make checks Fakturoid on the scenario's schedule, every 15 minutes by default. On the Free plan you cannot go below 15 minutes, while paid plans go down to 1 minute. Pick the instant trigger whenever a payment or an overdue invoice is what should start the flow.
04What if a Fakturoid module you need is missing in Make?
Use Make an API Call. Fakturoid has this module in Make, and it can call any endpoint of the Fakturoid API with the connection you already set up, so there is no second login. You build the request from Fakturoid's API documentation, then test it with Run once and read the response. Keep in mind the Make documentation for Fakturoid is flagged as AI generated from the official docs, so check important details with Fakturoid directly before relying on them in production.
05Should you use Make or n8n for Fakturoid?
It depends on your criteria. On Make, Fakturoid comes with 40 ready modules, 1 instant trigger for paid and overdue invoices, and a guided connection through OAuth 2. The same app often has an n8n node as well, so check the node list there before choosing. Compare what each tool covers for your exact flow: the invoice events you need, the modules available and how the connection is set up. The n8n vs Make comparison on this site goes through both tools criterion by criterion, without ranking one over the other.