{
  "name": "Convert DOCX (from URL) to PDF using ConvertAPI",
  "nodes": [
    {
      "id": "41ce128f-e9e5-478f-8954-c94019884721",
      "name": "When clicking ‘Test workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -160,
        240
      ]
    },
    {
      "id": "3a3b3212-2eb3-411e-981e-37bd3f3e46fe",
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        680,
        240
      ]
    },
    {
      "id": "987ec4b3-3241-4cb6-b735-04754ead8ef8",
      "name": "Read/Write Files from Disk",
      "type": "n8n-nodes-base.readWriteFile",
      "position": [
        1000,
        240
      ]
    },
    {
      "id": "d99ed058-ab0c-4310-8e75-3d4b073c234b",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        540,
        40
      ],
      "parameters": {
        "width": 385,
        "height": 383,
        "content": "## Authentication\nConversion requests must be authenticated. Please create \n[ConvertAPI account to get authentication token](https://www.convertapi.com/a/authentication)\n\nCreate a bearer auth with you"
      }
    },
    {
      "id": "3e4f5f45-36c8-4a71-b053-6b5beafa3025",
      "name": "Config",
      "type": "n8n-nodes-base.set",
      "position": [
        220,
        240
      ]
    },
    {
      "id": "895324aa-e373-4049-8b4b-aefed7a61239",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        100,
        40
      ],
      "parameters": {
        "width": 353,
        "height": 375,
        "content": "## Configuration \nChange the `url_to_file` parameter here to the file you want to convert"
      }
    }
  ],
  "connections": {
    "Config": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request": {
      "main": [
        [
          {
            "node": "Read/Write Files from Disk",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Test workflow’": {
      "main": [
        [
          {
            "node": "Config",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}