Skip to content
FlowHubFluxonLab
HTTP Request
Slackfree

Qualys Vulnerability Trigger Scan SubWorkflow

by Angel Menendezadapted from n8n official workflow galleryUpdated Aug 2026
RequiresHTTP RequestHTTP RequestSlack
Share Post Share
HRStart VM Scan in QualysStart VM Scan i…XmConvert XML to JSONConvert XML to …HRFetch Scan ResultsFetch Scan Resu…SILoop Over ItemsWaWait 5 MinXmConvert XML to JSON1Convert XML to …IfCheck if Scan FinishedCheck if Scan F…EWExecute Workflow TriggerExecute Workflo…Post ReceiptConfirm WaitingDelete ReceiptSeDemo DataMeMergePost Vulnerability Scan Summary to SlackPost Vulnerabil…MaWhen clicking "Test workflow"When clicking "…NOBegin Wait LoopMeMerge1SeSave receipt message timestampSave receipt me…SeGlobal Variables & Slack ChannelGlobal Variable…12345678910111213141516171819202122
1/5
STEPS · 22
Called by another workflow

This workflow is triggered by a parent workflow initiated via a Slack shortcut. Upon activation, it collects input from a modal window in Slack and initiates a vulnerability scan using the Qualys API. Key Features Trigger:** Launched by a parent workflow through a Slack shortcut with modal input. API Integration:** Utilizes the Qualys API for vulnerability scanning. Data Conversion:** Converts XML scan results to JSON for further processing. Loop Mechanism:** Continuously checks the scan status until completion. Slack Notifications:** Posts scan summary and detailed results to a specified Slack channel. Workflow Nodes Start VM Scan in Qualys: Initiates the scan with specified parameters. Convert XML to JSON: Converts the scan results from XML format to JSON. Fetch Scan Results: Retrieves scan results from Qualys. Check if Scan Finished: Verifies whether the scan is complete. Loop Mechanism: Handles the repetitive checking of the scan status. Slack Notifications: Posts updates and results to Slack.

Tags

n8nreference-onlyslack
Connects
WHTTP RequestSlack
CategorySlack
Triggermanual
Complexityadvanced
Nodes19
AddedOct 31, 2024

Related workflows

See all Slack
W
free

Manage Slack channel and users automatically

Explore this workflow on its official n8n template page.

by Harshil Agrawal
free

Send selected GitHub events to Slack

Gets triggered by GitHub once a user stars/unstars a repository Checks if star got added or removed and forwards data depending on that Sends notification to Slack

by Jan Oberhauser
free

Notify a team channel about new software releases via Slack and GitHub

This workflow automatically notifies the team in a Slack channel when code in a GitHub repository gets a new release. Prerequisites A GitHub account and credentials A Slack account and credentials Nodes GitHub Trigger node triggers the workflow when a release event takes place in the specified repository. Slack node posts a message in a specified channel with the text "New release is available in {repository name}", along with further details and a link to the release.

by q