Skip to content
FlowHubFluxonLab
W
General Automationfree

Transparent Tracking Pixel for Email Open Detection

by Julien DEL RIOadapted from n8n official workflow galleryUpdated Aug 2026
Share Post Share
SeCreate data pixCTCreate img binRTRespond to WebhookRespond to Webh…WeRequest imgNODo anything to logDo anything to …1234
1/5
STEPS Β· 4
Starts on an incoming request

πŸ“Œ Description This workflow serves a 1x1 transparent PNG image via a webhook, which can be embedded in an email to track when the email is opened. When the image is loaded by the recipient's email client, the webhook is triggered, optionally capturing a userId to identify who opened the email. πŸ“‚ Workflow Steps Webhook Trigger (Request img) Path: /webhook/change-with-your-id Triggered by an HTTP request (e.g. when the image is loaded in an email). Accepts a query parameter id to identify the recipient. Set Base64 Data (Create data pix) Creates a variable data containing a Base64-encoded transparent PNG image (1x1 pixel). Convert to Binary (Create img bin) Converts the Base64 data string into a binary file. Sets MIME type to image/png. Respond to Webhook (Respond to Webhook) Sends the binary image file in the HTTP response. Logging (Do anything to log) Placeholder node to log or process the id or request metadata. You can access the id using {{$json"query"}}. You can also use any parameter you want βœ‰οΈ How to Use in Emails Embed the image in an HTML email like this: When the email is opened and the image is loaded, the workflow will be triggered.

Tags

n8nreference-only
CategoryGeneral Automation
Triggermanual
Complexitymedium
Nodes5
AddedMay 7, 2025
W
free

Tiny tiny Rss (aka tt-rss) Feed to Mastodon

Every 10 minutes look at your published news in your Tiny tiny RSS public feed and make a toot on your mastodon. You'll need: Your mastondon URL instance Your mastondon access token Your Tiny Tiny RSS public published feed URL

by dev
CW
free

Automate Marker.io Issues to Intercom Conversations with Full Technical Context

Automatically create Intercom conversations with full technical context when your team receive new Marker.io issues 🎯 What this template does This workflow creates a seamless bridge between Marker.io and Intercom, your customer support platform. Every issue submitted through Marker.io's widget automatically becomes a trackable conversation in Intercom, complete with technical details and visual context. Centralizing customers issues in Intercom helps your support agents continue the conversation right where they work every day. When a bug is reported, the workflow: Creates or updates the reporter as an Intercom contact Opens a new conversation with the reporter and the all issue details Adds a comprehensive internal note with technical metadata Preserves all screenshots, browser info, and custom data ✨ Benefits Zero manual entry** - All bug details transfer automatically Instant visibility** - Support agents sees issues immediately Rich context** - Technical details preserved for developers Better collaboration** - Single source of truth for bugs Faster resolution** - No time wasted gathering information πŸ’‘ Use Cases Product Teams**: Streamline bug triage without switching tools S

by Marker.io
free

Using the Merge Node - Merge by Key

This is an example of how you can make Merge by Key work. The β€œData 1” and β€œData 2” nodes simply provide mock data. You can replace them with your own data sources. Then the β€œConvert Data” nodes are important. They make sure that the different array items are actually different items in n8n. After that, you have then the merge with the merged data.

by mike