New services
Explore Plans
Mobile menu Close menu
Notion.soNotion.so

Add item to a To-Do list

This action will add a to-do item to an existing Notion To-Do List template.

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
API endpoint slug
notion_so.add_task_to_list
Filter code method
NotionSo.addTaskToList.skip(string?: reason)
Runtime method
runAction("notion_so.add_task_to_list", {})

Action fields

Database ID Dropdown list

Label
Which To-Do list?
Helper text
Slug
database_id
Required
true
Can have default value
false

Task status Dropdown list

Label
What is the status of the to-do item?
Slug
task_status
Required
true
Can have default value
true
Filter code method
NotionSo.addTaskToList.setTaskStatus(string: taskStatus)

Task priority Dropdown list

Label
What is the to-do item's priority level?
Slug
task_priority
Required
true
Can have default value
true
Filter code method
NotionSo.addTaskToList.setTaskPriority(string: taskPriority)

Task asignee Dropdown list

Label
To whom should this to-do item be assigned?
Slug
task_asignee
Required
true
Can have default value
false

Task title Text input > Document title

Label
What is the title of this to-do item?
Slug
task_title
Required
true
Can have default value
true
Filter code method
NotionSo.addTaskToList.setTaskTitle(string: taskTitle)