Scan URLs for Security Threats with urlscan.io and GPT-4o mini
How it works
• Webhook → urlscan.io → GPT-4o mini → Gmail
• Payload example: { "url": "https://example.com" }
• urlscan.io returns a Scan ID and raw JSON.
• AI node classifies the scan as malicious / suspicious / benign, assigns a 1-10 risk score, and writes a two-sentence summary.
• Gmail sends an alert that includes the URL, Scan ID, AI verdict, screenshot link, and full report link.
Set-up steps (~5 min)
• Create three credentials in n8n
urlscan.io API key
OpenAI API key (GPT-4o mini access)
Gmail OAuth (or SMTP)
• Replace those fields in the nodes, or reference env vars like {{ $env.OPENAI_API_KEY }}.
• Switch the Webhook to Production → copy the live URL.
• Test with:
curl -X POST <your-webhook-url>
-H "Content-Type: application/json"
-d '{ "url": "https://example.com" }'
Related Templates
Use OpenRouter in n8n versions <1.78
What it is: In version 1.78, n8n introduced a dedicated node to use the OpenRouter service, which lets you to use a lot...
Get Airtable data via AI and Obsidian Notes
I am submitting this workflow for the Obsidian community to showcase the potential of integrating Obsidian with n8n. Whi...
Smart Sales Support Chatbot with GPT-4o and Google Sheets
Who is this tempate for? This workflow powers a simple yet effective customer and sales support chatbot for your webshop...
🔒 Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments