Project Management

0446 Code Todoist Create Scheduled

0446 Code Todoist Create Scheduled

Complex
High
13
Nodes
Complex
Trigger
High
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
13
Node Types
6

Node Types

sticky Note
Sticky Note3, Sticky Note2, Sticky Note
3 nodes
todoist
Get all tasks from template project, Get all tasks from Inbox, Delete task, Create new task in Inbox
4 nodes
code
Parse task details
1 node
filter
Keep tasks that match today
1 node
schedule Trigger
Every day at 5:10am, Every day at 5am
2 nodes
if
If list not empty, if it has daily label
2 nodes

Workflow JSON

9.54 KB
{
  "name": "0446 Code Todoist Create Scheduled",
  "nodes": [
    {
      "id": "d49ee203-5bd1-45c0-859d-f1b248bfdf71",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        280,
        40
      ],
      "parameters": {
        "color": 5,
        "width": 424.4907862645661,
        "height": 154.7766688696994,
        "content": "### 👨‍🎤 Setup\n1. Add Todoist creds\n2. Create a `template` list to copy from in Todoist. Add days and due times on each task as necessary.\n3. Set the projects to copy from and to write to in each **Todoist** node"
      },
      "typeVersion": 1
    },
    {
      "id": "e69dd4e2-7ff6-4613-a1c9-ac1f3da37955",
      "name": "Get all tasks from template project",
      "type": "n8n-nodes-base.todoist",
      "position": [
        860,
        420
      ],
      "parameters": {
        "filters": {
          "projectId": "2299363018"
        },
        "operation": "getAll",
        "returnAll": true
      },
...

Showing first 1000 characters. Click "Expand" to view the full JSON.