Automate Authentication IP Monitoring and Email Alerts with SaaS Alerts and SMTP2Go - n8n Workflow | Neura Market
Automate Authentication IP Monitoring and Email Alerts with SaaS Alerts and SMTP2Go
This n8n workflow automates the collection of sign-in IP addresses from SaaS Alerts over the past 24 hours and sends email reports using SMTP2Go. Ideal for security teams, it helps monitor user authentication activity, detect unusual sign-ins, and respond to potential security threats.
The workflow begins by collecting authentication events from SaaS Alerts, including successful logins, OAuth authentications, and Office365 shell logins. It processes and filters this data to remove duplicates and formats it into a CSV file. The CSV is then converted to Base64 and sent via email using SMTP2Go. This automation ensures that security teams receive timely alerts about potential unauthorized access, aiding in compliance and risk mitigation.
Platform
n8n
Category
IT & Development
Price
Free
Creator
Max Fischer
set
merge
stickyNote
formTrigger
httpRequest
convertToFile
moveBinaryData
removeDuplicates
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.