eavz
Microsoft To Do

Microsoft To Do

Cloud based task management application.

11 actions
4 triggers

Actions

Name
create_task

Creates a new task.

create_task_list

Create a new task list.

update_task

Update an existing task.

update_task_list

Updates an existing task list.

complete_task

Marks a task as completed.

delete_task

Deletes an existing task.

add_attachment

Adds an attachment to a task.

get_task

Gets the details of a specific task.

find_task_list_by_name

Finds a task list by its name.

find_task_by_title

Finds tasks by title.

custom_api_call

Make a custom API call to a specific endpoint

Triggers

Name
new_task_created

Triggers when a new task is created.

new_or_updated_task

Triggers when a new task is created or an existing task is updated.

new_list_created

Triggers when a new task list is created.

task_completed

Triggers when a task is completed in a specific list.

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'microsoft-todo',
  actionName: 'create_task',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Microsoft To Do 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 Microsoft To Do support?

Microsoft To Do supports 11 actions including Create Task, Create Task List, Update Task, Update Task List, Complete Task, and more.

Can I use Microsoft To Do with AI agents?

Yes. Add Microsoft To Do 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 Microsoft To Do use?

Microsoft To Do uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Microsoft To Do integration cost?

The Microsoft To Do integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does Microsoft To Do support?

Microsoft To Do supports 4 triggers including New Task, New or Updated Task, New List, Task Completed.

Connect Microsoft To Do in 2 minutes

Get 1,000 free actions every month. No credit card required.