{
  "name": "Create food emoji icons with OpenAI GPT & image generation",
  "nodes": [
    {
      "id": "1dbacde4-6cb5-46c1-8542-57803ecce72d",
      "name": "Trigger: Food Emoji Form Submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -180,
        -400
      ]
    },
    {
      "id": "586fb2f5-0190-4118-a0d5-1aff2ad54eab",
      "name": "Prepare Style‑JSON Prompt",
      "type": "n8n-nodes-base.set",
      "position": [
        60,
        -400
      ]
    },
    {
      "id": "b1baad14-1ac6-42ca-9c4c-90aec4e3581d",
      "name": "LLM: Generate Style‑JSON",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        260,
        -400
      ]
    },
    {
      "id": "b120e2ce-b91b-4b8b-a869-e3fc7c5dcf11",
      "name": "Image‑Gen: Render Food Emoji Icon",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        600,
        -400
      ]
    },
    {
      "id": "0b04e850-a174-46f6-b9df-28a81eae24cb",
      "name": "Save to Google Drive",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        820,
        -400
      ]
    },
    {
      "id": "420a9a11-a714-4489-bb9d-4c8398244a83",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -260,
        -520
      ],
      "parameters": {
        "width": null,
        "height": 340,
        "content": "## | INPUT: Intake Form"
      }
    },
    {
      "id": "79e68bf4-aeb1-46cd-a18c-e0ed9ac9ecb5",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        20,
        -520
      ],
      "parameters": {
        "width": 720,
        "height": 340,
        "content": "## | Step 1: Generate Image"
      }
    },
    {
      "id": "7eb01630-14cf-4782-a6d0-a5f7d5a06bab",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        780,
        -520
      ],
      "parameters": {
        "width": null,
        "height": 340,
        "content": "## | Step 2: Upload to Google Drive"
      }
    },
    {
      "id": "80517e7d-8511-42b5-9e24-774c22e0a2fe",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -260,
        -140
      ],
      "parameters": {
        "width": 1280,
        "height": 380,
        "content": "## 🚀 Setup Requirements\n\nTo get started with this workflow, follow these steps:\n\n1. **🔑 Configure Credentials**: Set up your API credentials for OpenAI and Google Drive\n2. **💳 Add OpoenAI Credit**: Ma"
      }
    }
  ],
  "connections": {
    "LLM: Generate Style‑JSON": {
      "main": [
        [
          {
            "node": "Image‑Gen: Render Food Emoji Icon",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Prepare Style‑JSON Prompt": {
      "main": [
        [
          {
            "node": "LLM: Generate Style‑JSON",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Image‑Gen: Render Food Emoji Icon": {
      "main": [
        [
          {
            "node": "Save to Google Drive",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Trigger: Food Emoji Form Submission": {
      "main": [
        [
          {
            "node": "Prepare Style‑JSON Prompt",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}