Cloud Storage & File Management

1078 Manual Dropbox Automation Webhook

1078 Manual Dropbox Automation Webhook

Manual
Medium
5
Nodes
Manual
Trigger
Medium
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
5
Node Types
0

Workflow JSON

2.24 KB
{
  "name": "1078 Manual Dropbox Automation Webhook",
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        50,
        200
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Dropbox",
      "type": "n8n-nodes-base.dropbox",
      "position": [
        250,
        200
      ],
      "parameters": {
        "path": "/n8n",
        "resource": "folder"
      },
      "credentials": {
        "dropboxApi": "dropbox_accesstoken"
      },
      "typeVersion": 1
    },
    {
      "name": "Dropbox1",
      "type": "n8n-nodes-base.dropbox",
      "position": [
        650,
        200
      ],
      "parameters": {
        "path": "/n8n/file.png",
        "binaryData": true
      },
      "credentials": {
        "dropboxApi": "dropbox_accesstoken"
      },
      "typeVersion": 1
    },
    {
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position":...

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