Automate Incident Response for Quarantined Emails with Slack and Jira Integration - n8n Workflow | Neura Market
Automate Incident Response for Quarantined Emails with Slack and Jira Integration
This n8n workflow automates the incident response process for potentially malicious emails flagged by Sublime Security. It notifies users via Slack and creates a Jira ticket if the email was opened.
This workflow is triggered by a webhook from Sublime Security when an email is flagged as potentially malicious. It retrieves the email details and checks if the email has been opened. If opened, it creates a Jira ticket with detailed information for further investigation. Simultaneously, it attempts to notify the email recipient via Slack, providing them with details about the quarantine and instructions for further action. This automation streamlines the incident response process, ensuring tim
Platform
n8n
Category
Communication
Price
Free
Creator
Eli Brooks
Completed
Secops
if
code
jira
noOp
slack
webhook
stickyNote
httpRequest
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.