This query returns a list of every time you add a new task on TickTick.
- API endpoint slug
- TickTick.history_of_task_created
- Runtime method
- performQuery("TickTick.history_of_task_created")
Query fields
- Label
- List
- Helper text
- Configure this trigger to fire only when a task is added to a specific list.
- Slug
- list
- Required
- true
- Can have default value
- false
- Label
- Tag
- Helper text
- Configure this trigger to fire only when a task is added with a specific tag.
- Slug
- tag
- Required
- true
- Can have default value
- false
- Label
- Priority
- Helper text
- Configure this trigger to fire only when a task is added with a specific priority.
- Slug
- priority
- Required
- true
- Can have default value
- true
Ingredients
- Slug
- task_name
- Filter code
- TickTick.historyOfTaskCreated.TaskName
- Type
- String
- Example
- meeting
- Slug
- task_content
- Filter code
- TickTick.historyOfTaskCreated.TaskContent
- Type
- String
- Example
- meeting at 10 am
- Slug
- start_date
- Filter code
- TickTick.historyOfTaskCreated.StartDate
- Type
- String
- Example
- February 12, 2020
- Slug
- end_date
- Filter code
- TickTick.historyOfTaskCreated.EndDate
- Type
- String
- Example
- February 12, 2020
- Slug
- list
- Filter code
- TickTick.historyOfTaskCreated.List
- Type
- String
- Example
- inbox
- Slug
- priority
- Filter code
- TickTick.historyOfTaskCreated.Priority
- Type
- String
- Example
- Low
- Slug
- tag
- Filter code
- TickTick.historyOfTaskCreated.Tag
- Type
- String
- Example
- #updated #paused #later
- Slug
- link_to_task
- Filter code
- TickTick.historyOfTaskCreated.LinkToTask
- Type
- String
- Example
- https://ticktick.com/#p/inbox1014227979/tasks/5ceb9572e4b081c31fead5eb
- Slug
- created_at
- Filter code
- TickTick.historyOfTaskCreated.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00