Published 2 days ago
This workflow template helps Todoist users get a weekly overview of their completed tasks via email, making it easier to review their past week.
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.
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
Implement complex processes faster with n8n