Block 1 - Parse Webhook
- Type / Role
- n8n-nodes-base.set - set
- Config choices
- Version 3.3
This workflow is provided as-is. Please review and test before using in production.
Enhance Security Operations with the Qualys Slack Shortcut Bot! Our Qualys Slack Shortcut Bot is strategically designed to facilitate immediate secu...
n8n-nodes-base.set, n8n-nodes-base.executeworkflow, n8n-nodes-base.httprequest, n8n-nodes-base.switch, n8n-nodes-base.stickynote, n8n-nodes-base.respondtowebhook, n8n-nodes-base.webhook
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Angel Menendez.
Original n8n.io sourceOur Qualys Slack Shortcut Bot is strategically designed to facilitate immediate security operations directly from Slack. This powerful tool allows users to initiate vulnerability scans and generate detailed reports through simple Slack interactions, streamlining the process of managing security assessments.
Workflow Highlights:
Operational Flow:
Setup Instructions:
Need Assistance?
Deploy this bot within your Slack environment to significantly enhance the efficiency and responsiveness of your security operations, enabling proactive management of vulnerabilities and streamlined reporting.
To handle the actual processing of requests, you will also need to deploy these two subworkflows:
To simplify deployment, use this Slack App manifest to quickly create an app with the correct permissions:
{
"display_information": {
"name": "Qualys n8n Bot",
"description": "n8n Integration for Qualys",
"background_color": "#2a2b2e"
},
"features": {
"bot_user": {
"display_name": "Qualys n8n Bot",
"always_online": false
},
"shortcuts": [
{
"name": "Scan Report Generator",
"type": "global",
"callback_id": "qualys-scan-report",
"description": "Generate a report from the latest scan to review vulnerabilities and compliance."
},
{
"name": "Launch Qualsys VM Scan",
"type": "global",
"callback_id": "trigger-qualys-vmscan",
"description": "Start a Qualys Vulnerability scan from the comfort of your Slack Workspace"
}
]
},
"oauth_config": {
"scopes": {
"bot": [
"commands",
"channels:join",
"channels:history",
"channels:read",
"chat:write",
"chat:write.customize",
"files:read",
"files:write"
]
}
},
"settings": {
"interactivity": {
"is_enabled": true,
"request_url": "Replace everything inside the double quotes with your workflow webhook url, for example: https://n8n.domain.com/webhook/99db3e73-57d8-4107-ab02-5b7e713894ad"",
"message_menu_options_url": "Replace everything inside the double quotes with your workflow message options webhook url, for example: https://n8n.domain.com/webhook/99db3e73-57d8-4107-ab02-5b7e713894ad""
},
"org_deploy_enabled": false,
"socket_mode_enabled": false,
"token_rotation_enabled": false
}
}
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Enhance security operations with the Qualys Slack shortcut bot! |
|---|---|
| Complexity | advanced |
| Nodes | 23 |
| Categories | SecOps |
| Author | Angel Menendez |
| Published | 30 Oct 2024 |
Use the JSON export at /data/workflows/2510/2510.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Enhance Security Operations with the Qualys Slack Shortcut Bot! Our Qualys Slack Shortcut Bot is strategically designed to facilitate immediate secu...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your SecOps use case.