AutomationFlowsGeneral › Manual Wekan Workflow Automation

Manual Wekan Workflow Automation

Original n8n title: Manual Wekan

Manual Wekan. Uses manualTrigger, wekan. Event-driven trigger; 6 nodes.

Event trigger★★★★☆ complexity6 nodesWekan
General Trigger: Event Nodes: 6 Complexity: ★★★★☆ Added:

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
{
  "name": "",
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        450,
        450
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Wekan",
      "type": "n8n-nodes-base.wekan",
      "position": [
        650,
        450
      ],
      "parameters": {
        "owner": "c4nzTEvSwGPBxKTCc",
        "title": "Documentation",
        "resource": "board",
        "additionalFields": {}
      },
      "credentials": {
        "wekanApi": "<your credential>"
      },
      "typeVersion": 1
    },
    {
      "name": "Wekan1",
      "type": "n8n-nodes-base.wekan",
      "position": [
        850,
        450
      ],
      "parameters": {
        "title": "To Do",
        "boardId": "={{$node[\"Wekan\"].json[\"_id\"]}}",
        "resource": "list"
      },
      "credentials": {
        "wekanApi": "<your credential>"
      },
      "typeVersion": 1
    },
    {
      "name": "Wekan2",
      "type": "n8n-nodes-base.wekan",
      "position": [
        1050,
        450
      ],
      "parameters": {
        "title": "Done",
        "boardId": "={{$node[\"Wekan\"].json[\"_id\"]}}",
        "resource": "list"
      },
      "credentials": {
        "wekanApi": "<your credential>"
      },
      "typeVersion": 1
    },
    {
      "name": "Wekan3",
      "type": "n8n-nodes-base.wekan",
      "position": [
        1250,
        450
      ],
      "parameters": {
        "title": "Document Wekan node",
        "listId": "={{$node[\"Wekan1\"].json[\"_id\"]}}",
        "boardId": "={{$node[\"Wekan\"].json[\"_id\"]}}",
        "authorId": "c4nzTEvSwGPBxKTCc",
        "swimlaneId": "LDTcBp9fvmjSsSB69",
        "additionalFields": {}
      },
      "credentials": {
        "wekanApi": "<your credential>"
      },
      "typeVersion": 1
    },
    {
      "name": "Wekan4",
      "type": "n8n-nodes-base.wekan",
      "position": [
        1450,
        450
      ],
      "parameters": {
        "cardId": "={{$node[\"Wekan3\"].json[\"_id\"]}}",
        "listId": "={{$node[\"Wekan1\"].json[\"_id\"]}}",
        "boardId": "={{$node[\"Wekan\"].json[\"_id\"]}}",
        "operation": "update",
        "updateFields": {
          "listId": "={{$node[\"Wekan2\"].json[\"_id\"]}}"
        }
      },
      "credentials": {
        "wekanApi": "<your credential>"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "settings": {},
  "connections": {
    "Wekan": {
      "main": [
        [
          {
            "node": "Wekan1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wekan1": {
      "main": [
        [
          {
            "node": "Wekan2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wekan2": {
      "main": [
        [
          {
            "node": "Wekan3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wekan3": {
      "main": [
        [
          {
            "node": "Wekan4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "Wekan",
            "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.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Manual Wekan. Uses manualTrigger, wekan. Event-driven trigger; 6 nodes.

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

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

Create A Board Lists And A Card In Wekan. Uses manualTrigger, wekan. Event-driven trigger; 6 nodes.

Wekan
General

Reagendamiento. Uses executeWorkflowTrigger, redis, n8n-nodes-evolution-api, dataTable. Event-driven trigger; 73 nodes.

Execute Workflow Trigger, Redis, N8N Nodes Evolution Api +2
General

Blotato. Uses googleSheets, @blotato/n8n-nodes-blotato. Event-driven trigger; 65 nodes.

Google Sheets, @Blotato/N8N Nodes Blotato
General

This template is a hands-on, practical exam designed to help you master n8n Expressions—the key to accessing and manipulating data in your workflows.

Stop And Error
General

This template is a hands-on, practical exam designed to test your understanding of the fundamental JSON data types. It's the perfect way to solidify your knowledge after learning the basics.

Stop And Error