This trigger fires when a task is added to a list.
- API endpoint slug
- google_tasks.new_task_added
Trigger fields
- Label
- Which task list?
- Slug
- tasklist_id
- Required
- true
- Can have default value
- false
Ingredients
- Slug
- title
- Filter code
- GoogleTasks.newTaskAdded.Title
- Type
- String
- Example
- Do laundry
- Slug
- notes
- Filter code
- GoogleTasks.newTaskAdded.Notes
- Type
- String
- Example
- Task notes
- Slug
- status
- Filter code
- GoogleTasks.newTaskAdded.Status
- Type
- String
- Example
- needsAction or completed
- Slug
- due
- Filter code
- GoogleTasks.newTaskAdded.Due
- Type
- Date (ISO8601)
- Example
- 2020-07-07
- Slug
- updated_at
- Filter code
- GoogleTasks.newTaskAdded.UpdatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
- Slug
- task_list_id
- Filter code
- GoogleTasks.newTaskAdded.TaskListId
- Type
- String
- Example
- 1234