Resources · Make integration

Fibery Make integrationAutomate Fibery with Make.

Can Make keep your Fibery workspace in step with the rest of your tools? Yes. The Fibery Make integration gives you 6 modules: one instant trigger, four actions and one search. This guide walks you through the connection, a first scenario and the right module for each job.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the Fibery Make integration do for you?

The Fibery Make integration links your Fibery workspace to Make, a no-code automation tool. You build a scenario (the automation itself, a chain of bricks called modules) that reacts when an entity changes in Fibery, or that creates, updates, finds and deletes entities for you, without writing code.

Product feedback that files itself. A customer fills in a form in another app, and Create an Entity turns the answer into a Fibery record in your feedback database. Nobody retypes it, and the product team triages it where they already work.

Status that follows the deal. When a deal moves in your CRM, Search Entities finds the matching Fibery project and Update an Entity changes it. Sales stops pinging product for updates.

A team channel that knows what changed. Watch Events fires the moment an entity is created, updated or deleted, so a message can go out to the people who care while the change is still fresh.

Know the limits before you start. The Fibery app in Make works on entities; anything else in the Fibery API goes through Make an API Call, where you write the request yourself. It also needs a paid Fibery account. Fibery has an n8n node too: the Fibery n8n integration page covers it, and n8n vs Make helps you pick a tool. New to Make? The Make training starts from zero.

Connect

How do you connect Fibery to Make?

  1. 01

    Add a Fibery module

    Open a scenario, add any Fibery module and click Create a connection. A connection is your Fibery account linked to Make once; every Fibery module in your scenarios reuses it afterwards.

  2. 02

    Name it and authorize Make

    Give the connection a name if you like, handy when you manage several workspaces. Then follow what Fibery asks: either authorize Make on the Fibery page that opens, or paste the key Fibery gives you.

  3. 03

    Save and check the lists

    Click Save. Back in the module, Make now lists what it can read in your workspace. If those lists fill up, the connection works and you can move on to the module settings.

First scenario

Your first scenario with Fibery

GoalEvery 15 minutes, Make finds the Fibery entities that match a value you choose and updates each one.

  1. 01

    Create the scenario

    On the Scenarios page, create a new scenario, then click the big + in the middle of the editor to add the first module.

  2. 02

    Add Search Entities

    Search for Fibery, pick Search Entities and click Create a connection if you have none yet. No trigger here: the scenario starts on its schedule and the search is its first step.

  3. 03

    Say what to look for

    Fill in the module. Make lists what it can read in your workspace, so you pick from a list instead of typing names. Each entity found leaves as its own bundle, one item passed from module to module.

  4. 04

    Add Update an Entity

    Click the + on the right of Search Entities, choose Update an Entity and map the entity it found. Pick a change that takes the entity out of the search, or the next run finds it again.

  5. 05

    Test, then switch it on

    Click Run once and read the bundles each module received. When the right entities changed, keep the default schedule of every 15 minutes and switch the scenario on.

Triggers

What starts a Fibery scenario

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

Fibery1Watch Events

Watch Events

Instant trigger

In MakeTriggers when an Entity (Task, Document, etc.) is created, updated or deleted.

Watch Events launches your scenario whenever an entity is created, updated or deleted in Fibery. An entity is any record in your workspace: a task, a document, a feature. One module covers all three kinds of change.

How it fires
instant. Fibery calls Make through a webhook as soon as the change happens, so there is no schedule to wait for.
When to use it
your team wants a heads-up elsewhere the moment a Fibery item moves, or a copy of it kept current in another tool.
Watch out
a Fibery module later in the same scenario writes to Fibery too, and that change can wake Watch Events again. Check with Run once that the scenario does not restart itself.
Modules

What the Fibery app can do in Make

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

Fibery1

Create an Entity

Action

In MakeCreates a new Entity (Task, Document, etc.).

Create an Entity adds a new record to one of your Fibery databases, whether a task, a document or anything else you track, and fills it with data mapped from earlier modules.

