AutomationFlowsGeneral › Manual HTTP Request to Nextcloud Sync

Manual HTTP Request to Nextcloud Sync

Original n8n title: Manual Http (http Request) #2

Manual Http. Uses manualTrigger, httpRequest, nextCloud. Event-driven trigger; 5 nodes.

Event trigger★★★★☆ complexity5 nodesHTTP RequestNext Cloud
General Trigger: Event Nodes: 5 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
{
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        20,
        180
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        420,
        180
      ],
      "parameters": {
        "url": "https://n8n.io/n8n-logo.png",
        "options": {},
        "responseFormat": "file"
      },
      "typeVersion": 1
    },
    {
      "name": "NextCloud",
      "type": "n8n-nodes-base.nextCloud",
      "position": [
        220,
        180
      ],
      "parameters": {
        "path": "n8n",
        "resource": "folder"
      },
      "credentials": {
        "nextCloudApi": "<your credential>"
      },
      "typeVersion": 1
    },
    {
      "name": "NextCloud1",
      "type": "n8n-nodes-base.nextCloud",
      "position": [
        620,
        180
      ],
      "parameters": {
        "path": "n8n/logo.png",
        "binaryDataUpload": true
      },
      "credentials": {
        "nextCloudApi": "<your credential>"
      },
      "typeVersion": 1
    },
    {
      "name": "NextCloud2",
      "type": "n8n-nodes-base.nextCloud",
      "position": [
        820,
        180
      ],
      "parameters": {
        "path": "n8n",
        "resource": "folder",
        "operation": "list"
      },
      "credentials": {
        "nextCloudApi": "<your credential>"
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "NextCloud": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "NextCloud1": {
      "main": [
        [
          {
            "node": "NextCloud2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request": {
      "main": [
        [
          {
            "node": "NextCloud1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "NextCloud",
            "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 Http. Uses manualTrigger, httpRequest, nextCloud. Event-driven trigger; 5 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

Example - Backup n8n to Nextcloud. Uses manualTrigger, moveBinaryData, httpRequest, functionItem. Event-driven trigger; 9 nodes.

Move Binary Data, HTTP Request, Function Item +1
General

Create Animated Stories using GPT-4o-mini, Midjourney, Kling and Creatomate API. Uses httpRequest, stickyNote, manualTrigger. Event-driven trigger; 51 nodes.

HTTP Request
General

Generate Leads with Google Maps - AlexK1919. Uses manualTrigger, scheduleTrigger, executeWorkflowTrigger, stopAndError. Event-driven trigger; 42 nodes.

Execute Workflow Trigger, Stop And Error, HTTP Request +1
General

Limit Code. Uses microsoftOutlookTrigger, httpRequest, limit, noOp. Event-driven trigger; 41 nodes.

Microsoft Outlook Trigger, HTTP Request
General

Stopanderror. Uses manualTrigger, stickyNote, executeWorkflowTrigger, nextCloud. Event-driven trigger; 32 nodes.

Execute Workflow Trigger, Next Cloud, Stop And Error