Web Scraping & Data Extraction

1187 HTTP Dropbox Automation Webhook

1187 HTTP 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.35 KB
{
  "name": "1187 HTTP Dropbox Automation Webhook",
  "nodes": [
    {
      "name": "Dropbox",
      "type": "n8n-nodes-base.dropbox",
      "position": [
        1090,
        290
      ],
      "parameters": {
        "path": "/images.zip",
        "binaryData": true
      },
      "credentials": {
        "dropboxApi": "Dropbox Tokens Test"
      },
      "typeVersion": 1
    },
    {
      "name": "Compression",
      "type": "n8n-nodes-base.compression",
      "position": [
        890,
        290
      ],
      "parameters": {
        "fileName": "images.zip",
        "operation": "compress",
        "outputFormat": "zip",
        "binaryPropertyName": "logo, workflow_image"
      },
      "typeVersion": 1
    },
    {
      "name": "HTTP Request1",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        690,
        290
      ],
      "parameters": {
        "url": "https://n8n.io/n8n-logo.png",
        "options": {},
        "responseFormat": "file",
        "...

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