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
- Label
- Which task list?
- Slug
- task_list_id
- Required
- true
- Can have default value
- false
- Label
- Task title
- Slug
- title
- Required
- true
- Can have default value
- true
- Filter code method
- MicrosoftTodo.createTask.setTitle(string: title)
- 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)
- 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)