This Action will add a task in a specific list in TickTick.
- API endpoint slug
- TickTick.add_a_task
- Filter code method
- TickTick.addATask.skip(string?: reason)
- Runtime method
- runAction("TickTick.add_a_task", {})
Action fields
- Label
- List
- Helper text
- List to which the task belongs.
- Slug
- list
- Required
- false
- Can have default value
- false
- Label
- Task Name
- Slug
- task_name
- Required
- true
- Can have default value
- true
- Filter code method
- TickTick.addATask.setTask Name(string: task_name)
- Label
- Task Content
- Slug
- task_content
- Required
- false
- Can have default value
- true
- Filter code method
- TickTick.addATask.setTask Content(string: task_content)
- Label
- Due Date
- Helper text
- <a href="https://support.ticktick.com/hc/en-us/articles/360016494631" target="_blank">Date parsing format guide</a>
- Slug
- due_date
- Required
- false
- Can have default value
- true
- Filter code method
- TickTick.addATask.setDue Date(string: due_date)
- Label
- Priority
- Slug
- priority
- Required
- true
- Can have default value
- true
- Filter code method
- TickTick.addATask.setPriority(string: priority)