TriggerGoogle TasksReal-timeUpdated June 2026

When does Google Tasks fire on task completion?

Short answer: In TinyCommand, add the Google Tasks Google Tasks Completed trigger to a workflow and publish. It listens through a Google Tasks webhook and fires your workflow within seconds of the event, with no polling and no code. Add a filter if you only want some events to start a run.

Trigger workflows on Google Tasks Completed in Google Tasks — start free
Anatomy

What this trigger looks like in a workflow.

Drop it on the canvas. Configure a couple of fields. Publish.

In the builder
Trigger
Google Tasks Completed
When the matching event happens
when task completedtask donewatch for completed taskon task finishedwhen a task is marked completetask checked offtask marked done
What this trigger returns
for the curious

You don’t need to read this. TinyCommand auto-maps every field into the visual picker so downstream nodes can pull values by clicking. We show it here for power users who want to know what’s on the wire.

{
"items": [
{
"id": "MTIzNDU2Nzg5MA",
"due": "2026-04-23T00:00:00Z",
"notes": "Monthly expenses for April",
"title": "Submit expense report",
"status": "completed",
"updated": "2026-04-23T15:30:00Z",
"position": "00000000000000000003",
"selfLink": "https://www.googleapis.com/tasks/v1/lists/@default/tasks/MTIzNDU2Nzg5MA",
"completed": "2026-04-23T15:30:00Z"
}
]
}
Output shape

Fields available to downstream nodes.

Every field below can be referenced by name in any action or filter that comes after this trigger.

FieldTypeExample
itemsarray[{"id":"MTIzNDU2Nzg5MA","due":"2026-04-23T00:00:00Z","notes"
FAQ

Questions about Google Tasks Completed.

How does the Google Tasks Completed trigger work in Google Tasks?
Fires when a task transitions to completed in any of the user's task lists. For "todo done → log to habit tracker" or "meeting follow-up done → ping the requester" personal-automation workflows.
Is the Google Tasks Completed trigger real-time?
Yes. Google Tasks Completed uses webhooks or push subscriptions, not polling. Your workflow fires within seconds of the event happening in Google Tasks.
What data does Google Tasks Completed return?
The full event payload from Google Tasks. The output shape table on this page lists every field, its type, and an example value so you can map fields into downstream nodes.
Can I filter Google Tasks Completed so only some events start a workflow?
Yes. Add a Filter node right after the trigger and match on any field, whether that's subject, sender, status, or anything else in the payload. Workflows only continue when the filter passes.
Do I need Google Tasks admin permissions to use Google Tasks Completed?
For most Google Tasks accounts a standard user can authorize the trigger. Some Google Tasks plans require an admin to enable third-party webhooks. Check Google Tasks's docs if the trigger fails to register.
More triggers

Other Google Tasks triggers.

Trigger
Google Tasks Created
Fires when a new task is added to any of the user's lists. For "task created from Gmail-side action → sync to project tracker" workflows.
Trigger workflows on Google Tasks Completed in Google Tasks — start free