Email Parsing with N8N and Graylog

I’ve been building some website monitoring stuff lately using self-hosted software. Here’s one that uses n8n (like Zapier) to ingest email logs (sent from a WordPress site) from an IMAP folder, parses the email content into the GELF format (for Graylog), then sends it to a Graylog install via a HTTP POST request. I configured […]