Skip to content
FlowHubFluxonLab
Customer Datastore (n8n training)
Gmailfree

Monitor Security Advisories

by n8n Teamadapted from n8n official workflow galleryUpdated Aug 2026
RequiresCustomer Datastore (n8n training)Customer Datastore (n8n training)GmailGmailJira SoftwareJira Software
Share Post Share
MaWhen clicking "Execute Workflow"When clicking "…Get Palo Alto security advisoriesGet Palo Alto s…FiGlobalProtect advisory?GlobalProtect a…FiTraps advisory?Create Jira issueCreate Jira iss…NTGet customersEmail customersSeExtract infoIfCheck if posted in last 24 hoursCheck if posted…NOIgnore, stale advisoryIgnore, stale a…ScRun workflow every 24 hours at 1amRun workflow ev…1234567891011
1/5
STEPS · 11
Run manually by an operator

This n8n workflow automates the monitoring and notification of Palo Alto Networks security advisories. It is triggered manually from within the n8n UI or scheduled to run daily at midnight using the Schedule Trigger. The workflow begins by fetching the latest security advisories from Palo Alto Networks' RSS feed. Each advisory is then processed, and relevant information is extracted and categorized, including the advisory type, subject, and severity. The workflow checks the publication date of each advisory to ensure that it was posted within the last 24 hours, filtering out older advisories. The workflow then splits into two paths based on the advisory type: GlobalProtect and Traps. In the GlobalProtect path, advisories related to GlobalProtect are identified and used to create Jira issues. The Jira issues include a summary with the advisory title and a description that provides details about the advisory, its severity, link, and publication date. In the Traps path, advisories related to Traps are recognized, and dummy data (which should be replaced with logic to retrieve valid user emails) is generated for sample purposes.

Tags

n8nreference-onlygmailjiran8n-training-customer-datastore
Connects
customerdatastoren8ntrainingCustomer Datastore (n8n training)gmailGmailjirasoftwareJira Software
CategoryGmail
Triggermanual
Complexitycomplex
Nodes11
AddedNov 13, 2023

Related workflows

See all Gmail
gmailsheetsW
free

Move data between JSON and spreadsheets

This workflow illustrates how to convert data from JSON to binary format and import JSON data or files into Google Sheets or local spreadsheets.

by Lorena
gmailWnotion
free

Send labeled email to a Notion database

This workflow sends the contents of an email to a Notion database. The email must be labeled with a specific label for the workflow to trigger. The email subject will be the title of the Notion page, and a snippet of the email body will be the content of the Notion page. The email link will be added to the Notion page as a property. Prerequisites Notion account and Notion credentials. Google account and Google credentials. How it works On scheduled intervals, find all emails with a specific label. For each email, check if the email already exists in the Notion database. If it does not exist, create a new page in the Notion database, otherwise do nothing. When the task in the Notion database is checked off, the label will be removed from the email. Setup This workflow requires that you set up a Notion database or use an existing one with at least the following fields: Title (title) Thread ID (text) Email thread (URL) Additionally, create a label that will be used to trigger the workflow in Gmail. In this workflow, the label is called "Notion".

by n8n Team
Cgmailtrello
free

RSS Feed News Processing and Distribution Workflow

Who is this for? This workflow is designed for professionals and teams who need to monitor multiple RSS feeds, filter the latest content, and distribute actionable updates as a Trello comment. Ideal for content managers, marketers, and team leads managing news or content pipelines. What problem is this workflow solving? Manually monitoring RSS feeds and keeping track of the latest content can be time-consuming. This workflow automates the aggregation, filtering, and distribution of news, ensuring that only relevant and timely updates are shared with your team or audience. What this workflow does: Aggregates RSS Feeds: Pulls data from up to three RSS feeds simultaneously. Filters Content: Filters articles based on their publication date (default: last 7 days). Organizes and Sorts: Sorts filtered articles by date for clarity. Formats Updates: Transforms news items into Markdown format for better readability. Publishes and Notifies: Posts comments to Trello cards and sends an email to a moderator to check the comment. Setup: Connect your RSS feeds by configuring the RSS Read nodes. Link your Trello and Gmail accounts for seamless integration. Adjust the schedule trigger to set how oft

by PollupAI