Explore Plans
Mobile menu Close menu
Google Tasks

Add task to a list

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

Developer info

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 Dropdown list

Label
Which task list?
Helper text
The task list to which the task should be added.
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.setTask Title(string: task_title)

Task notes Text input > Long text

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

Due date Text input > ISO 8601 date and time

Label
Does the task have a due date?
Helper text
Field only sets the date. Ex. Next Tuesday, Today.
Slug
due_date
Required
false
Can have default value
true
Filter code method
GoogleTasks.addTaskToTasklist.setDue Date(string: due_date)