Get reliable email open tracking with a tiny image served from n8n. Marketers and sales teams can see when an email loads and tie it to a contact using a simple id in the link. It is a fast way to measure campaign engagement without buying extra tools.
A public webhook receives the request each time the image loads in the mailbox. A Set node holds a base64 version of a 1x1 transparent PNG, then Convert to File turns it into a real image with the image/png type. Respond to Webhook streams the binary file back so the email client displays it, while an optional step can log the id and request details for reporting. The flow is light, has no external credentials, and returns the image in milliseconds.
Set your own webhook path, publish the URL, and place it in an img tag inside your HTML email with a query like id equals 123. As opens come in, you can record time, user agent, and source by expanding the logging step or adding a database node. Expect quick insight into subject line tests and follow ups while cutting manual tracking work from hours to minutes.