{
  "name": "Turn Monoprix delivery emails into calendar events using ChatGPT and Google Calendar",
  "nodes": [
    {
      "id": "6cfb2b72-4940-4a76-a038-3ea5ea3adc57",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        320,
        220
      ]
    },
    {
      "id": "7d3a6a9f-3524-4bea-80d3-3e2ffb67ada6",
      "name": "Set GCal fields",
      "type": "n8n-nodes-base.set",
      "position": [
        680,
        0
      ]
    },
    {
      "id": "1066ac27-7e92-4ec6-a383-0660aed7cc6a",
      "name": "Update Calendar",
      "type": "n8n-nodes-base.googleCalendar",
      "position": [
        1020,
        0
      ]
    },
    {
      "id": "08b329b9-7ab8-4514-b009-7d16d2460bd3",
      "name": "Pull email from Gmail",
      "type": "n8n-nodes-base.gmailTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "4cde3dc5-339b-4226-a595-ede3b3ccb83b",
      "name": "Extract key info",
      "type": "@n8n/n8n-nodes-langchain.informationExtractor",
      "position": [
        260,
        0
      ]
    },
    {
      "id": "77ac45d9-7a4c-440c-8360-a7f6d18cea1b",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -40,
        -160
      ],
      "parameters": {
        "width": 547,
        "height": 132,
        "content": "### 🛠️ Setup\n1. Add your **GMail**, **ChatGPT**, and **Google Calendar** credentials\n2. Click the Test Workflow button and check your Google calendar\n3. Activate the workflow to have your grocery deli"
      }
    },
    {
      "id": "acf976aa-e30d-4291-86ab-81ab53c86a65",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -20,
        180
      ],
      "parameters": {
        "width": 162,
        "height": 119,
        "content": "👆 If you want to use another grocery delivery provider, update the email and subject"
      }
    },
    {
      "id": "faf8255d-4212-480a-b999-d665d5f7e4fd",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        440,
        120
      ],
      "parameters": {
        "width": 162,
        "height": 119,
        "content": "👆 If you want to use another grocery delivery provider, update the email format"
      }
    },
    {
      "id": "6d1cbf3b-72fd-40db-b877-e2003a01d61f",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1040,
        160
      ],
      "parameters": {
        "width": 162,
        "height": 80,
        "content": "👆 Feel free to update the Calendar content"
      }
    }
  ],
  "connections": {
    "Set GCal fields": {
      "main": [
        [
          {
            "node": "Update Calendar",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract key info": {
      "main": [
        [
          {
            "node": "Set GCal fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Extract key info",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Pull email from Gmail": {
      "main": [
        [
          {
            "node": "Extract key info",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}