For platform Set Automate, this workflow delivers a 1x1 transparent PNG image via a webhook to track email opens. When the image is loaded, it triggers an event that can capture recipient identification, enabling effective monitoring of email engagement. This solution enhances email marketing strategies by providing insights into user interaction, helping optimize communication efforts.
Request img
): This node listens for an HTTP request, specifically when the embedded image is loaded in an email. It accepts a query parameter id
to identify the recipient.Create data pix
): A variable data
is created containing a Base64-encoded string of a transparent PNG image (1x1 pixel).Create img bin
): The Base64 data
string is converted into a binary file with the MIME type set to image/png
.Respond to Webhook
): This node sends the binary image file back in the HTTP response, allowing the email client to display it.Do anything to log
): A placeholder node to log or process the id
or request metadata, enabling further analysis or tracking.Create data pix
node with a different image if desired.Request img
node to suit your application needs.Do anything to log
node to capture more data, such as timestamps, IP addresses, or user agents.