🔧 INTERNAL — Make.com Blueprints zum Import

đŸ€– MAKE.COM BLUEPRINTS — IMPORT-READY

So importierst du:

  1. Make.com → Scenarios → "Create new"
  2. Drei Punkte oben → "Import Blueprint"
  3. JSON unten kopieren → einfĂŒgen → Import

🔮 SZENARIO 1: Dashboard Webhook (PRIORITÄT!)

Manuell bauen (15 Min):

  1. Module 1: Webhooks → Custom Webhook → Add → Name "LuxeStyle Dashboard" → Save → URL kopieren
  2. Module 2: Shopify → Search Orders
    Connection: aban-192
    Created at min: {{formatDate(now; 'YYYY-MM-DD')}}T00:00:00Z
    Limit: 100
  3. 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)}}
  4. Module 4: Webhooks → Webhook Response
    Status: 200
    Body:
    {
      "revenue": "{{3.revenue}}",
      "orders": "{{3.orders}}",
      "aov": "{{3.aov}}",
      "visitors": 0,
      "subs": 0,
      "conv": "0"
    }
  5. Schedule: Every 15 Minutes
  6. Activate

📩 SZENARIO 2: Order → Email + Google Sheets

Manuell bauen (15 Min):

  1. Module 1: Shopify → Watch Orders
    Connection: aban-192
    Status: any
  2. 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}}
  3. 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):

  1. Module 1: Tools → Schedule
    Type: Custom
    Time: 20:00 daily
    Timezone: Europe/Zurich
  2. Module 2: Shopify → Search Orders
    Created at min: today 00:00
    Created at max: today 23:59
  3. Module 3: Tools → Aggregator (Array)
    Source: Module 2
    Aggregate: total_price
  4. 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!)

  1. Module 1: Shopify → Watch Customers (New)
  2. Module 2: Klaviyo → Subscribe Profile to List
    List ID: (deine Newsletter-Liste)
    Email: {{1.email}}
    First Name: {{1.first_name}}
  3. Module 3: Klaviyo → Track Event
    Event: "Newsletter Signup"
    Properties: source=shopify_signup

👑 SZENARIO 5: VIP Auto-Tagging (CHF 300+)

  1. Module 1: Shopify → Watch Customers (Updated)
    Filter: total_spent > 300
  2. Module 2: Shopify → Update Customer
    Tags: add "vip"
  3. Module 3: Klaviyo → Update Profile
    Add to list: "VIP Customers"
  4. Module 4: Email an allengchour@gmail.com
    Subject: 👑 Neuer VIP-Kunde: {{1.email}}

🎬 SZENARIO 6: Review-Trigger nach 14 Tagen

  1. Module 1: Shopify → Watch Orders Fulfilled
  2. Module 2: Tools → Sleep 14 days
  3. Module 3: Klaviyo → Send Email (Post-Purchase Template)

⚡ SCHNELLSTART REIHENFOLGE

HEUTE:

  1. (15 Min) Szenario 1: Dashboard Webhook
  2. (15 Min) Szenario 2: Order Notification
  3. (10 Min) Szenario 3: Daily Report

DIESE WOCHE:

  1. (10 Min) Szenario 4: Newsletter Sync
  2. (10 Min) Szenario 5: VIP Tagging
  3. (15 Min) Szenario 6: Review-Trigger

🔗 Make.com Pro Org: https://eu1.make.com/organization/7603352/scenarios