跳转到主要内容

将 Okendo 与 Omnisend 集成

了解如何将 Okendo 与您的 Omnisend 账户集成

作者:Armintas Griežė
更新于今天

要将 Okendo 与 Omnisend 集成,您首先需要授予 Okendo 权限,以向您的 Omnisend 账户发送消息。本指南将详细介绍此过程以及您可以采取的后续步骤,以完成集成。

设置流程

步骤 1. 在 Omnisend 中,前往 Apps → 搜索 "Okendo" → 点击 "Connect Now" → 复制 API密钥(API Key)。

步骤 2. 前往您的 Okendo 账户。在 Okendo App 上导航到 Integrations 页面 →Settings → Integrations 并选择 Omnisend app。

步骤 3. 粘贴您的 API密钥(API Key)到相应的字段中,并启用集成。然后点击 "Save"。

步骤 4. 在 Omnisend 中,勾选所有步骤均已完成的复选框并确认更改。

就这样!Okendo 现已与 Omnisend 集成。

在 Omnisend 工作流(Workflow)中使用自定义事件

Omnisend 允许您创建定制的自动化流程(Automation)。第一步是选择一个“触发条件(Trigger)”,它将启动工作流(Workflow)。要实施从 Okendo 发送的数据,您需要选择一个带有 Okendo 前缀的 custom event

Okendo Review Custom Event

当客户对产品留下评论时,无论是通过“Write A Review”按钮,还是点击“评论请求电子邮件(Email)”中的链接,Okendo 都会将评论数据发送到 Omnisend 中的一个名为 Okendo Review 的自定义事件。示例有效载荷可在本文底部找到。

一个示例工作流(Workflow)使用此数据可以是一个简单的“感谢”消息,或者,如果评论者留下了没有照片或视频的 4 或 5 星评论,您可以询问他们是否愿意在评论中添加照片或视频。

请注意,我们还将更新您的联系人以包含此新审阅者,或者如果其电子邮件(Email)的联系人已存在于 Omnisend 中,则更新其详细信息。如果您使用的是 Okendo 的 Pro 套餐或更高版本,您可以在 Okendo 应用的属性部分中针对产品设置客户属性。这些 客户属性 也将添加到您在 Omnisend 中的联系人,以及:

  • 评论者的最新评论评分。

  • 评论者的评论总数。

Okendo 评论请求自定义事件

当客户购买产品且他们的订单已发货时,客户的订单将进入一个email sequence,可以在 Okendo 应用的Sequences部分进行自定义。通过选择“Forward to Omnisend”模板,替代从 Okendo 发送“Review Request”电子邮件(Email),Omnisend 将发送订单、客户和产品的详细信息到 Omnisend 中一个名为 Okendo Review Request 的自定义事件。

有效载荷中还将包含每个已购买产品的 URL,这些 URL 将链接到 Review Recorder,客户可以在其中留下评论。示例负载可在本文底部找到。

如果客户退回他们的产品,或订单因其他原因被取消,Okendo 将通过发布消息到 Okendo Cancel Review Request 自定义事件来通知 Omnisend。请记住将其设置为您的 Omnisend 工作流(Workflow)中的一个“Exit conditions”。

Omnisend 在其电子邮件中使用了特殊的模板语言,这使我们能够使用从 Okendo 发送的数据(例如产品图片以及指向 Review Recorder 的链接)将图片、文本和链接插入到电子邮件中。Omnisend 的电子邮件(Email)模板自定义功能非常灵活,因此您可以随心所欲地构建您的评价请求电子邮件(Email)。我们在这篇文章的末尾提供了一些示例 HTML,您可以将其(在 HTML 块中)包含在您的电子邮件(Email)模板中,它将列出最多五件已购买的产品,并链接到 Review Recorder。

示例评论有效载荷

下面是 Okendo 在客户对您的店铺商品留下评论时会发送给 Omnisend 的有效负载示例。请注意,您可以在 Okendo 应用中为您的产品评论设置自定义属性,并且这些也将出现在有效负载中(转换为“驼峰式”,在多选属性的情况下,末尾会带有一个数字)。

