Skip to main content
The Microsoft To Do node adds Microsoft To Do operations to your workflows. Add it on the canvas or ask the AI builder for it by name, then pick an operation and fill in its fields.
You can wire the Microsoft To Do node into an AI agent as a tool provider: the agent calls the operations you allow. See Agent tools.

Credentials

Connect Microsoft To Do under Credentials in the node settings. See Connecting credentials for the general flow. Sign in with your Microsoft To Do account when prompted; no keys to copy. NoClick requests the following permissions:
  • https://graph.microsoft.com/Tasks.Read
  • https://graph.microsoft.com/Tasks.ReadWrite
  • https://graph.microsoft.com/User.Read
  • offline_access

Operations

Task

OperationIDDescription
Create Taskcreate_taskCreate a new task
Delete Taskdelete_taskDelete a task
Get Taskget_taskGet a specific task
List Taskslist_tasksList tasks in a task list
Update Taskupdate_taskUpdate a task

Task list

OperationIDDescription
Create Task Listcreate_task_listCreate a new task list
Delete Task Listdelete_task_listDelete a task list
Get Task Listget_task_listGet a specific task list
List Task Listslist_task_listsList all task lists
Update Task Listupdate_task_listUpdate a task list