{
  "name": "Monitor software compliance with Jamf patch summaries in Slack",
  "nodes": [
    {
      "id": "226fd53a-e08f-42f3-912f-4721aec86472",
      "name": "Get Software Title/ID",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        320,
        140
      ]
    },
    {
      "id": "a4dea0cd-c994-46b0-87e3-3e4b1e5612c5",
      "name": "ID List",
      "type": "n8n-nodes-base.filter",
      "position": [
        520,
        140
      ]
    },
    {
      "id": "51e129c7-8d8e-4735-b400-7819b55dd97b",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        0
      ],
      "parameters": {
        "width": null,
        "height": 320,
        "content": "## Set  \nSet your jamf BaseURL \nfrom your jamf URL\nhttps://yourServer.jamfcloud.com"
      }
    },
    {
      "id": "5ec83d8c-dedd-4368-856f-b98acb1ac256",
      "name": "Jamf Server",
      "type": "n8n-nodes-base.set",
      "position": [
        60,
        140
      ]
    },
    {
      "id": "e3dce605-bd5f-4864-a827-3018a35834e0",
      "name": "Get Patch Summary:ID",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        740,
        140
      ]
    },
    {
      "id": "d8741756-75e6-45fe-aac7-f1f463d56717",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        260,
        0
      ],
      "parameters": {
        "width": 220,
        "height": 320,
        "content": "## Get  \nGet all list of software from your jamf patch management"
      }
    },
    {
      "id": "7abad52f-3f32-4e80-8c37-31d8817090dc",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        500,
        0
      ],
      "parameters": {
        "width": 150,
        "height": 320,
        "content": "## Filter\n Filter to select the software you're tracking - add "
      }
    },
    {
      "id": "729f6733-0202-4f91-ad2a-285ca0f10b02",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        680,
        0
      ],
      "parameters": {
        "width": 200,
        "height": 320,
        "content": "## Retrieve\nRetrieve the patch summary for the selected softwares"
      }
    },
    {
      "id": "2629706b-a122-42c7-adfa-3e8bb3baa5b6",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1100,
        0
      ],
      "parameters": {
        "width": 180,
        "height": 320,
        "content": "## Format\nFormat the summary into Slack Block Kit"
      }
    },
    {
      "id": "66445f95-eaa1-4bec-b381-9a39ce72f13e",
      "name": "Block Formatting",
      "type": "n8n-nodes-base.code",
      "position": [
        1140,
        140
      ]
    },
    {
      "id": "1000a5a8-b47b-4b70-8f3a-407fed69b638",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1300,
        0
      ],
      "parameters": {
        "width": 200,
        "height": 320,
        "content": "## Post\nPost the formatted summary into a Slack channel"
      }
    },
    {
      "id": "5c88acec-e5bc-46d2-932b-45f4ffa4a68d",
      "name": "Click",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -140,
        140
      ]
    },
    {
      "id": "768eaad7-d0b9-4ff3-801e-d4e78142ab7a",
      "name": "Manual Field Mapping",
      "type": "n8n-nodes-base.set",
      "position": [
        940,
        140
      ]
    },
    {
      "id": "4c164dd2-ad19-4dc6-a4f2-e8c2e9fed712",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        900,
        0
      ],
      "parameters": {
        "width": 180,
        "height": 320,
        "content": "## Select\nSelect only the needed data"
      }
    },
    {
      "id": "d59af125-d1f8-4570-a28b-1fa55c1e263f",
      "name": "Slack Channel",
      "type": "n8n-nodes-base.slack",
      "position": [
        1360,
        140
      ]
    }
  ],
  "connections": {
    "Click": {
      "main": [
        [
          {
            "node": "Jamf Server",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "ID List": {
      "main": [
        [
          {
            "node": "Get Patch Summary:ID",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Jamf Server": {
      "main": [
        [
          {
            "node": "Get Software Title/ID",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Block Formatting": {
      "main": [
        [
          {
            "node": "Slack Channel",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Patch Summary:ID": {
      "main": [
        [
          {
            "node": "Manual Field Mapping",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Manual Field Mapping": {
      "main": [
        [
          {
            "node": "Block Formatting",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Software Title/ID": {
      "main": [
        [
          {
            "node": "ID List",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}