免费套餐BestTrack 功能文章
集成与 Klaviyo
把物流事件同步到 Klaviyo,让售后自动化流程跟上配送进度。
这个功能是做什么的
- 在 BestTrack 中连接 Klaviyo 账号,让物流更新进入营销自动化。
- 结账之后,仍可用配送事件继续 Klaviyo 流程,而不是只停在订单确认邮件。
- 让物流更新和 Klaviyo 活动围绕同一段配送进度协同。
- Klaviyo 集成包含在免费套餐中。
How to integrate BestTrack with Klaviyo?
About Klaviyo
Klaviyo is an email marketing platform that provides powerful SMS and email marketing automation for online stores. Klaviyo unifies all customer data in one place and delivers personalized experience through email, SMS, web forms, push notifications.
How to integrate Klaviyo with BestTrack
Step 1: Get the Klaviyo Public Key
- Login to the Klaviyo App.
- Click on Account and go to Settings.
- Click API Keys and copy the Public Key, you will use it in the subsequent steps.
Step 2: Connect Klaviyo to BestTrack
- Go to the BestTrack app and find Integrations.
- Find Klaviyo in the Automation category of the Integrations list.
- Click Connect and paste the Public Key you just copied into the input box and confirm.
Step 3: Creating Triggers with BestTrack Package Status
- Login to the Klaviyo App.
- Click Flows to enter, click Create Flow in the upper right corner, and click Create from Scratch again in the upper right corner to create a new automation process.
- Name the process for clarity, here we use "BestTrack- Delivered" as an example.
- Click on Metric in the left navigation > FLOW TRIGGER > Choose BestTrack shipment status update.
- TRIGGER FILTERS > Add a Trigger Filter > Choose shipment_status > enter "Delivered". The automated email flow will be triggered when shipments change to "delivered". You can also enter other statuses to trigger this flow.
Shipping Status
| Shipping status | Text value |
|---|---|
| Info received: The package has been shipped and has been collected by the carriers. | Info received |
| In transit: The package is on the way to the destination. | In transit |
| Pick up: The package has arrived at the destination pickup point and is waiting to be picked up. | Pick up |
| Out for delivery: The package has reached its destination and the carrier is on its way to deliver the shipment. | Out for delivery |
| Undelivered: Deliveries may encounter problems such as wrong addresses and not being able to contact the recipient. | Undelivered |
| Delivered: The package has been successfully delivered to the addressee. | Delivered |
| Exception: The package might undergo unusual shipping conditions such as damage, return, loss, etc. | Alert |
Available Property
| Property name | Template tag |
|---|---|
carrierCode | {{event.carrierCode}} |
carrierUrl | {{event.carrierUrl}} |
secondCarrierCode | {{event.secondCarrierCode}} |
secondCarrierUrl | {{event.secondCarrierUrl}} |
last_event_time | {{event.last_event_time}} |
last_event_desc | {{event.last_event_desc}} |
orderTime | {{event.orderTime}} |
orderCurrency | {{event.orderCurrency}} |
shipTime | {{event.shipTime}} |
orderNo | {{event.orderNo}} |
orderTags | {{event.orderTags}} |
orderTotal | {{event.orderTotal}} |
products | {{event.products}} |
sku | {{event.products.0.sku}} |
price | {{event.products.0.price}} |
currency | {{event.products.0.currency}} |
image | {{event.products.0.image}} |
product_name | {{event.products.0.product_name}} |
product_url | {{event.products.0.product_url}} |
trackNo | {{event.trackNo}} |
country | {{event.country}} |
trackUrl | {{event.trackUrl}} |
shipment_status | {{event.shipment_status}} |
shopName | {{event.shopName}} |