This n8n workflow automates the process of fetching group members from a Jamf server and sharing a detailed report on Slack. The workflow is triggered manually, allowing users to specify multiple device groups for which they want to gather member details. The process begins with a manual trigger, then iterates over predefined group IDs to retrieve their members via API requests to Jamf. Each group’s members are split into individual entries, then processed and formatted into CSV files. These files include device name, last contact time, and serial number as headers. After processing, the workflow compiles the data and posts it into a specified Slack channel, including a direct link to the group’s webpage. It’s highly useful for IT teams needing regular, real-time updates on group membership status across devices, streamlining communication and reporting within organizations.
Automated Jamf Group Member Reporting to Slack
Node Count | >20 Nodes |
---|---|
Nodes Used | code, convertToFile, executeWorkflow, httpRequest, manualTrigger, set, slack, splitInBatches, splitOut, stickyNote, webhook |
Reviews
There are no reviews yet.