This action will add a to-do item to an existing Notion To-Do List template.
- 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
- Label
- Which To-Do list?
- Helper text
- Note: will only work with lists from the Notion To-Do list template.
- Slug
- database_id
- Required
- true
- Can have default value
- false
- 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)
- 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)
- Label
- To whom should this to-do item be assigned?
- Slug
- task_asignee
- Required
- true
- Can have default value
- false
- 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)