{
  "name": "Process social media leads with GPT-4.1 summaries, Google Sheets, Jira & Slack",
  "nodes": [
    {
      "id": "581d4b37-0c13-4f8b-b959-c78cf7f3bb39",
      "name": "Send a Summary",
      "type": "n8n-nodes-base.slack",
      "position": [
        2432,
        192
      ]
    },
    {
      "id": "d918957a-c5d0-4be2-a613-ef4f52b3b870",
      "name": "Get DM",
      "type": "n8n-nodes-base.webhook",
      "position": [
        1232,
        192
      ]
    },
    {
      "id": "716de499-2e70-48f2-a941-6c8dca5d3941",
      "name": "Create Task",
      "type": "n8n-nodes-base.jira",
      "position": [
        2240,
        192
      ]
    },
    {
      "id": "30a7f5b9-263f-4dda-bfef-3d0c7c46da80",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        336,
        -192
      ],
      "parameters": {
        "width": 432,
        "height": 688,
        "content": "## How It Works:\n\nThis workflow collects messages coming from social media or your website and checks if they are related to things like ads, promotions, collaborations, or partnership requests. If th"
      }
    },
    {
      "id": "8da14fa6-95e3-4f78-a969-88d9cb7f58df",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1120,
        80
      ],
      "parameters": {
        "width": null,
        "height": 240,
        "content": "This node listens for new social media messages and starts the workflow whenever a new DM arrives."
      }
    },
    {
      "id": "fd00bd44-ef3d-46c9-a3d4-7ef1cb1b5546",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2176,
        80
      ],
      "parameters": {
        "width": 224,
        "height": 256,
        "content": "This node automatically creates a follow-up task in Jira for your team using the cleaned message and summary.\n"
      }
    },
    {
      "id": "ad8f08d4-d820-4177-8e73-2e47e5a2cfdd",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2416,
        80
      ],
      "parameters": {
        "width": null,
        "height": 256,
        "content": "This node sends a simple lead notification to Slack so your team instantly knows a new lead has arrived."
      }
    },
    {
      "id": "209db459-3f58-4ce2-aead-8a3216478746",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1376,
        64
      ],
      "parameters": {
        "width": 784,
        "height": 288,
        "content": "## Lead Cleaning and Saving Process\nThese steps check the message for important keywords, use AI to understand what the lead wants, pull out the useful details, and then save everything into your Goog"
      }
    },
    {
      "id": "53f17fe4-ba1d-4507-957d-8fcd906a5da5",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        1168,
        752
      ]
    },
    {
      "id": "6802f214-4d2e-499d-8e79-0d29887e9a85",
      "name": "Store Lead",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        2048,
        192
      ]
    },
    {
      "id": "c86a093c-828a-41dc-95e8-52a19bc8fd54",
      "name": "AI Lead Classifier",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        1552,
        192
      ]
    },
    {
      "id": "e08aa7fd-e5c1-492c-9797-d32d0701d100",
      "name": "AI Output Parser",
      "type": "n8n-nodes-base.code",
      "position": [
        1856,
        192
      ]
    },
    {
      "id": "d23e3222-c73a-471f-89bc-2b14a385cf96",
      "name": "Report Data Formatter",
      "type": "n8n-nodes-base.code",
      "position": [
        1824,
        752
      ]
    },
    {
      "id": "a4b95746-dc15-4ce9-8831-02d5a3dbed05",
      "name": "Lead Keyword Filter",
      "type": "n8n-nodes-base.code",
      "position": [
        1408,
        192
      ]
    },
    {
      "id": "449ba0f4-2741-4a03-9faf-324c65ad9998",
      "name": "Extrect Lead Data",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1392,
        752
      ]
    },
    {
      "id": "4e21fb0c-59c2-4495-a9b9-942beeec9c7b",
      "name": "Weekly lead Filter",
      "type": "n8n-nodes-base.code",
      "position": [
        1600,
        752
      ]
    },
    {
      "id": "365d9eee-f1d8-451b-ac32-adf4a6440447",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1056,
        544
      ],
      "parameters": {
        "width": 1200,
        "height": 368,
        "content": "**Schedule Trigger:** Triggers the weekly reporting workflow on a schedule.\n\n**Extrect Lead Data:** Fetches all logged leads from the Google Sheet for reporting.\n\n**Weekly lead Filter:** Filters the s"
      }
    },
    {
      "id": "07bc5dc1-1656-4d55-a9b4-bd19b0b923d4",
      "name": "Weekly Report Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        2032,
        752
      ]
    }
  ],
  "connections": {
    "Get DM": {
      "main": [
        [
          {
            "node": "Lead Keyword Filter",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Store Lead": {
      "main": [
        [
          {
            "node": "Create Task",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create Task": {
      "main": [
        [
          {
            "node": "Send a Summary",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Output Parser": {
      "main": [
        [
          {
            "node": "Store Lead",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Extrect Lead Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extrect Lead Data": {
      "main": [
        [
          {
            "node": "Weekly lead Filter",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Lead Classifier": {
      "main": [
        [
          {
            "node": "AI Output Parser",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Weekly lead Filter": {
      "main": [
        [
          {
            "node": "Report Data Formatter",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Lead Keyword Filter": {
      "main": [
        [
          {
            "node": "AI Lead Classifier",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Report Data Formatter": {
      "main": [
        [
          {
            "node": "Weekly Report Slack",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}