- Home
- Resources
- Integrations
- KanbanFlow
KanbanFlow Make integrationAutomate KanbanFlow with Make.
What if your board updated itself when work moved elsewhere? The KanbanFlow Make integration gives you 8 modules: 2 instant triggers, 5 actions and 1 search. This guide is for teams who run their work on KanbanFlow and want a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the KanbanFlow Make integration do for your board?
The KanbanFlow Make integration links your KanbanFlow account to Make, a visual tool where you build a scenario: an automation made of modules, each module being one brick such as a trigger, an action or a search. With it, tasks on your board can be watched, created, read, updated, listed and deleted without writing code.
Tasks created from the tools you already use. A request lands in another app, and Create a Task turns it into a card on your board, so nobody retypes it. The Make training walks through that kind of mapping step by step.
A reaction every time a card changes column. Watch Task Moved fires as soon as someone drags a task between columns or swimlanes. That is the moment to alert the next person in line, or to fetch the full card with Get a Task and pass its details on.
A clean board after the fact. List Tasks returns the cards that match your filter as separate bundles (one bundle is one item passed from a module to the next), and Update a Task or Delete a Task then acts on each one.
What Make does not do here: the listed modules cover tasks only. Anything else the KanbanFlow API exposes goes through Make an API Call, with the same connection. The doc gives no numeric limit for this app, and the Make troubleshooting guide helps when a run fails.
KanbanFlow may also have a node on n8n. If you are weighing both tools, the n8n vs Make comparison lays out the criteria side by side.
How do you connect your KanbanFlow account to Make?
- 01
Add a KanbanFlow module
In your scenario, click the + and search for KanbanFlow, then pick any of its modules. Make shows a field for the connection, which is your KanbanFlow account linked to Make once and reused by every KanbanFlow module. Click Create a connection.
- 02
Name the connection
This step is optional, but a clear name pays off later when you look at the list of connections. Something like the name of the board or of the team that owns the account tells you at a glance which one a module is using.
- 03
Authorize Make and save
Depending on what Make asks, either approve access on the KanbanFlow page that opens, or paste the key that KanbanFlow gives you. Then click Save. The module now reads your account and offers its values in dropdowns.
Build your first scenario with KanbanFlow
GoalWhen a request arrives in another app, Make creates the matching task on your KanbanFlow board.
- 01
Create the scenario
Open the Scenarios page and create a new scenario. Click the big + to add the first module: here, the trigger of the app where your requests arrive, such as a form tool.
- 02
Set up the first module
Search that app by name, choose its trigger and link your account with Create a connection. Fill in its fields; Make lists what it can read once the connection exists.
- 03
Add Create a Task
Click the + on the right of the first module, search for KanbanFlow and pick Create a Task. Create your KanbanFlow connection as shown above if you have not done it yet.
- 04
Map the request onto the task
Fill the fields of Create a Task by clicking into each one and choosing data from the first module. Make offers the values it received, so the title of the request can become the name of the card.
- 05
Test with Run once
Click Run once, then send one test request in the other app. Open the bubbles above each module to read the bundles they received, and check that the card appeared on your board.
- 06
Schedule and switch it on
Set the schedule on the first module (a new scenario runs every 15 minutes by default) and switch the scenario on. Each module run on one bundle counts as one operation on your plan.
What starts a KanbanFlow scenario
2 modules start a scenario when something happens in KanbanFlow. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by KanbanFlow as soon as it happens.
Watch New Tasks
Instant triggerIn Make“Triggers when a new task is created.”
You get a scenario that starts the moment a task is added to KanbanFlow, carrying that new card into the rest of your flow as one bundle.
Watch Task Moved
Instant triggerIn Make“Triggers when a task is moved between columns or swimlanes.”
This one hands you the exact moment work changes stage: a card dragged to another column or to another swimlane starts the scenario with that task in hand.
What KanbanFlow can do inside Make
KanbanFlow gives you 6 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Create a Task
ActionIn Make“Creates a new task.”
A new card appears on your board with data taken from earlier modules, so requests collected elsewhere stop being copied by hand.
Delete a Task
ActionIn Make“Deletes a specified task.”
Removes the card you point to. Your board stays free of tasks nobody needs anymore, without anyone clicking through them one by one.
Get a Task
ActionIn Make“Returns information about a specified task.”
Returns everything Make can read about one task you already know, handy when a trigger or another module gives you only part of the picture.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Reaches any endpoint of the KanbanFlow API with the connection you already set up, which covers what the seven other modules leave out.
Update a Task
ActionIn Make“Updates information about a specified task.”
Changes the information of an existing card instead of creating a second one, so the board keeps a single, current version of each task.
List Tasks
SearchIn Make“Returns a list of tasks.”
Gives you a set of tasks from your account, each passed on as its own bundle, so the next module handles them one by one.
Need help automating KanbanFlow with Make?
A person reads every message.