{
  "name": "Generate smart Calendly notifications for Outlook and Slack using GPT-4",
  "nodes": [
    {
      "id": "97666a2e-e006-4dd4-bb52-844f67cf0f67",
      "name": "Edit Fields",
      "type": "n8n-nodes-base.set",
      "position": [
        272,
        624
      ]
    },
    {
      "id": "d0e2aff7-febd-4ccc-8a01-0ecbf86fc142",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        432,
        864
      ]
    },
    {
      "id": "ec9e6d3d-e4ea-4500-82c0-a8d48a069f41",
      "name": "Structured Output Parser",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        656,
        832
      ]
    },
    {
      "id": "7ce1112f-7649-47f4-a9a2-5c829da7fd6c",
      "name": "Send a message",
      "type": "n8n-nodes-base.microsoftOutlook",
      "position": [
        848,
        560
      ]
    },
    {
      "id": "1f87bd9f-9127-4436-b6fe-1104dd47844c",
      "name": "Sticky Note16",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -272,
        -320
      ],
      "parameters": {
        "width": 1680,
        "height": null,
        "content": "## 📬 Need Help or Want to Customize This?\n📧 [robert@ynteractive.com](mailto:robert@ynteractive.com)  \n🔗 [LinkedIn](https://www.linkedin.com/in/robert-breen-29429625/)"
      }
    },
    {
      "id": "75ddecca-3f1a-4e68-b1b4-c6d0b1a9288c",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -272,
        -128
      ],
      "parameters": {
        "width": 1680,
        "height": 1168,
        "content": "### ⚙️ Step-by-Step Setup Instructions\n\n#### 1. 🔗 Calendly API Setup\n- In n8n: Go to **Credentials → Add Credential → Calendly API**.\n- Connect your account with the personal access token.\n- In the **"
      }
    },
    {
      "id": "af63afc3-8917-4399-a349-696a0477796d",
      "name": "Calendly Event",
      "type": "n8n-nodes-base.calendlyTrigger",
      "position": [
        32,
        624
      ]
    },
    {
      "id": "b1830f4e-27ae-465f-9e2b-2efaf38eba2f",
      "name": "Slack Message",
      "type": "n8n-nodes-base.slack",
      "position": [
        880,
        768
      ]
    },
    {
      "id": "74d9805a-97b7-4e86-ae50-b6a2af5b85be",
      "name": "Email Generator",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        480,
        624
      ]
    }
  ],
  "connections": {
    "Edit Fields": {
      "main": [
        [
          {
            "node": "Email Generator",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Calendly Event": {
      "main": [
        [
          {
            "node": "Edit Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send a message": {
      "main": [
        []
      ]
    },
    "Email Generator": {
      "main": [
        [
          {
            "node": "Send a message",
            "type": "main",
            "index": 0
          },
          {
            "node": "Slack Message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Email Generator",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Structured Output Parser": {
      "ai_outputParser": [
        [
          {
            "node": "Email Generator",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    }
  }
}