🔧 INTERNAL — Make.com Blueprints zum Import
🤖 MAKE.COM BLUEPRINTS — IMPORT-READY
So importierst du:
- Make.com → Scenarios → "Create new"
- Drei Punkte oben → "Import Blueprint"
- JSON unten kopieren → einfügen → Import
🔴 SZENARIO 1: Dashboard Webhook (PRIORITÄT!)
Manuell bauen (15 Min):
- Module 1: Webhooks → Custom Webhook → Add → Name "LuxeStyle Dashboard" → Save → URL kopieren
-
Module 2: Shopify → Search Orders
Connection: aban-192
Created at min:{{formatDate(now; 'YYYY-MM-DD')}}T00:00:00Z
Limit: 100 -
Module 3: Tools → Set Multiple Variables
•revenue={{sum(2.line_items[].price)}}
•orders={{length(2.array)}}
•aov={{if(3.orders > 0; 3.revenue / 3.orders; 0)}} -
Module 4: Webhooks → Webhook Response
Status: 200
Body:{ "revenue": "{{3.revenue}}", "orders": "{{3.orders}}", "aov": "{{3.aov}}", "visitors": 0, "subs": 0, "conv": "0" } - Schedule: Every 15 Minutes
- Activate
📦 SZENARIO 2: Order → Email + Google Sheets
Manuell bauen (15 Min):
-
Module 1: Shopify → Watch Orders
Connection: aban-192
Status: any -
Module 2: Google Sheets → Add a Row
Spreadsheet: "LuxeStyle Orders 2026"
Sheet: "Orders"
Spalten:
• A:{{1.created_at}}
• B:{{1.name}}
• C:{{1.customer.first_name}} {{1.customer.last_name}}
• D:{{1.customer.email}}
• E:{{1.total_price}}
• F:{{1.line_items[].title}} -
Module 3: Email → Send Email
To: allengchour@gmail.com
Subject:🎉 NEUE BESTELLUNG #{{1.name}} - CHF {{1.total_price}}
Body:Neue Bestellung! Kunde: {{1.customer.first_name}} {{1.customer.last_name}} Email: {{1.customer.email}} Land: {{1.shipping_address.country}} Produkte: {{1.line_items[].title}} Total: CHF {{1.total_price}} → https://admin.shopify.com/store/aban-192/orders/{{1.id}}
📊 SZENARIO 3: Daily KPI Report 20:00
Manuell bauen (10 Min):
-
Module 1: Tools → Schedule
Type: Custom
Time: 20:00 daily
Timezone: Europe/Zurich -
Module 2: Shopify → Search Orders
Created at min: today 00:00
Created at max: today 23:59 -
Module 3: Tools → Aggregator (Array)
Source: Module 2
Aggregate: total_price -
Module 4: Email → Send Email
To: allengchour@gmail.com
Subject:📊 LuxeStyle Tagesbericht {{formatDate(now; 'DD.MM.YYYY')}}
Body:📊 TAGESBERICHT - LuxeStyle CH 💰 Umsatz heute: CHF {{3.total}} 📦 Bestellungen: {{3.count}} 📈 AOV: CHF {{3.total / 3.count}} 🏆 TOP-PRODUKTE: {{2.line_items[].title}} → https://aban-192.myshopify.com/pages/dashboard
📧 SZENARIO 4: Newsletter → Klaviyo (Pro-Feature!)
- Module 1: Shopify → Watch Customers (New)
-
Module 2: Klaviyo → Subscribe Profile to List
List ID: (deine Newsletter-Liste)
Email:{{1.email}}
First Name:{{1.first_name}} -
Module 3: Klaviyo → Track Event
Event: "Newsletter Signup"
Properties: source=shopify_signup
👑 SZENARIO 5: VIP Auto-Tagging (CHF 300+)
-
Module 1: Shopify → Watch Customers (Updated)
Filter: total_spent > 300 -
Module 2: Shopify → Update Customer
Tags: add "vip" -
Module 3: Klaviyo → Update Profile
Add to list: "VIP Customers" -
Module 4: Email an allengchour@gmail.com
Subject: 👑 Neuer VIP-Kunde: {{1.email}}
🎬 SZENARIO 6: Review-Trigger nach 14 Tagen
- Module 1: Shopify → Watch Orders Fulfilled
- Module 2: Tools → Sleep 14 days
- Module 3: Klaviyo → Send Email (Post-Purchase Template)
⚡ SCHNELLSTART REIHENFOLGE
HEUTE:
- (15 Min) Szenario 1: Dashboard Webhook
- (15 Min) Szenario 2: Order Notification
- (10 Min) Szenario 3: Daily Report
DIESE WOCHE:
- (10 Min) Szenario 4: Newsletter Sync
- (10 Min) Szenario 5: VIP Tagging
- (15 Min) Szenario 6: Review-Trigger
🔗 Make.com Pro Org: https://eu1.make.com/organization/7603352/scenarios