• 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.
• Create three credentials in n8n
{{ $env.OPENAI_API_KEY }}
.curl -X POST <your-webhook-url> \
-H "Content-Type: application/json" \
-d '{ "url": "https://example.com" }'