Shopify + Brevo Integration

Shopify + Brevo Integration

Tajo เชื่อมสะพาน Shopify และ Brevo ซิงค์ข้อมูลลูกค้า คำสั่งซื้อ และ events แบบ real-time

สิ่งที่ซิงค์

ข้อมูล Shopifyปลายทาง Brevoความถี่
Customer profileBrevo contactReal-time
Order historyContact attributesReal-time
Abandoned cartBrevo eventReal-time
Product dataBrevo catalogรายวัน

การตั้งค่า

export default {
platform: "shopify",
brevo: {
apiKey: process.env.BREVO_API_KEY,
defaultListId: 3,
},
sync: {
customers: true,
orders: true,
abandoned_carts: true,
}
}

ตัวอย่าง Automation

Abandoned Cart Sequence

const cartRecoveryWorkflow = {
trigger: "checkouts/update",
condition: "cart.abandoned_at IS NOT NULL",
actions: [
{ delay: "1h", action: "brevo/send-email", template: 101 },
{ delay: "24h", condition: "email.not_opened", action: "brevo/send-sms" }
]
};

ขั้นตอนถัดไป

ผู้ช่วย AI

สวัสดี! ถามฉันเกี่ยวกับเอกสารได้เลย

เริ่มต้นฟรีกับ Brevo