20-minute walkthrough with 2–3 personalized examples on your real pages.
Email, chat, or 24/7 phone support included on every paid plan.
A code-level playbook for email recommendation widgets — generate per-recipient product and content picks, embeddable in any ESP via simple code.
This guide explains how to generate an HTML snippet to embed open-time email recommendations into any third-party email provider. To begin, select one of these wizards from the dashboard: "Add Product Recommendations to 3rd Party Emails" or "Add Content Recommendations to 3rd Party Emails".
For this to work, you must have the following set up in Personyze:
First, design the look of your recommendation block using the WYSIWYG editor or AI tools.
Define the logic that determines *which* products appear.
To personalize the content, you need to tell Personyze WHO is opening the email. You configure this in the "Get Code" step.
The best option for "Recommended for You" logic. You will insert your ESP's merge tag (e.g., *|EMAIL|* for Mailchimp) into the Personyze code.
*|EMAIL|*
Good for transactional emails. "You bought Item X (pass ID), here are accessories for X." No user history needed.
If no ID is passed, Personyze uses the Fallback logic (e.g., Most Popular) for everyone.
This step generates the HTML snippet you will paste into your email template.
You will receive an HTML block (usually a <table> structure) containing <img> and <a> tags. These link to Personyze servers.
<table>
<img>
<a>
The code will contain placeholders like {INSERT EMAIL HERE}. You must replace this string with the dynamic Merge Tag from your Email Service Provider (ESP) so that every recipient gets a unique link.
{INSERT EMAIL HERE}
{{ email }}
%%emailaddr%%
In the template editor, you can wrap every product link with unique UTM parameters (e.g., utm_source=personyze_email) to track clicks in Google Analytics.
utm_source=personyze_email
Before launching, verify exactly what specific users will see.
Example Check: Does a user who bought "Cat Food" see "Cat Toys" recommendations?
Measure the impact of your email widgets in the Personyze Dashboard.
A complete walkthrough of how a visitor's site activity translates into a personalized email purchase.
Visitor John Doe (john@example.com) lands on your site via a Google Ad for "Running Shoes".
Two hours later, your ESP (e.g., Mailchimp) triggers an automated "Cart Abandonment" campaign to john@example.com.
John opens the email. The embedded Personyze code sends a request to the server with his ID.
John clicks the "Running Socks" image in the email.
How a news or content site drives engagement through personalized newsletters.
Visitor Sarah Smith visits your Tech News portal.
On Friday, you send your standard "Weekly Tech Digest" blast to all subscribers.
Sarah opens the email on Saturday morning.
Sarah clicks the "AI Regulations" article.
Common questions about dynamic email recommendation widgets. Anything else, our team is one message away.
The code you embed is essentially HTML <img> tags. When the recipient opens the email, their mail client requests these images from Personyze servers. We generate the image in real-time based on the user's data and current inventory, ensuring the content is fresh at the moment of open, not when sent.
Yes. The generated code is standard HTML that works with virtually any ESP, including Mailchimp, Klaviyo, Salesforce Marketing Cloud, HubSpot, and others. You simply need to replace the placeholder variables with your ESP's specific Merge Tags (e.g., *|EMAIL|*).
No. Email clients (Gmail, Outlook, etc.) do not support JavaScript for security reasons. That is why Personyze uses dynamic images to deliver personalization, bypassing the need for scripts.
A fallback is critical because there are instances where the user cannot be identified (e.g., opening on a new device with privacy protection). In these cases, Personyze must still return an image to avoid a broken layout. We typically display "Most Popular" or "Best Sellers" as the fallback.
You can still show valuable recommendations! Use a Product ID to show contextual items (e.g., "People who bought Item X also bought Y"). If no ID is available at all, the system defaults to your Fallback (e.g., Trending Items), ensuring every email contains valid content.
Yes. By selecting the Cart Abandonment algorithm, Personyze will check the specific user's session history and dynamically render the exact products they left behind, along with potential alternatives or cross-sells.
Yes. Personyze needs a synced Product or Content Feed (Google Merchant, XML, CSV) to know which images, titles, and prices to display in the email.
Yes. Since the image is generated at the moment of request, opening an email on Monday might show "5 items in stock," and opening the same email on Friday might show "Sold Out" or a completely different product recommendation if the original is out of stock.
Absolutely. You can use the "Add Content Recommendations" wizard to suggest news articles, blog posts, or videos. The logic works exactly the same way as products, using algorithms like "Recommended for You" based on reading history.
You can use Dynamic Badges or Live Timers. For example, add a badge that checks inventory at open time and stamps "Only 2 Left!" on the product image, or include a countdown timer GIF that ticks down to the end of a sale.
Personyze provides a dashboard tracking Views (email opens), Clicks, and downstream metrics like Added to Cart, Direct Purchases, and Assisted Revenue generated from those clicks.
Yes. The wizard includes a QA Step where you can input a real User Email or CRM ID. Personyze will simulate the logic and generate the exact images that specific user would see, allowing you to verify personalization before sending.
Yes. The Design Wizard offers a WYSIWYG editor where you can choose templates (Grid, List, Hero), adjust fonts and colors, and configure the layout to match your brand's email guidelines perfectly.
Yes. You can overlay data-driven badges such as "🔥 50+ Bought This Week" or "⭐ Top Rated" directly onto the product images. These updates are real-time based on your site's live traffic data.
You need three things: 1) A Catalog Feed synced to Personyze, 2) The Personyze Tracking Code on your website to capture user behavior, and 3) A method to identify users (e.g., capturing email during login or signup) to link their web history to their email address.
You have the full playbook — now embed AI-driven recommendation widgets into every email you send.