{
  "name": "Convert DOCX to PDF using ConvertAPI",
  "nodes": [
    {
      "id": "463ebdc7-9c6f-4464-9a0e-4078be11a787",
      "name": "When clicking ‘Test workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        280,
        240
      ]
    },
    {
      "id": "531d78cd-9f44-468a-9f88-30816922eb1b",
      "name": "Write Result File to Disk",
      "type": "n8n-nodes-base.readWriteFile",
      "position": [
        1140,
        240
      ]
    },
    {
      "id": "7702ad91-05fd-4bfc-816a-3e863c1ca148",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        640,
        60
      ],
      "parameters": {
        "width": 420,
        "height": 361,
        "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 credenti"
      }
    },
    {
      "id": "09d95adb-3c05-4727-8d0b-498870d08cca",
      "name": "Download File",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        480,
        240
      ]
    },
    {
      "id": "c5e25b57-ff04-4b4c-aab4-d92f8e18409e",
      "name": "File conversion",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        800,
        240
      ]
    }
  ],
  "connections": {
    "Download File": {
      "main": [
        [
          {
            "node": "File conversion",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "File conversion": {
      "main": [
        [
          {
            "node": "Write Result File to Disk",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Test workflow’": {
      "main": [
        [
          {
            "node": "Download File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}