Skip to content

Google Tasks#

The Google Tasks node allows you to automate work in Google Tasks, and integrate Google Tasks with other applications. n8n has built-in support for a wide range of Google Tasks features, including adding, updating, and retrieving contacts.

On this page, you'll find a list of operations the Google Tasks node supports and links to more resources.

Credentials

Refer to Google Tasks credentials for guidance on setting up authentication.

Examples and templates

For usage examples and templates to help you get started, take a look at n8n's Google Tasks integrations list.

Basic Operations#

  • Task
    • Add a task to tasklist
    • Delete a task
    • Retrieve a task
    • Retrieve all tasks from a tasklist
    • Update a task

Example Usage#

This workflow allows you to add a task to Google Tasks. You can also find the workflow on the website. This example usage workflow uses the following two nodes. - Start - Google Tasks

The final workflow should look like the following image.

A workflow with the Google Tasks node

1. Start node#

The start node exists by default when you create a new workflow.

2. Google Tasks node#

  1. First of all, you'll have to enter credentials for the Google Tasks node. You can find out how to do that here.
  2. Select the TaskList from the dropdown list of the user's task-lists where a new task needs to be added.
  3. Enter a title for the task in the Title field.
  4. Click on Execute Node to run the workflow.