Zum Inhalt springen
DeutschlandGPT

Microsoft Todo

Manage task lists and tasks in Microsoft Todo from workflows

Create and manage task lists and tasks in Microsoft Todo from workflows.

Authentication: OAuth 2.0. Connect your Microsoft account on the integrations page.

Actions

List Lists

Returns all task lists in the account.

OutputTypeDescription
listsarrayTask list objects with id, displayName, isOwner

Create List

Creates a new task list.

InputRequiredDescription
Display NameYesName for the new task list
OutputTypeDescription
listobjectCreated list with id, displayName

Get List

Retrieves a task list by ID.

InputRequiredDescription
List IDYesThe task list ID
OutputTypeDescription
listobjectTask list object

List Tasks

Returns tasks in a specific list.

InputRequiredDescription
List IDYesThe task list to query
OutputTypeDescription
tasksarrayTask objects with id, title, status, dueDateTime, body

Create Task

Creates a new task in a list.

InputRequiredDescription
List IDYesTarget task list
TitleYesTask title
BodyNoTask notes or description
Due DateNoDue date (ISO 8601)
ImportanceNolow, normal, or high
OutputTypeDescription
taskobjectCreated task with id, title

Get Task

Retrieves a specific task.

InputRequiredDescription
List IDYesList containing the task
Task IDYesTask ID
OutputTypeDescription
taskobjectFull task object

Update Task

Updates an existing task.

InputRequiredDescription
List IDYesList containing the task
Task IDYesTask to update
TitleNoNew title
StatusNonotStarted, inProgress, or completed
Due DateNoNew due date
BodyNoUpdated notes
OutputTypeDescription
taskobjectUpdated task object

List Checklist Items

Returns checklist items within a task.

InputRequiredDescription
List IDYesList ID
Task IDYesTask ID
OutputTypeDescription
checklistItemsarrayChecklist items with id, displayName, isChecked

Create Checklist Item

Adds a checklist item to a task.

InputRequiredDescription
List IDYesList ID
Task IDYesTask ID
Display NameYesText for the checklist item
Is CheckedNoWhether the item starts checked
Was this page helpful?