Driphue's native Klaviyo integration auto-imports all your custom properties and merge tags. Design a personalized image, grab the URL, paste it into your template — done.
Connect Driphue to Klaviyo in four simple steps. No technical setup required.
Design a new image or import one from Canva. Use Driphue's editor to position your layout, choose fonts, and set your brand colors.
With Driphue's native Klaviyo integration, all your custom properties and merge tags are automatically imported into the editor. No manual setup — your subscriber attributes, event data, and custom fields appear as ready-to-use merge tags the moment you connect your Klaviyo account.
// Default tags available out of the box:
{{ person.first_name }} // Subscriber first name
{{ person.last_name }} // Subscriber last name
{{ person.email }} // Email address
// Your custom Klaviyo properties auto-imported:
{{ person.loyalty_tier }} // Custom profile property
{{ person.points }} // Custom profile property
{{ event.ProductName }} // Flow trigger data
Driphue generates a unique dynamic URL for your image. Each text layer maps to a parameter (txt1, txt2, etc.) that gets populated with your Klaviyo merge tags at send time.
// Your Driphue image URL will look like:
https://app.driphue.com/img/bu07fx7
?txt1={{ person.first_name }}
&txt2={{ event.ProductName }}
Driphue gives you two ways to add your personalized image to Klaviyo. Choose whichever fits your workflow:
Option 1: Dynamic Image URL
In Klaviyo, add an Image block and select "Dynamic image". Paste the Driphue URL into the "Dynamic variable or dynamic URL" field. Klaviyo resolves the merge tags at send time.
https://app.driphue.com/img/bu07fx7?txt1={{ person.first_name }}
Option 2: HTML Embed
If you prefer working in Klaviyo's HTML or code view, copy the full <img> tag and paste it directly into your email source code.
<img src="https://app.driphue.com/img/bu07fx7
?txt1={{ person.first_name }}"
alt=""
width="1024"
height="221"
/>
Both options are available in your Driphue dashboard with one-click copy buttons. The parameter mapping (txt1 → {{ person.first_name }}) is shown alongside so you always know which merge tag maps to which text layer.
Default tags are available out of the box. Connect Klaviyo and all your custom properties appear automatically.
Personalized images work across every email type. Here are the most impactful use cases.
Greet new subscribers by name with a personalized hero image. Make a strong first impression.
Show the exact product left in cart with the subscriber's name. Drive urgency and relevance.
Celebrate milestones with personalized images showing their name, points balance, or tier status.
Personalize product announcement images with subscriber names for higher engagement.
Show different offers based on customer tier. Gold, Silver, and Bronze all see tailored images.
Thank customers by name and display the product they bought for a personal touch.
Create your free Driphue account and have personalized images in your Klaviyo templates in under 2 minutes.
If your platform supports merge tags in HTML emails, it works with Driphue.
Just paste the dynamic image URL or HTML code into your email template.
No plugins, no API keys, no custom code.