This Action will create a new task in the project and section you specify.
- API endpoint slug
- todoist.create_task
- Filter code method
- Todoist.createTask.skip(string?: reason)
- Runtime method
- runAction("todoist.create_task", {})
Action fields
- Label
- Project and section
- Helper text
- Project and section to which the task belongs
- Slug
- project_id
- Required
- true
- Can have default value
- false
- Label
- Task content
- Helper text
- Text formatting guide and label format guide
- Slug
- task_content
- Required
- true
- Can have default value
- true
- Filter code method
- Todoist.createTask.setTaskContent(string: taskContent)
- Label
- Note
- Helper text
- Add additional task note
- Slug
- note
- Required
- false
- Can have default value
- true
- Filter code method
- Todoist.createTask.setNote(string: note)
- Label
- Task's due date
- Helper text
- Check the Due dates and times format guide
- Slug
- due_date
- Required
- false
- Can have default value
- true
- Filter code method
- Todoist.createTask.setDueDate(string: dueDate)
- Label
- Priority
- Helper text
- Task's priority
- Slug
- priority
- Required
- false
- Can have default value
- true
- Filter code method
- Todoist.createTask.setPriority(string: priority)
- Label
- Task description
- Helper text
- Task's description
- Slug
- task_description
- Required
- false
- Can have default value
- true
- Filter code method
- Todoist.createTask.setTaskDescription(string: taskDescription)