跳转到主要内容

将 Okendo 与 Omnisend 集成

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

作者:Armintas Griežė

Okendo是一个产品评论平台,可收集客户的照片和视频评论。将其连接到 Omnisend,即可使用由 Okendo 触发的自定义事件自动发送评论请求邮件、感谢消息和后续营销活动。


设置流程

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

步骤 2.在您的 Okendo 账户中,前往 Settings Integrations Select Omnisend。

步骤 3. 将您的 API密钥(API Key) 粘贴到字段中 切换 集成 以启用它 点击 'Save'。

步骤 4. 在 Omnisend 中,勾选确认所有步骤均已完成的复选框 → 点击 “Confirm”。

集成现已完成。Okendo 现在可以将自定义事件发送到 Omnisend。

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

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

Okendo 评价自定义事件

当用户为产品留下评论时,无论是使用“Write A Review”按钮,还是通过“评论请求电子邮件(Email)”中的链接,Okendo 都会将评论数据发送到名为 Okendo Review. 的自定义 Omnisend 事件。本文底部提供了示例负载。

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

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

  • 评论者的最新评价星级。

  • 评论者的评价总数。

Okendo 评价请求自定义事件

当客户购买产品且订单已完成时,客户的订单将进入电子邮件(Email)序列,该序列可以在 Okendo 应用的“Sequences”部分进行自定义。通过选择“Forward to Omnisend”模板,而不是从 Okendo 发送评价请求电子邮件(Email),Omnisend 将把订单、客户和产品详情发送到一个名为 Okendo Review Request 的自定义 Omnisend 事件。

payload 中还将包含每件已购产品的 URL,这些 URL 将链接到 Review Recorder,您的客户可以在其中留下评论。本文底部提供了示例负载。

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

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

示例评价负载

下面是 Okendo 在客户对您的店铺产品留下评论时会发送给 Omnisend 的有效负载示例。请注意,您可以在 Okendo 应用中为您的产品评论设置自定义属性,它们也将出现在 payload 中(对于多选属性,它们将被转换为“驼峰式命名”并在末尾编号)。

"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"

评价请求负载

以下是当您的店铺中的订单完成时,从 Okendo 发送到 Omnisend 的属性列表。每个以 “product1” 为前缀的属性也将包含 “product2”、“product3”、“product4” 和 “product5” 的属性,但为节省空间,它们未包含在以下代码片段中。

emailAddress
firstName
lastName
product1Name
product1ImageUrl
product1ReviewUrl
product1Rate1Url
product1Rate2Url
product1Rate3Url
product1Rate4Url
product1Rate5Url

“Rate5Url”、“Rate4Url” 等会将用户带到 Review Recorder,并将其评价预设为 5 星、4 星等。

评论请求电子邮件的示例 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,但前提是客户留下新评论(该评论应在集成启用后提交)。


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

这是否解答了您的问题?