{
  "name": "Sprint cycle announcements with Form Input, GPT-4 and Slack",
  "nodes": [
    {
      "id": "c89943b0-be6d-418b-8244-c9d8b4e526ee",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        68,
        180
      ]
    },
    {
      "id": "5a1be1cd-5f10-4638-9014-290bbb76f42a",
      "name": "Generate Slack Message",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -20,
        -40
      ]
    },
    {
      "id": "3bb753a4-5ef7-4ce7-8576-ee24ca1b1018",
      "name": "Send message to Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        360,
        -40
      ]
    },
    {
      "id": "a58526a8-6e0b-4a08-bace-5c37a1447b95",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -720,
        -360
      ],
      "parameters": {
        "width": 700,
        "height": 240,
        "content": "## Send a slack message when a new Sprint Cycle starts 🎯\n\nThe Message will have the following elements \n- Cycle Start Date\n- Cycle Goal\n- Additional Notes\n\n*Start with submitting the form URL from the"
      }
    },
    {
      "id": "1c0cf167-903b-46c6-9086-817f01a4fd50",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -280,
        120
      ],
      "parameters": {
        "width": 230,
        "height": 80,
        "content": "**1.☝️Update team name**\n**1.1 ☝️Set message tone (warm recommended)**"
      }
    },
    {
      "id": "45554664-52c3-48e6-a411-6b402f5b238b",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -460,
        -40
      ]
    },
    {
      "id": "195a496c-9157-4880-9802-269e7fe54a1e",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        320
      ],
      "parameters": {
        "width": 230,
        "height": 100,
        "content": "2.☝️**Update Open AI credentials**\n\n*or use a different Model*"
      }
    },
    {
      "id": "7a3f7dcd-0853-445c-8604-a7f582913960",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        320,
        120
      ],
      "parameters": {
        "width": 210,
        "height": 120,
        "content": "**2.1.☝️Update Slack Credentials**\n\n**2.2.☝️Update Slack Channel Name**\n\n"
      }
    },
    {
      "id": "8c36f947-0e2d-4760-b8a2-8d15a56d04c4",
      "name": "Set up",
      "type": "n8n-nodes-base.set",
      "position": [
        -240,
        -40
      ]
    }
  ],
  "connections": {
    "Set up": {
      "main": [
        [
          {
            "node": "Generate Slack Message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Generate Slack Message",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "On form submission": {
      "main": [
        [
          {
            "node": "Set up",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate Slack Message": {
      "main": [
        [
          {
            "node": "Send message to Slack",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}