This query returns a list of every time you create a new task in Todoist.
- API endpoint slug
- todoist.history_of_tasks_created
- Runtime method
- performQuery("todoist.history_of_tasks_created")
Query fields
- Label
- Project to watch
- Helper text
- Configure this trigger to fire only when a task is created in the specified project.
- Slug
- project_id
- Required
- true
- Can have default value
- false
Ingredients
- Slug
- task_content
- Filter code
- Todoist.historyOfTasksCreated.TaskContent
- Type
- String
- Example
- Pay telephone bill
- Slug
- link_to_task
- Filter code
- Todoist.historyOfTasksCreated.LinkToTask
- Type
- Web URL
- Example
- https://todoist.com/showTask?id=999
- Slug
- project
- Filter code
- Todoist.historyOfTasksCreated.Project
- Type
- String
- Example
- Household Tasks
- Slug
- labels
- Filter code
- Todoist.historyOfTasksCreated.Labels
- Type
- String
- Example
- to_follow_up
- Slug
- priority
- Filter code
- Todoist.historyOfTasksCreated.Priority
- Type
- String
- Example
- Priority 1
- Slug
- created_at
- Filter code
- Todoist.historyOfTasksCreated.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
- Slug
- due_date
- Filter code
- Todoist.historyOfTasksCreated.DueDate
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00