This trigger fires when a task in a given list is completed
- API endpoint slug
- microsoft_todo.task_completed
Trigger fields
- Label
- Which task list?
- Slug
- task_list_id
- Required
- true
- Can have default value
- false
Ingredients
- Slug
- title
- Filter code
- MicrosoftTodo.taskCompleted.Title
- Type
- String
- Example
- Change oil in my car
- Slug
- body
- Filter code
- MicrosoftTodo.taskCompleted.Body
- Type
- String
- Example
- My plants are looking droopy and need to be watered!
- Slug
- importance
- Filter code
- MicrosoftTodo.taskCompleted.Importance
- Type
- String
- Example
- high
- Slug
- datetime_completed
- Filter code
- MicrosoftTodo.taskCompleted.DateAndTimeCompleted
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00