This trigger fires every time you add a new task in TickTick.
- API endpoint slug
- TickTick.new_task_created
Trigger 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.newTaskCreated.TaskName
- Type
- String
- Example
- meeting
- Slug
- task_content
- Filter code
- TickTick.newTaskCreated.TaskContent
- Type
- String
- Example
- meeting at 10 am
- Slug
- start_date
- Filter code
- TickTick.newTaskCreated.StartDate
- Type
- String
- Example
- February 12, 2020
- Slug
- end_date
- Filter code
- TickTick.newTaskCreated.EndDate
- Type
- String
- Example
- February 12, 2020
- Slug
- list
- Filter code
- TickTick.newTaskCreated.List
- Type
- String
- Example
- inbox
- Slug
- priority
- Filter code
- TickTick.newTaskCreated.Priority
- Type
- String
- Example
- Low
- Slug
- tag
- Filter code
- TickTick.newTaskCreated.Tag
- Type
- String
- Example
- #updated #paused #later
- Slug
- link_to_task
- Filter code
- TickTick.newTaskCreated.LinkToTask
- Type
- String
- Example
- https://ticktick.com/#p/inbox1014227979/tasks/5ceb9572e4b081c31fead5eb
- Slug
- created_at
- Filter code
- TickTick.newTaskCreated.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00