Actions
| Name | Description |
|---|---|
create_taskCreates a new task. | Creates a new task. |
create_task_listCreate a new task list. | Create a new task list. |
update_taskUpdate an existing task. | Update an existing task. |
update_task_listUpdates an existing task list. | Updates an existing task list. |
complete_taskMarks a task as completed. | Marks a task as completed. |
delete_taskDeletes an existing task. | Deletes an existing task. |
add_attachmentAdds an attachment to a task. | Adds an attachment to a task. |
get_taskGets the details of a specific task. | Gets the details of a specific task. |
find_task_list_by_nameFinds a task list by its name. | Finds a task list by its name. |
find_task_by_titleFinds tasks by title. | Finds tasks by title. |
custom_api_callMake a custom API call to a specific endpoint | Make a custom API call to a specific endpoint |
Triggers
| Name | Description |
|---|---|
new_task_createdTriggers when a new task is created. | Triggers when a new task is created. |
new_or_updated_taskTriggers when a new task is created or an existing task is updated. | Triggers when a new task is created or an existing task is updated. |
new_list_createdTriggers when a new task list is created. | Triggers when a new task list is created. |
task_completedTriggers when a task is completed in a specific list. | Triggers when a task is completed in a specific list. |
Quick Start
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.