πŸ”’ Monitor software compliance with Jamf patch summaries in Slack

⚑ 1,673 views Β· πŸ”’ SecOps & Security Automation

Description

🧩 Jamf Patch Summary to Slack Stay on top of software patch compliance by automatically posting Jamf patch summaries to Slack. This helps IT and security teams quickly identify outdated installs and take actionβ€”without logging into Jamf.

βœ… Prerequisites β€’ A Jamf Pro API key with permissions to read software titles and patch summary β€’ A Slack app or incoming webhook URL with permission to post messages to your desired channel

πŸ” How it works β€’ Manually trigger the flow or Add a webhook β€’ Fetch a list of software titles from Jamf Pro β€’ Filter to select the software you’re tracking (e.g. Chrome, Edge) β€’ Retrieve the patch summary for that software (latest version, up-to-date, out-of-date counts) β€’ Format the summary into Slack Block Kit β€’ Post the formatted summary into a Slack channel

βš™οΈ Set up steps β€’ Takes ~5–10 minutes to configure β€’ Set your server BaseURL variable in the Set Node β€’ Add your Jamf Pro API credentials in the HTTP Request nodes (Get & Retrieve) β€’ Set the target software ID in the Filter node β€’ Add your Slack webhook URL or token in the final HTTP node β€’ Optional: Adjust Slack formatting inside the Function node

πŸ”— Nodes Used

HTTP Request, Slack, Filter

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup