Block 1 - Create data pix
- Type / Role
- n8n-nodes-base.set - set
- Config choices
- Version 3.4
This workflow is provided as-is. Please review and test before using in production.
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 emai...
n8n-nodes-base.set, n8n-nodes-base.converttofile, n8n-nodes-base.respondtowebhook, n8n-nodes-base.webhook, n8n-nodes-base.noop, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Julien DEL RIO.
Original n8n.io sourceThis 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.
Webhook Trigger (Request img)
/webhook/change-with-your-idid to identify the recipient.Set Base64 Data (Create data pix)
data containing a Base64-encoded transparent PNG image (1x1 pixel).Convert to Binary (Create img bin)
data string into a binary file.image/png.Respond to Webhook (Respond to Webhook)
Logging (Do anything to log)
id or request metadata.id using {{$json["query"]["id"]}}.Embed the image in an HTML email like this:
<img src="https://<your-n8n-instance>/webhook/db4880e7-2134-4994-94e5-a4a3aa120440?id=1234" width="1" height="1" alt />
When the email is opened and the image is loaded, the workflow will be triggered.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Transparent tracking pixel for email open detection |
|---|---|
| Complexity | intermediate |
| Nodes | 6 |
| Categories | Social Media |
| Author | Julien DEL RIO |
| Published | 07 May 2025 |
Use the JSON export at /data/workflows/3913/3913.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
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 emai...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Social Media use case.