Google Tasks
Triggers
Trigger components allow you to start an automation flow when an event happens in the app.
New Task Created
Triggers when a new task is created.
Actions
Action components allow you to perform operations on the app.
Create Task List
Creates a new task list and adds it to the authenticated users task lists. See the docs here.
Create Task
Creates a new task and adds it to the authenticated users task lists. See the docs here.
Delete Task List
Deletes the authenticated users specified task list. See the docs here.
Delete Task
Deletes the authenticated users specified task. See the docs here.
List Task Lists
Lists the authenticated users task lists. See the docs here.
List Tasks
Returns all tasks in the specified task list. See the docs here.
Update Task List
Updates the authenticated users specified task list. See the docs here.
Update Task
Updates the authenticated users specified task. See the docs here.