Business Process Automation

1087 Manual Unleashedsoftware Automation Triggered

1087 Manual Unleashedsoftware Automation Triggered

Manual
Low
2
Nodes
Manual
Trigger
Low
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
2
Node Types
0

Workflow JSON

945 Bytes
{
  "name": "1087 Manual Unleashedsoftware Automation Triggered",
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        390,
        220
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Unleashed Software",
      "type": "n8n-nodes-base.unleashedSoftware",
      "position": [
        600,
        220
      ],
      "parameters": {
        "filters": {
          "orderStatus": [
            "Completed"
          ]
        },
        "returnAll": true
      },
      "credentials": {
        "unleashedSoftwareApi": "unleashed"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "settings": {},
  "connections": {
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "Unleashed Software",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}