"rating": 4, 
"reviewTitle": "My New Favourite Product",
"reviewBody": "I cannot believe how much I love this new product.",
"isRecommended": true,
"sentiment": "positive",
"languageCode": "en",
"source": "write-review-button",
"productID": "1885452822491",
"productName": "Small Cat Toy",
"variantID": "17387480307827",
"variantName": "Roller Coaster",
"sku": "888888",
"reviewerDisplayName": "Bob M.",
"reviewerFullName": "Bob McGee",
"couponCode": "OKR-DISCOUNT-CODE",
"couponDescription": "$5 off your next order",
"loyaltyEvents": "OkendoLoyaltyEvent",
"loyaltyPoints": "100",
"loyaltyProvider": "LoyaltyLlama",
"imageCount": 1,
"imageUrls1": "https://i.imgur.com/PU37h8I.jpg",
"videoCount": 0,
"sizePurchased": 4,
"thingsIWantTheProductFor1": "Myself",
"thingsIWantTheProductFor2": "My Cat"

审查 Request Payload

以下是当您的店铺中的订单完成时,从 Okendo 发送到 Omnisend 的属性列表。每个以“产品1”为前缀的属性,也将包含“产品2”、“产品3”、“产品4”和“产品5”的属性,但为节省空间,它们未在下面的代码片段中显示。

emailAddress
firstName
lastName
product1Name
product1ImageUrl
product1ReviewUrl
product1Rate1Url
product1Rate2Url
product1Rate3Url
product1Rate4Url
product1Rate5Url

这 “Rate5Url”、“Rate4Url” 等。将引导用户前往 Review Recorder,并预设他们的评分为 5 星、4 星等。

评论请求电子邮件(Email)的示例 HTML

以下是原始 HTML,可以直接复制并粘贴到 Omnisend 工作流程的电子邮件(Email)模板中的 HTML 模块中,以显示带有星级评分的产品列表,这些产品链接到 Review Recorder,类似于 Okendo 发送给客户的默认电子邮件(Email)。

