MeisterTask
Intuitive online task manager for teams, personal productivity, and everything in between.
Actions
| Name | Description |
|---|---|
create_labelCreates a new label | Creates a new label |
create_task_labelCreates a new task label | Creates a new task label |
create_attachmentCreates a new attachment | Creates a new attachment |
create_taskCreates a new task | Creates a new task |
update_taskUpdates an existing task | Updates an existing task |
find_attachmentFinds an attachment by searching | Finds an attachment by searching |
find_labelFinds a label by searching | Finds a label by searching |
find_personFinds a person based on person_id | Finds a person based on person_id |
find_taskFinds a task by searching | Finds a task by searching |
find_or_create_attachmentFinds an attachment by searching, or creates one if it doesn't exist | Finds an attachment by searching, or creates one if it doesn't exist |
find_or_create_taskFinds a task by searching, or creates one if it doesn't exist | Finds a task by searching, or creates one if it doesn't exist |
find_or_create_labelFinds a label by searching, or creates one if it doesn't exist | Finds a label by searching, or creates one if it doesn't exist |
custom_api_callMake a custom API call to a specific endpoint | Make a custom API call to a specific endpoint |
Triggers
| Name | Description |
|---|---|
new_attachmentTriggers when an attachment is created. | Triggers when an attachment is created. |
new_personTriggers when a new person is added to a project. | Triggers when a new person is added to a project. |
new_sectionTriggers when a new section is created. | Triggers when a new section is created. |
new_commentTriggers when a new comment is created on a task. | Triggers when a new comment is created on a task. |
new_task_labelTriggers when a task label is created. | Triggers when a task label is created. |
new_checklist_itemTriggers when a new checklist item is added to a task. | Triggers when a new checklist item is added to a task. |
new_projectTriggers when a new project is created. | Triggers when a new project is created. |
new_labelTriggers when a label is created. | Triggers when a label is created. |
new_taskTriggers when a task is created or changed. | Triggers when a task is created or changed. |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'meistertask',
actionName: 'create_label',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect MeisterTask to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does MeisterTask support?
MeisterTask supports 13 actions including Create Label, Create Task Label, Create Attachment, Create Task, Update Task, and more.
Can I use MeisterTask with AI agents?
Yes. Add MeisterTask to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does MeisterTask use?
MeisterTask uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the MeisterTask integration cost?
The MeisterTask integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does MeisterTask support?
MeisterTask supports 9 triggers including New Attachment, New Person, New Section, New Comment, New Task Label, and more.
Connect MeisterTask in 2 minutes
Get 1,000 free actions every month. No credit card required.