AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
Microsoft To DoMicrosoft To Do

Create task in task list

This action will create a task in a given task list.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This action will create a task in a given task list.
API endpoint slug
microsoft_todo.create_task
Filter code method
MicrosoftTodo.createTask.skip(string?: reason)
Runtime method
runAction("microsoft_todo.create_task", {})

Action fields

Task list ID Dropdown list

Label
Which task list?
Slug
task_list_id
Required
true
Can have default value
false

Title Text input > Title

Label
Task title
Slug
title
Required
true
Can have default value
true
Filter code method
MicrosoftTodo.createTask.setTitle(string: title)

Body Text input > Long text

Label
Task body
Helper text
Description of the task
Slug
body
Required
true
Can have default value
true
Filter code method
MicrosoftTodo.createTask.setBody(string: body)

Importance Dropdown list

Label
Does the task have an importance level?
Helper text
Defaults to "normal"
Slug
importance
Required
false
Can have default value
true
Filter code method
MicrosoftTodo.createTask.setImportance(string: importance)