Skip to main content

Todoist weekly email of completed tasks

Workflow preview

Workflow preview
100%
Todoist weekly email of completed tasks preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This workflow template helps Todoist users get a weekly overview of their completed tasks via email, making it easier to review their past week. Why use this workflow? Todoist doesn’t provide compl...

Best for

  • Personal Productivity automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.scheduletrigger, n8n-nodes-base.emailsend

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Martijn Smit.

Original n8n.io source

1.1 Workflow description

Title
Todoist weekly email of completed tasks
Workflow name
Todoist weekly email of completed tasks

This workflow template helps Todoist users get a weekly overview of their completed tasks via email, making it easier to review their past week.

Why use this workflow?

Todoist doesn’t provide completed task reports or filters in its built-in reports or n8n app. This workflow solves that by using Todoist’s public API to fetch your completed tasks.

How it works

  • Runs every Friday afternoon (or manually).
  • Uses the Todoist public API to retrieve completed tasks.
  • Excludes specific projects you set (e.g., a grocery list).
  • Sends an email summary, grouping tasks by the day they were completed.

Set up steps

  1. Copy your Todoist API token (found here).
  2. Create a Todoist API credential in n8n.
  3. Create an SMTP credential in n8n.
    • Alternatively, use a preferred email service like Brevo, Mailjet, etc.
  4. Import this workflow template.
  5. In the Get completed tasks via Todoist API step, select your Todoist API credential.
  6. In the Send Email step:
    • Select your SMTP credential.
    • Set the sender and recipient email addresses.
  7. Run the workflow manually and check your inbox!

Ignoring specific projects

If you do not want your grocery list, workouts, or other tasks from specific Todoist projects showing up in your weekly summary, modify the step called Optional: Ignore specific projects and change this line:

const ignoredProjects = ['2335544024'];

This should be an array with the id of each project you'd like to ignore. You can find a list of your projects (inc. their Ids) by visiting this link: https://api.todoist.com/rest/v2/projects

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - When clicking ‘Test workflow’

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 2 - Get completed tasks via Todoist API

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 3 - Optional: Ignore specific projects

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 4 - Format the email body

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 5 - Every Friday afternoon

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 6 - Send Email

Type / Role
n8n-nodes-base.emailSend - emailSend
Config choices
Version 2.1

3. Summary Table

Workflow Todoist weekly email of completed tasks
Complexity intermediate
Nodes 6
Categories Personal Productivity
Author Martijn Smit
Published 26 Jan 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/2805/2805.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Todoist weekly email of completed tasks do?

This workflow template helps Todoist users get a weekly overview of their completed tasks via email, making it easier to review their past week. Why use this workflow? Todoist doesn’t provide compl...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Personal Productivity use case.