{
  "name": "AI-powered lead scoring with Salesforce, GPT-4o, and Slack with data masking",
  "nodes": [
    {
      "id": "a2716342-fd64-4808-8413-df5b2c4cd378",
      "name": "Salesforce Trigger",
      "type": "n8n-nodes-base.salesforceTrigger",
      "position": [
        -640,
        -380
      ]
    },
    {
      "id": "ee7e23c4-37e4-4951-a1c8-bd4b93d17533",
      "name": "Loop Over Items",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        -340,
        -300
      ]
    },
    {
      "id": "4c902163-21d5-4a14-a8ac-82a6d4e70a50",
      "name": "OpenAI",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        480,
        -280
      ]
    },
    {
      "id": "2e797451-b873-47b9-b816-8d4ccc039699",
      "name": "Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        1120,
        -280
      ]
    },
    {
      "id": "da48704d-415d-4536-b0f0-97a51ff7f90a",
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -60,
        -280
      ]
    },
    {
      "id": "73a2cff6-59c5-45cd-9322-f05a09018325",
      "name": "MASK DATA",
      "type": "n8n-nodes-base.code",
      "position": [
        240,
        -280
      ]
    },
    {
      "id": "4f8bcdff-205d-4cc0-957b-75277acf411e",
      "name": "UNMASK Data",
      "type": "n8n-nodes-base.code",
      "position": [
        920,
        -280
      ]
    },
    {
      "id": "5fd7f55b-05b6-4eb2-8c24-14da1a3331eb",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -580,
        -560
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "4b819168-8ec0-4fd1-8030-739f081ad3e8",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -160,
        -480
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "30e08fe9-bb7a-4f7c-a0cf-5bf5d58251bb",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        180,
        -460
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "48b61bd7-cc1d-422a-9e31-d37dda7567c3",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        840,
        -440
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "Slack": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI": {
      "main": [
        [
          {
            "node": "UNMASK Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "MASK DATA": {
      "main": [
        [
          {
            "node": "OpenAI",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "UNMASK Data": {
      "main": [
        [
          {
            "node": "Slack",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request": {
      "main": [
        [
          {
            "node": "MASK DATA",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Over Items": {
      "main": [
        [],
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Salesforce Trigger": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}