Personalization options in Klaviyo
Before Getting Started:
When using the Malomo Shopify/Klaviyo integration, the following personalized data points can be used in the body of shipment-related emails that you send to your customers:
CUSTOMER INFORMATION
INFORMATION | EXAMPLE OUTPUT | EVENT VARIABLE |
---|---|---|
First Name | Mister | {{ event.extra.order.meta.shopify_order.customer.first_name }} |
Last Name | Rogers | |
Phone Number |
DELIVERY INFORMATION
INFORMATION | EXAMPLE OUTPUT | EVENT VARIABLE |
---|---|---|
Estimated Delivery Date | ||
Actual Delivery Date |
SHIPPING ADDRESS
INFORMATION | EXAMPLE OUTPUT | EVENT VARIABLE |
---|---|---|
Ship First Name | ||
Ship Last Name | ||
Ship Company | ||
Ship Phone | ||
Ship Address Line 1 | ||
Ship Address Line 2 | ||
Ship City | ||
Ship Province | ||
Ship Province Code | ||
Ship Zip | ||
Ship Country Code | ||
Ship Country |
SHIPPING INFORMATION
INFORMATION | EXAMPLE OUTPUT | EVENT VARIABLE |
---|---|---|
Carrier Service | ||
Tracking Number | ||
Tracking Link |
ORDER DETAILS
INFORMATION | EXAMPLE OUTPUT | EVENT VARIABLE |
---|---|---|
Order Number | ||
Order Name | ||
Order Created at Date | ||
Order Note | ||
Discount Codes | ||
Total Discount | ||
Subtotal Price | ||
Tax Price | ||
Shipping Price | ||
Total Price | ||
Financial Status | ||
Total Paid | ||
Cancelled on Date | ||
Cancellation Reason | ||
Total Refunded |
LINE ITEMS
Each line item represents a product purchased by the customer who is receiving the email. You can choose to show either all the products a customer ordered or all the products for an individual shipment.
LINE ITEMS IN ORDER
We recommend using a dynamic table block in Klaviyo to show all products a customer ordered. To do this, configure the data source elements as:
Next, you'll use these variables within your dynamic table block:
INFORMATION | EXAMPLE OUTPUT | EVENT VARIABLE |
---|---|---|
Item Title | ||
Item Quantity | ||
Item Variant Title: | ||
Item Image | ||
Item Link | ||
Item Final Line Price |
LINE ITEMS IN FULFILLMENT
We recommend using a static table block in Klaviyo to show all products in a customer's shipment. To do this, add the following code before the static product block:
And add the following code after the static product block:
Next, you'll use these variables within your static table block:
INFORMATION | EXAMPLE OUTPUT | EVENT VARIABLE |
---|---|---|
Item Title | ||
Item Quantity | ||
Item Variant Title: | ||
Item Image | ||
Item Link | ||
Item Final Line Price |
View our complete list of Klaviyo variables here.