Run security scans and create reports without leaving Slack. Team members use a simple Slack shortcut to launch a scan or request a report. IT and security teams get faster results and fewer manual steps.
Incoming Slack events hit an n8n webhook, then a Set node parses the payload so the data is easy to work with. A Switch node routes the request. n8n replies to Slack right away, then opens the right modal with HTTP calls to Slack views.open. After a user submits the form, the flow closes the modal, maps fields into clean variables, and calls sub workflows to start a vulnerability scan or generate a report in Qualys. Status messages and outputs flow back into Slack as configured in the sub workflows.
Setup requires a Slack app with Events and Interactivity, plus a Qualys account with API access. Expect scan kickoff time to drop from minutes to seconds, with fewer errors due to required fields in modals. Common uses include on demand asset scans during incidents and quick PDF report requests for audits. Follow the steps to connect Slack credentials in n8n, point the webhook URL in Slack, and update channel targets in the sub workflows.