Top Google Tasks automations
Explore Plans
Mobile menu Close menu
Google TasksGoogle Tasks

Add task to a list

This action will add a task to the given task list.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
API endpoint slug
google_tasks.add_task_to_tasklist
Filter code method
GoogleTasks.addTaskToTasklist.skip(string?: reason)
Runtime method
runAction("google_tasks.add_task_to_tasklist", {})

Action fields

Tasklist ID Dropdown list

Label
Which task list?
Helper text
Slug
tasklist_id
Required
true
Can have default value
false

Task title Text input > Short text

Label
What is the title of the task?
Slug
task_title
Required
true
Can have default value
true
Filter code method
GoogleTasks.addTaskToTasklist.setTaskTitle(string: taskTitle)

Task notes Text input > Long text

Label
What are the notes to include in the task?
Helper text
Slug
task_notes
Required
false
Can have default value
true
Filter code method
GoogleTasks.addTaskToTasklist.setTaskNotes(string: taskNotes)

Due date Text input > ISO 8601 date and time

Label
Does the task have a due date?
Helper text
Slug
due_date
Required
false
Can have default value
true
Filter code method
GoogleTasks.addTaskToTasklist.setDueDate(string: dueDate)