AutomationFlowsGeneral › Create a new task in Todoist

Create a new task in Todoist

Create a new task in Todoist. Uses manualTrigger, todoist. Event-driven trigger; 2 nodes.

Event trigger★☆☆☆☆ complexity2 nodesTodoist
General Trigger: Event Nodes: 2 Complexity: ★☆☆☆☆

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "id": "100",
  "name": "Create a new task in Todoist",
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        550,
        250
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Todoist",
      "type": "n8n-nodes-base.todoist",
      "position": [
        750,
        250
      ],
      "parameters": {
        "content": "",
        "options": {}
      },
      "credentials": {
        "todoistApi": "<your credential>"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "settings": {},
  "connections": {
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "Todoist",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

About this workflow

Create a new task in Todoist. Uses manualTrigger, todoist. Event-driven trigger; 2 nodes.

Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →

More General workflows → · Browse all categories →