đ§ 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