[% if event.product1Name %]<div style="margin:0px auto;max-width:600px;background:#fff;"> <table cellpadding="0" cellspacing="0" style="font-size:0px;width:100%;background:#fff;" align="center" border="0"> <tbody> <tr> <td style="text-align:center;vertical-align:top;direction:ltr;font-size:0px;padding:0px 25px;"> <p style="font-size: 1px; margin: 0px auto; border-top: 1px solid #d9d9d9; width: 100%;"></p></td></tr></tbody> </table></div><div style="margin:0px auto;max-width:600px;background:#ffffff;"> <table cellpadding="0" cellspacing="0" style="font-size:0px;width:100%;background:#ffffff;" align="center" border="0"> <tbody> <tr> <td style="text-align:center;vertical-align:top;direction:ltr;font-size:0px;padding:8px 0px;"> <div style="vertical-align:middle;display:inline-block;direction:ltr;font-size:13px;text-align:left;width:250px!important;max-width:250px;"> <table cellpadding="0" cellspacing="0" style="vertical-align:middle;" width="100%" border="0"> <tbody> <tr> <td style="word-break:break-word;font-size:0px;padding:10px 25px;" align="center"> <table cellpadding="0" cellspacing="0" style="border-collapse:collapse;border-spacing:0px;" align="center" border="0"> <tbody> <tr> <td style="width:200px;"><a href="[[event.product1ReviewUrl]]" target="_blank"><img alt="[[event.product1Name]]" title="" height="auto" src="[[event.product1ImageUrl]]" style="border:none;border-radius:;display:block;outline:none;text-decoration:none;width:100%;height:auto;" width="200"></a></td></tr></tbody> </table> </td></tr></tbody> </table> </div><div style="vertical-align:middle;display:inline-block;direction:ltr;font-size:13px;text-align:left;width:350px!important;max-width:350px;"> <table cellpadding="0" cellspacing="0" style="vertical-align:middle;" width="100%" border="0"> <tbody> <tr> <td style="word-break:break-word;font-size:0px;padding:10px 25px;" align="left"> <div class="" style="cursor:auto;color:#1d2236;font-family:Helvetica Neue, Arial, sans-serif;font-size:16px;font-weight:bold;line-height:22px;text-align:left;"> [[event.product1Name]] </div></td></tr><tr> <td style="word-break:break-word;font-size:0px;padding:10px 25px;padding-bottom:0px;" align="left"> <div class="" style="cursor:auto;color:#545866;font-family:Helvetica Neue, Arial, sans-serif;font-size:16px;line-height:22px;text-align:left;"> How many stars? </div></td></tr><tr> <td style="word-break:break-word;font-size:0px;padding:10px 25px;" align="left"> <div class="" style="cursor:auto;color:#000000;font-family:Ubuntu, Helvetica, Arial, sans-serif;font-size:13px;line-height:normal;text-align:left;"> <a href="[[event.product1Rate1Url]]"><img src="https://d3hw6dc1ow8pp2.cloudfront.net/emails/review/star.png" width="30" height="28" style="border:none;border-radius:;outline:none;text-decoration:none;" alt="1 Star"></a> <a href="[[event.product1Rate2Url]]"><img src="https://d3hw6dc1ow8pp2.cloudfront.net/emails/review/star.png" width="30" height="28" style="border:none;border-radius:;outline:none;text-decoration:none;" alt="2 Stars"></a> <a href="[[event.product1Rate3Url]]"><img src="https://d3hw6dc1ow8pp2.cloudfront.net/emails/review/star.png" width="30" height="28" style="border:none;border-radius:;outline:none;text-decoration:none;" alt="3 Stars"></a> <a href="[[event.product1Rate4Url]]"><img src="https://d3hw6dc1ow8pp2.cloudfront.net/emails/review/star.png" width="30" height="28" style="border:none;border-radius:;outline:none;text-decoration:none;" alt="4 Stars"></a> <a href="[[event.product1Rate5Url]]"><img src="https://d3hw6dc1ow8pp2.cloudfront.net/emails/review/star.png" width="30" height="28" style="border:none;border-radius:;outline:none;text-decoration:none;" alt="5 Stars"></a> </div></td></tr></tbody> </table> </div></td></tr></tbody> </table></div>[% endif %][% if event.product2Name %]<div style="margin:0px auto;max-width:600px;background:#fff;"> <table cellpadding="0" cellspacing="0" style="font-size:0px;width:100%;background:#fff;" align="center" border="0"> <tbody> <tr> <td style="text-align:center;vertical-align:top;direction:ltr;font-size:0px;padding:0px 25px;"> <p style="font-size: 1px; margin: 0px auto; border-top: 1px solid #d9d9d9; width: 100%;"></p></td></tr></tbody> </table></div><div style="margin:0px auto;max-width:600px;background:#ffffff;"> <table cellpadding="0" cellspacing="0" style="font-size:0px;width:100%;background:#ffffff;" align="center" border="0"> <tbody> <tr> <td style="text-align:center;vertical-align:top;direction:ltr;font-size:0px;padding:8px 0px;"> <div style="vertical-align:middle;display:inline-block;direction:ltr;font-size:13px;text-align:left;width:250px!important;max-width:250px;"> <table cellpadding="0" cellspacing="0" style="vertical-align:middle;" width="100%" border="0"> <tbody> <tr> <td style="word-break:break-word;font-size:0px;padding:10px 25px;" align="center"> <table cellpadding="0" cellspacing="0" style="border-collapse:collapse;border-spacing:0px;" align="center" border="0"> <tbody> <tr> <td style="width:200px;"><a href="[[event.product2ReviewUrl]]" target="_blank"><img alt="[[event.product2Name]]" title="" height="auto" src="[[event.product2ImageUrl]]" style="border:none;border-radius:;display:block;outline:none;text-decoration:none;width:100%;height:auto;" width="200"></a></td></tr></tbody> </table> </td></tr></tbody> </table> </div><div style="vertical-align:middle;display:inline-block;direction:ltr;font-size:13px;text-align:left;width:350px!important;max-width:350px;"> <table cellpadding="0" cellspacing="0" style="vertical-align:middle;" width="100%" border="0"> <tbody> <tr> <td style="word-break:break-word;font-size:0px;padding:10px 25px;" align="left"> <div class="" style="cursor:auto;color:#1d2236;font-family:Helvetica Neue, Arial, sans-serif;font-size:16px;font-weight:bold;line-height:22px;text-align:left;"> [[event.product2Name]] </div></td></tr><tr> <td style="word-break:break-word;font-size:0px;padding:10px 25px;padding-bottom:0px;" align="left"> <div class="" style="cursor:auto;color:#545866;font-family:Helvetica Neue, Arial, sans-serif;font-size:16px;line-height:22px;text-align:left;"> How many stars? </div></td></tr><tr> <td style="word-break:break-word;font-size:0px;padding:10px 25px;" align="left"> <div class="" style="cursor:auto;color:#000000;font-family:Ubuntu, Helvetica, Arial, sans-serif;font-size:13px;line-height:normal;text-align:left;"> <a href="[[event.product2Rate1Url]]"><img src="https://d3hw6dc1ow8pp2.cloudfront.net/emails/review/star.png" width="30" height="28" style="border:none;border-radius:;outline:none;text-decoration:none;" alt="1 Star"></a> <a href="[[event.product2Rate2Url]]"><img src="https://d3hw6dc1ow8pp2.cloudfront.net/emails/review/star.png" width="30" height="28" style="border:none;border-radius:;outline:none;text-decoration:none;" alt="2 Stars"></a> <a href="[[event.product2Rate3Url]]"><img src="https://d3hw6dc1ow8pp2.cloudfront.net/emails/review/star.png" width="30" height="28" style="border:none;border-radius:;outline:none;text-decoration:none;" alt="3 Stars"></a> <a href="[[event.product2Rate4Url]]"><img src="https://d3hw6dc1ow8pp2.cloudfront.net/emails/review/star.png" width="30" height="28" style="border:none;border-radius:;outline:none;text-decoration:none;" alt="4 Stars"></a> <a href="[[event.product2Rate5Url]]"><img src="https://d3hw6dc1ow8pp2.cloudfront.net/emails/review/star.png" width="30" height="28" style="border:none;border-radius:;outline:none;text-decoration:none;" alt="5 Stars"></a> </div></td></tr></tbody> </table> </div></td></tr></tbody> </table></div>[% endif %][% if event.product3Name %]<div style="margin:0px auto;max-width:600px;background:#fff;"> <table cellpadding="0" cellspacing="0" style="font-size:0px;width:100%;background:#fff;" align="center" border="0"> <tbody> <tr> <td style="text-align:center;vertical-align:top;direction:ltr;font-size:0px;padding:0px 25px;"> <p style="font-size: 1px; margin: 0px auto; border-top: 1px solid #d9d9d9; width: 100%;"></p></td></tr></tbody> </table></div><div style="margin:0px auto;max-width:600px;background:#ffffff;"> <table cellpadding="0" cellspacing="0" style="font-size:0px;width:100%;background:#ffffff;" align="center" border="0"> <tbody> <tr> <td style="text-align:center;vertical-align:top;direction:ltr;font-size:0px;padding:8px 0px;"> <div style="vertical-align:middle;display:inline-block;direction:ltr;font-size:13px;text-align:left;width:250px!important;max-width:250px;"> <table cellpadding="0" cellspacing="0" style="vertical-align:middle;" width="100%" border="0"> <tbody> <tr> <td style="word-break:break-word;font-size:0px;padding:10px 25px;" align="center"> <table cellpadding="0" cellspacing="0" style="border-collapse:collapse;border-spacing:0px;" align="center" border="0"> <tbody> <tr> <td style="width:200px;"><a href="[[event.product3ReviewUrl]]" target="_blank"><img alt="[[event.product3Name]]" title="" height="auto" src="[[event.product3ImageUrl]]" style="border:none;border-radius:;display:block;outline:none;text-decoration:none;width:100%;height:auto;" width="200"></a></td></tr></tbody> </table> </td></tr></tbody> </table> </div><div style="vertical-align:middle;display:inline-block;direction:ltr;font-size:13px;text-align:left;width:350px!important;max-width:350px;"> <table cellpadding="0" cellspacing="0" style="vertical-align:middle;" width="100%" border="0"> <tbody> <tr> <td style="word-break:break-word;font-size:0px;padding:10px 25px;" align="left"> <div class="" style="cursor:auto;color:#1d2236;font-family:Helvetica Neue, Arial, sans-serif;font-size:16px;font-weight:bold;line-height:22px;text-align:left;"> [[event.product3Name]] </div></td></tr><tr> <td style="word-break:break-word;font-size:0px;padding:10px 25px;padding-bottom:0px;" align="left"> <div class="" style="cursor:auto;color:#545866;font-family:Helvetica Neue, Arial, sans-serif;font-size:16px;line-height:22px;text-align:left;"> How many stars? </div></td></tr><tr> <td style="word-break:break-word;font-size:0px;padding:10px 25px;" align="left"> <div class="" style="cursor:auto;color:#000000;font-family:Ubuntu, Helvetica, Arial, sans-serif;font-size:13px;line-height:normal;text-align:left;"> <a href="[[event.product3Rate1Url]]"><img src="https://d3hw6dc1ow8pp2.cloudfront.net/emails/review/star.png" width="30" height="28" style="border:none;border-radius:;outline:none;text-decoration:none;" alt="1 Star"></a> <a href="[[event.product3Rate2Url]]"><img src="https://d3hw6dc1ow8pp2.cloudfront.net/emails/review/star.png" width="30" height="28" style="border:none;border-radius:;outline:none;text-decoration:none;" alt="2 Stars"></a> <a href="[[event.product3Rate3Url]]"><img src="https://d3hw6dc1ow8pp2.cloudfront.net/emails/review/star.png" width="30" height="28" style="border:none;border-radius:;outline:none;text-decoration:none;" alt="3 Stars"></a> <a href="[[event.product3Rate4Url]]"><img src="https://d3hw6dc1ow8pp2.cloudfront.net/emails/review/star.png" width="30" height="28" style="border:none;border-radius:;outline:none;text-decoration:none;" alt="4 Stars"></a> <a href="[[event.product3Rate5Url]]"><img src="https://d3hw6dc1ow8pp2.cloudfront.net/emails/review/star.png" width="30" height="28" style="border:none;border-radius:;outline:none;text-decoration:none;" alt="5 Stars"></a> </div></td></tr></tbody> </table> </div></td></tr></tbody> </table></div>[% endif %][% if event.product4Name %]<div style="margin:0px auto;max-width:600px;background:#fff;"> <table cellpadding="0" cellspacing="0" style="font-size:0px;width:100%;background:#fff;" align="center" border="0"> <tbody> <tr> <td style="text-align:center;vertical-align:top;direction:ltr;font-size:0px;padding:0px 25px;"> <p style="font-size: 1px; margin: 0px auto; border-top: 1px solid #d9d9d9; width: 100%;"></p></td></tr></tbody> </table></div><div style="margin:0px auto;max-width:600px;background:#ffffff;"> <table cellpadding="0" cellspacing="0" style="font-size:0px;width:100%;background:#ffffff;" align="center" border="0"> <tbody> <tr> <td style="text-align:center;vertical-align:top;direction:ltr;font-size:0px;padding:8px 0px;"> <div style="vertical-align:middle;display:inline-block;direction:ltr;font-size:13px;text-align:left;width:250px!important;max-width:250px;"> <table cellpadding="0" cellspacing="0" style="vertical-align:middle;" width="100%" border="0"> <tbody> <tr> <td style="word-break:break-word;font-size:0px;padding:10px 25px;" align="center"> <table cellpadding="0" cellspacing="0" style="border-collapse:collapse;border-spacing:0px;" align="center" border="0"> <tbody> <tr> <td style="width:200px;"><a href="[[event.product4ReviewUrl]]" target="_blank"><img alt="[[event.product4Name]]" title="" height="auto" src="[[event.product4ImageUrl]]" style="border:none;border-radius:;display:block;outline:none;text-decoration:none;width:100%;height:auto;" width="200"></a></td></tr></tbody> </table> </td></tr></tbody> </table> </div><div style="vertical-align:middle;display:inline-block;direction:ltr;font-size:13px;text-align:left;width:350px!important;max-width:350px;"> <table cellpadding="0" cellspacing="0" style="vertical-align:middle;" width="100%" border="0"> <tbody> <tr> <td style="word-break:break-word;font-size:0px;padding:10px 25px;" align="left"> <div class="" style="cursor:auto;color:#1d2236;font-family:Helvetica Neue, Arial, sans-serif;font-size:16px;font-weight:bold;line-height:22px;text-align:left;"> [[event.product4Name]] </div></td></tr><tr> <td style="word-break:break-word;font-size:0px;padding:10px 25px;padding-bottom:0px;" align="left"> <div class="" style="cursor:auto;color:#545866;font-family:Helvetica Neue, Arial, sans-serif;font-size:16px;line-height:22px;text-align:left;"> How many stars? </div></td></tr><tr> <td style="word-break:break-word;font-size:0px;padding:10px 25px;" align="left"> <div class="" style="cursor:auto;color:#000000;font-family:Ubuntu, Helvetica, Arial, sans-serif;font-size:13px;line-height:normal;text-align:left;"> <a href="[[event.product4Rate1Url]]"><img src="https://d3hw6dc1ow8pp2.cloudfront.net/emails/review/star.png" width="30" height="28" style="border:none;border-radius:;outline:none;text-decoration:none;" alt="1 Star"></a> <a href="[[event.product4Rate2Url]]"><img src="https://d3hw6dc1ow8pp2.cloudfront.net/emails/review/star.png" width="30" height="28" style="border:none;border-radius:;outline:none;text-decoration:none;" alt="2 Stars"></a> <a href="[[event.product4Rate3Url]]"><img src="https://d3hw6dc1ow8pp2.cloudfront.net/emails/review/star.png" width="30" height="28" style="border:none;border-radius:;outline:none;text-decoration:none;" alt="3 Stars"></a> <a href="[[event.product4Rate4Url]]"><img src="https://d3hw6dc1ow8pp2.cloudfront.net/emails/review/star.png" width="30" height="28" style="border:none;border-radius:;outline:none;text-decoration:none;" alt="4 Stars"></a> <a href="[[event.product4Rate5Url]]"><img src="https://d3hw6dc1ow8pp2.cloudfront.net/emails/review/star.png" width="30" height="28" style="border:none;border-radius:;outline:none;text-decoration:none;" alt="5 Stars"></a> </div></td></tr></tbody> </table> </div></td></tr></tbody> </table></div>[% endif %][% if event.product5Name %]<div style="margin:0px auto;max-width:600px;background:#fff;"> <table cellpadding="0" cellspacing="0" style="font-size:0px;width:100%;background:#fff;" align="center" border="0"> <tbody> <tr> <td style="text-align:center;vertical-align:top;direction:ltr;font-size:0px;padding:0px 25px;"> <p style="font-size: 1px; margin: 0px auto; border-top: 1px solid #d9d9d9; width: 100%;"></p></td></tr></tbody> </table></div><div style="margin:0px auto;max-width:600px;background:#ffffff;"> <table cellpadding="0" cellspacing="0" style="font-size:0px;width:100%;background:#ffffff;" align="center" border="0"> <tbody> <tr> <td style="text-align:center;vertical-align:top;direction:ltr;font-size:0px;padding:8px 0px;"> <div style="vertical-align:middle;display:inline-block;direction:ltr;font-size:13px;text-align:left;width:250px!important;max-width:250px;"> <table cellpadding="0" cellspacing="0" style="vertical-align:middle;" width="100%" border="0"> <tbody> <tr> <td style="word-break:break-word;font-size:0px;padding:10px 25px;" align="center"> <table cellpadding="0" cellspacing="0" style="border-collapse:collapse;border-spacing:0px;" align="center" border="0"> <tbody> <tr> <td style="width:200px;"><a href="[[event.product5ReviewUrl]]" target="_blank"><img alt="[[event.product5Name]]" title="" height="auto" src="[[event.product5ImageUrl]]" style="border:none;border-radius:;display:block;outline:none;text-decoration:none;width:100%;height:auto;" width="200"></a></td></tr></tbody> </table> </td></tr></tbody> </table> </div><div style="vertical-align:middle;display:inline-block;direction:ltr;font-size:13px;text-align:left;width:350px!important;max-width:350px;"> <table cellpadding="0" cellspacing="0" style="vertical-align:middle;" width="100%" border="0"> <tbody> <tr> <td style="word-break:break-word;font-size:0px;padding:10px 25px;" align="left"> <div class="" style="cursor:auto;color:#1d2236;font-family:Helvetica Neue, Arial, sans-serif;font-size:16px;font-weight:bold;line-height:22px;text-align:left;"> [[event.product5Name]] </div></td></tr><tr> <td style="word-break:break-word;font-size:0px;padding:10px 25px;padding-bottom:0px;" align="left"> <div class="" style="cursor:auto;color:#545866;font-family:Helvetica Neue, Arial, sans-serif;font-size:16px;line-height:22px;text-align:left;"> How many stars? </div></td></tr><tr> <td style="word-break:break-word;font-size:0px;padding:10px 25px;" align="left"> <div class="" style="cursor:auto;color:#000000;font-family:Ubuntu, Helvetica, Arial, sans-serif;font-size:13px;line-height:normal;text-align:left;"> <a href="[[event.product5Rate1Url]]"><img src="https://d3hw6dc1ow8pp2.cloudfront.net/emails/review/star.png" width="30" height="28" style="border:none;border-radius:;outline:none;text-decoration:none;" alt="1 Star"></a> <a href="[[event.product5Rate2Url]]"><img src="https://d3hw6dc1ow8pp2.cloudfront.net/emails/review/star.png" width="30" height="28" style="border:none;border-radius:;outline:none;text-decoration:none;" alt="2 Stars"></a> <a href="[[event.product5Rate3Url]]"><img src="https://d3hw6dc1ow8pp2.cloudfront.net/emails/review/star.png" width="30" height="28" style="border:none;border-radius:;outline:none;text-decoration:none;" alt="3 Stars"></a> <a href="[[event.product5Rate4Url]]"><img src="https://d3hw6dc1ow8pp2.cloudfront.net/emails/review/star.png" width="30" height="28" style="border:none;border-radius:;outline:none;text-decoration:none;" alt="4 Stars"></a> <a href="[[event.product5Rate5Url]]"><img src="https://d3hw6dc1ow8pp2.cloudfront.net/emails/review/star.png" width="30" height="28" style="border:none;border-radius:;outline:none;text-decoration:none;" alt="5 Stars"></a> </div></td></tr></tbody> </table> </div></td></tr></tbody> </table></div>[% endif %]

常见问题

在集成设置之前收集的评论,其 okendoLatestReviewRating 和 okendoNumberOfReviews 自定义属性是否会同步到 Omnisend? 是的,会的。当集成启用后,Okendo 中在集成启用之前的评论和属性将回填到 Omnisend,但只有在客户留下新评论后(该评论应在集成启用后提交)才会回填。

没有找到您问题的答案吗?联系 Omnisend 的支持团队,通过应用内聊天或发送邮件至 [email protected] – 我们的团队全天候 24/7 为您服务。

这是否解答了您的问题?