{
  "name": "Automate job posting creation with Forms, Dropbox, and Foxit PDF generation",
  "nodes": [
    {
      "id": "6a063c7c-07de-4972-9059-78653e462658",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -420,
        -160
      ]
    },
    {
      "id": "ac91a3f6-b09b-4ef2-88c3-622c31e21e84",
      "name": "Dropbox",
      "type": "n8n-nodes-base.dropbox",
      "position": [
        -200,
        -160
      ]
    },
    {
      "id": "43fbf7c3-12ca-434a-aa69-9a525036d2d5",
      "name": "Document Generation",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        240,
        -160
      ]
    },
    {
      "id": "0020993b-45e0-4197-823a-710a60ba9cae",
      "name": "Convert Word to B64",
      "type": "n8n-nodes-base.extractFromFile",
      "position": [
        20,
        -160
      ]
    },
    {
      "id": "4b8ce696-6828-401e-b0e9-54d2ea14049e",
      "name": "Convert to File",
      "type": "n8n-nodes-base.convertToFile",
      "position": [
        460,
        -160
      ]
    }
  ],
  "connections": {
    "Dropbox": {
      "main": [
        [
          {
            "node": "Convert Word to B64",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Convert to File": {
      "main": [
        []
      ]
    },
    "On form submission": {
      "main": [
        [
          {
            "node": "Dropbox",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Convert Word to B64": {
      "main": [
        [
          {
            "node": "Document Generation",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Document Generation": {
      "main": [
        [
          {
            "node": "Convert to File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}