Explore Plans
Mobile menu Close menu
Notion.so

Add item to a To-Do list

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

Developer info

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 Dropdown list

Label
Which To-Do list?
Helper text
Note: will only work with lists from the Notion <a href="https://iftttinc.notion.site/e76f3050401348e58b909f57ffbd8694?v=47e1e8ca43114cc7839060d3d4631743" target="_blank">To-Do list template</a>.
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.setTask Status(string: task_status)

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.setTask Priority(string: task_priority)

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.setTask Title(string: task_title)