When to use it
a form answer or a support ticket lands in another app and should become an item your team can sort in Fibery.
Watch out
each run creates a fresh entity. If the same bundle can come through twice, put Search Entities in front to avoid duplicates.
Fibery2

Delete an Entity

Action

In MakeDelete an existing Entity (Task, Document and etc)

Delete an Entity removes an existing record from Fibery. It has to be told exactly which entity to remove, so it usually sits right after Watch Events or Search Entities, which hand it the right item.

When to use it
clearing out test entries a scenario created, or removing an item once it has been closed in another tool.
Watch out
there is no undo from the scenario. Try it with Run once on a throwaway entity before you switch anything on.
Fibery3

Make an API Call

Action

In MakePerform an authorized API call

Make an API Call sends a request of your choice to the Fibery API and reuses the connection you already set up. It is the way out when none of the ready-made Fibery modules does what you need.

When to use it
you need an operation of the Fibery API that the entity modules do not offer.
Watch out
nothing is filled in for you here. You write the request, so keep the Fibery API reference open while you build it.
Fibery4

Update an Entity

Action

In MakeUpdates an existing Entity (Task, Document, etc.).

Update an Entity changes the values of a Fibery record that already exists, instead of creating a second one. The item stays in place and simply reflects what happened elsewhere.

When to use it
a deal closes in your CRM and the matching Fibery project should show it without anyone editing it by hand.
Watch out
the module needs the exact entity to change. If all you have is a name, run Search Entities before it to get the right record.
Fibery5

Search Entities

Search

In MakeFinds entities with matching field values.

Search Entities looks through Fibery and returns the entities whose field values match what you ask for. You can get zero, one or several results, and each one travels through the rest of the scenario as its own bundle.

When to use it
before an update or a deletion, to find the right record from a value you already know.
Watch out
when nothing matches, the next modules have nothing to work on. Test that empty case with Run once too.
Need help

Need help automating Fibery with Make?

A person reads every message.

FAQ

Questions people ask next

01Is the Fibery Make integration free?
On the Make side, yes. Fibery is a standard app, available from the Make Free plan. That plan gives you 2 active scenarios, a minimum of 15 minutes between two scheduled runs, 5 minutes of execution per run, files up to 5 MB and 512 MB of data transfer. Each module run counts as an operation, which is what your Make plan measures. On the Fibery side, though, the app in Make requires a paid Fibery account, so the free part only covers Make.
02What do you need to connect Fibery to Make?
Two things: a Make account and a paid Fibery account, which is the only prerequisite the Make documentation lists. Then add any Fibery module to a scenario, click Create a connection, give it a name if you want, authorize Make or paste the key Fibery provides, and click Save. The connection is created once and reused by every Fibery module you add later, so you will not repeat this step for each scenario.
03Does the Fibery trigger in Make react in real time?
Yes. Watch Events is an instant trigger, shown with a lightning badge in the editor. Fibery calls Make through a webhook as soon as an entity is created, updated or deleted, so the scenario starts right away instead of waiting for the 15 minute default schedule that scheduled triggers follow. This makes it a good fit for alerts and for keeping another tool in sync with changes as they happen in your workspace.
04What if the Fibery module you need is missing in Make?
Use Make an API Call. It sends any request to the Fibery API with the connection you already have, so you can reach operations that the create, update, delete and search modules do not cover. You will have to write the request yourself, which takes a look at the Fibery API reference. The Make documentation lists no numeric limit for the Fibery app, so there is no documented cap to plan around.
05Make or n8n: which one fits Fibery better?
It depends on your team, not on Fibery. Both tools can connect to Fibery. In Make you get 6 ready modules, including an instant trigger on entity events, a search, and Make an API Call for the rest of the Fibery API. n8n has its own Fibery node, covered on a separate page. Compare the modules each one offers against the job you have in mind, and pick the tool your team will actually maintain.