Resources · Make integration

Fleep Make integrationAutomate Fleep with Make.

Want Fleep conversations to get the news without anyone typing it? The Fleep Make integration gives you 5 modules: 4 actions and 1 search, all about messages. This guide connects your account, builds a first scenario and explains each module in plain words.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the Fleep Make integration do for your team?

The Fleep Make integration lets a scenario (the automation you build in Make, a chain of steps) write, edit, find and remove messages in your Fleep account. Each step is a module, one brick of the scenario, and Fleep brings five of them, all focused on messages.

Announce events where the team already talks. Another app starts the scenario, say a new order in your store or a signed contract, and Create a Message posts a short summary in the right Fleep conversation. Nobody copies and pastes anymore.

Keep a status message up to date. Post once, then let Update a Message rewrite that same message when the status changes. The chat stays short, and readers always see the latest version in one place.

Find and tidy old messages. Search Messages brings back the messages that match your search, one bundle (one item passed to the next module) per message, and Delete a Message removes the ones you no longer want. Test that pair with Run once first, since the scenario deletes every message the search returns.

Fleep has no trigger in Make: nothing in Fleep can start a scenario on its own. The start comes from another app or from the schedule of the scenario. When a Fleep feature has no module, Make an API Call reaches the Fleep API with the same account link. If you are still choosing a tool, the n8n vs Make comparison lays out the criteria, and the Make training takes you from this first scenario to bigger ones.

Connect

How do you connect your Fleep account to Make?

  1. 01

    Add a Fleep module

    In your scenario, click the +, type Fleep in the search box and pick a module, for example Create a Message. Then click Create a connection. A connection is your Fleep account linked to Make once, and every Fleep module reuses it.

  2. 02

    Name the connection

    This step is optional, but it helps. Give the connection a name that says which account it uses, such as the team workspace. If you later link a second Fleep account, you will pick the right one from the list without guessing.

  3. 03

    Authorize and save

    Make then asks for access to Fleep. Depending on what it shows, either approve access on the Fleep page that opens or paste the key Fleep gives you. Click Save, and the connection appears in the module, ready to use.

First scenario

Your first scenario with Fleep and Make

GoalWhen a form is submitted in another app, Make posts a message about it in a Fleep conversation.

  1. 01

    Create the scenario

    Open the Scenarios page in Make and create a new scenario. Click the + in the middle of the canvas to add the first module.

  2. 02

    Pick the starting app

    Fleep cannot start a scenario, so the first module comes from the app where the event happens, such as your form tool. Search it by name, pick its trigger and create its connection.

  3. 03

    Add Create a Message

    Click the + on the right of the first module, search Fleep and choose Create a Message. Create the Fleep connection, then pick the conversation from the list Make offers.

  4. 04

    Write the message

    Fill the message text and map values from the first module into it, like the name typed in the form. Mapped values change with each bundle, so every message stays specific.

  5. 05

    Test with Run once

    Click Run once, then submit a test form. Make runs the scenario one time and shows what each module received. Check the message in Fleep before going further.

  6. 06

    Schedule and switch on

    Set the schedule on the first module with the clock icon; a new scenario runs every 15 minutes by default. Then switch the scenario on so it keeps working without you.

Modules

What each Fleep module does in Make

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

Fleep1

Create a Message

Action

In MakeSends a new message to a selected Fleep conversation.

Posts a new message in the Fleep conversation you pick, so the team reads the news where it already chats. Pick it whenever the goal is to tell people something inside Fleep.

When to use it
another app just recorded something worth sharing, like a paid invoice or a new lead, and the right people should hear about it without opening that app.
Watch out
each run posts one message per bundle, so a start module that returns many items can flood the conversation.
Fleep2

Delete a Message

Action

In MakeDeletes a message.

Removes a message from Fleep, which keeps a conversation clean once a notice has lost its purpose. The module needs to know which message to remove, usually the one found or posted earlier in the scenario.

When to use it
after Search Messages, to clear out automated notices that are no longer relevant.
Watch out
it removes every message it receives, so run the scenario with Run once and read the bundles before you switch it on.
Fleep3

Make an API Call

Action

In MakePerforms an arbitrary authorized API call.

Opens the rest of the Fleep API to your scenario, using the connection you already created. Any endpoint of that API can be called from here, so a missing module is rarely a dead end.

When to use it
you need a Fleep feature that none of the four message modules covers.
Watch out
this module expects you to know the Fleep API and to shape the request yourself with the Fleep API documentation at hand.
Fleep4

Update a Message

Action

In MakeUpdates a message.

Rewrites a message that already sits in Fleep, so one post can follow a situation from start to finish instead of a new line for every change. Readers find the current state in a single place.

When to use it
an order, a ticket or a deployment moves to a new status and the original announcement should say so.
Watch out
the scenario has to know which message to change, so find it first with Search Messages or map it from an earlier module in the same scenario.
Fleep5

Search Messages

Search

In MakeSearches messages.

Looks through your Fleep messages and returns the ones that match, each as its own bundle. That makes it the starting point whenever the next module needs a specific message to act on.

When to use it
before Update a Message or Delete a Message, to find the post that the change should apply to.
Watch out
a search can return zero, one or many results, and every following module runs once per result, which counts one operation each on your Make plan.
Need help

Need help automating Fleep with Make?

A person reads every message.

FAQ

Questions about the Fleep Make integration

01Is the Fleep Make integration free?
Yes. Fleep is a standard app in Make, so it works on the Free plan. That plan allows 2 active scenarios, a scheduled run every 15 minutes at the shortest, up to 5 minutes of execution per run and 512 MB of data transfer. Paid plans (Core, Pro, Teams and Enterprise) bring the interval down to 1 minute, remove the cap on active scenarios and count usage in operations per month. Each module run on one bundle is one operation, so a search that returns many messages uses more of your plan.
02What do you need to connect Fleep to Make?
A Fleep account and a Make account. The Make documentation for Fleep lists no other prerequisite. You add any Fleep module, click Create a connection, name it if you like, then either approve access on the Fleep page or paste the key Fleep provides, depending on what Make shows. Click Save and the connection is ready. Every Fleep module in your scenarios reuses it, so you only link the account once.
03Does the Fleep Make integration react in real time?
No, because Fleep has no trigger in Make. None of its 5 modules can start a scenario, so something else has to. You can open the scenario with a trigger from another app, such as a form tool or an online store, and let Fleep act afterward. Or you can start it on a schedule, set with the clock on the first module; a new scenario runs every 15 minutes by default, and the Free plan cannot go below that interval.
04What if a Fleep module is missing in Make?
Use Make an API Call. The Fleep app in Make includes this module, and it can call any endpoint of the Fleep API with the connection you already created. That covers features outside the four message modules. The documentation gives no numeric limit for the Fleep modules. If a request fails, compare it with the Fleep API reference, then use Run once to read what Make sent and what came back.
05Should you use Make or n8n for Fleep?
It depends on the tool your team already runs. The same app often has an n8n node as well, so check whether Fleep is covered there before you decide. In Make, you get 5 modules, 4 actions and 1 search, plus Make an API Call for the rest, all on the Free plan. Compare what each tool offers for the exact actions you need, where your other automations already live, and who will maintain them. The comparison page linked above goes through those criteria.