eavz
MeisterTask

MeisterTask

Intuitive online task manager for teams, personal productivity, and everything in between.

13 actions
9 triggers

Actions

Name
create_label

Creates a new label

create_task_label

Creates a new task label

create_attachment

Creates a new attachment

create_task

Creates a new task

update_task

Updates an existing task

find_attachment

Finds an attachment by searching

find_label

Finds a label by searching

find_person

Finds a person based on person_id

find_task

Finds a task by searching

find_or_create_attachment

Finds an attachment by searching, or creates one if it doesn't exist

find_or_create_task

Finds a task by searching, or creates one if it doesn't exist

find_or_create_label

Finds a label by searching, or creates one if it doesn't exist

custom_api_call

Make a custom API call to a specific endpoint

Triggers

Name
new_attachment

Triggers when an attachment is created.

new_person

Triggers when a new person is added to a project.

new_section

Triggers when a new section is created.

new_comment

Triggers when a new comment is created on a task.

new_task_label

Triggers when a task label is created.

new_checklist_item

Triggers when a new checklist item is added to a task.

new_project

Triggers when a new project is created.

new_label

Triggers when a label is created.

new_task

Triggers when a task is created or changed.

Quick Start

TypeScript
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.