- Home
- Resources
- Integrations
- MeisterTask
MeisterTask Make integrationAutomate MeisterTask with Make.
Tasks, comments and labels in MeisterTask can move on their own. The MeisterTask Make integration gives you 16 modules: 3 triggers, 8 actions and 5 searches. This guide shows how to link your account, build a first scenario and pick the right module.
Verified Trustpilot reviews · AI, automation & growth agency
What does the MeisterTask Make integration do?
The MeisterTask Make integration links your MeisterTask account to Make so tasks, comments, labels and attachments follow rules you set once. You build a scenario, which is the automation itself: a chain of modules, each one a brick that watches, creates, updates or looks something up. No code is involved.
Sort incoming work without touching it. A support lead can start from Watch New Tasks In A Section and send each new card straight to Add a Label To a Task, so the board shows its category the moment someone opens it.
Turn another app's event into a task. A form entry, a new deal or a row in a sheet can end in Create a Task, then Create an Attachment adds the file that came with it. Our Airtable Make integration guide shows the kind of source that fits this pattern.
Keep a written trail. Watch Comments picks up the discussion on a task, and Create a Comment lets another scenario post a status note back, so developers and account managers read the same thread.
What Make does not give you here: an instant trigger. All three MeisterTask triggers are scheduled, which means Make checks for news on the scenario's schedule. Anything the listed modules leave out goes through Make an API Call. The same app often has an n8n node too; the n8n vs Make comparison lays out the criteria, and the Make training is there if you want guided practice.
How do you connect MeisterTask to Make?
- 01
Open a MeisterTask module
In your scenario, add any MeisterTask module and click Create a connection. A connection is your MeisterTask account linked to Make once; every other MeisterTask module in your scenarios reuses it.
- 02
Give the connection a name
This step is optional, but a clear name such as your workspace or team helps later, when you have several accounts linked and need to pick the right one from the list.
- 03
Authorize and save
Grant Make access on the MeisterTask page that opens, or paste the key MeisterTask gives you if Make asks for one. Then click Save, and the module can read your projects.
Your first scenario with MeisterTask
GoalWhen a new task lands in a MeisterTask section, Make adds a label to it.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the big + to place the first module on the canvas.
- 02
Pick the trigger
Search for MeisterTask, choose Watch New Tasks In A Section and click Create a connection to link your account, or select the connection you already made.
- 03
Tell it which section to watch
Fill the module fields. Once the connection exists, Make lists what it can read in your account, so you choose the section from the list instead of typing it.
- 04
Add the label
Click the + on the right of the trigger, add Add a Label To a Task and map the task from the first module, so each new card gets the label you pick.
- 05
Test with Run once
Drop a test task in the section and click Run once. Each module shows the bundles it received, a bundle being one item passed along, here one task.
- 06
Schedule and switch on
Open the clock on the first module. A new scenario checks every 15 minutes by default; keep that or change it, then switch the scenario on.
What can start a MeisterTask scenario?
3 modules start a scenario when something happens in MeisterTask. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by MeisterTask as soon as it happens.
Watch Comments
Scheduled triggerIn Make“Get all comments of a task.”
Watch Comments brings the comments of a task into your scenario, so the discussion around a card can feed a report, a chat message or a follow-up task somewhere else.
Watch New Tasks In A Section
Scheduled triggerIn Make“Triggers when a new task added to a section.”
Here the scenario starts whenever a new task shows up in one section of a project, which makes a column of your board act like an inbox that Make keeps an eye on.
Watch Tasks
Scheduled triggerIn Make“Triggers when a task is created or updated.”
Watch Tasks is the wider net: it reacts when a task is created and also when one is updated, so changes across your work reach Make without you pointing at a single section.
What can Make do in MeisterTask?
MeisterTask gives you 13 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Add a Label To a Task
ActionIn Make“Adds a label/tag to a task.”
Tags an existing task with one of your labels, so filters and board views show at a glance which client, priority or type of work it belongs to.
Create a Comment
ActionIn Make“Creates a comment.”
Posts a comment on a task, which lets another tool leave a trace where your team already reads: a payment received, a file approved, a ticket closed.
Create an Attachment
ActionIn Make“Creates an attachment for a task.”
Adds a file to a task, so the contract, brief or screenshot sits next to the work instead of in someone's inbox.
Create a Tag/Label
ActionIn Make“Creates a new label.”
Creates a brand new label, which keeps your label list in step with something outside MeisterTask, such as a list of clients or product lines.
Create a Task
ActionIn Make“Creates a new task.”
Opens a new task in a project from data coming out of another module, which is the most common way to turn requests from other tools into planned work.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Reaches any endpoint of the MeisterTask API with the connection you already set up, for the cases the other modules do not cover.
Update a Tag/Label
ActionIn Make“Updates a tag/label itself, it means that label will be changed on all tasks/projects where it was used.”
Renames or edits a label itself, and that change shows up on every task and project where the label is already used.
Update a Task
ActionIn Make“Updates a task.”
Changes an existing task, so its state in MeisterTask matches what just happened in another tool, without anyone opening the board to edit the card.
Get Project Info
SearchIn Make“Get project details by ID.”
Fetches the details of one project from its ID, which gives later modules the project's information to reuse in a message, a report or a record elsewhere.
Get Task Comments
SearchIn Make“Get comments from a task by ID.”
Pulls every comment of one task on demand, in the middle of a scenario, when you need the discussion but it is not what started the run.
Get Task Labels
SearchIn Make“Get all labels from a particular task.”
Reads the labels already on a task, so the scenario can decide what to do next based on how the card has been tagged.
Get Tasks From a Section
SearchIn Make“Get tasks from a particular section.”
Returns the tasks sitting in one section right now, a snapshot of a column rather than a watch on what is new.
List Tasks
SearchIn Make“Retrieve all available tasks.”
Retrieves all the tasks your connection can reach, the broadest search of the set, useful when no single project or section is the right scope.
Need help automating MeisterTask with Make?
A person reads every message.