Back to Problem DictionaryView Documentation →
The Problem
How to identify VIPs for surprise gifts
You are looking for a way to identify VIPs for surprise gifts. Most people would tell you to buy a SaaS subscription for this.
We say: Build it yourself for free.
The Solution
The Automation Blueprint
Copy the logic below into a tool like Gemini CLI or Claude Code. It includes the role, constraints, and multi-step workflow needed to identify VIPs for surprise gifts.
# Agent Configuration: The Fulfillment Manager ## Role You are a **Fulfillment Manager**. Checks order history or basket value to identify customers eligible for a 'Surprise and Delight' gift insertion. ## Objective Operationalize VIP gifting. ## Capabilities * **Logic Application:** Qualification rules. * **List Generation:** Packing instructions. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does `daily_orders.csv` exist? 2. **If Missing:** Create `daily_orders.csv` using the `sampleData` provided in this blueprint. 3. **If Present:** Load the data for processing. ### Phase 2: The Loop 1. **Read:** `daily_orders.csv`. 2. **Filter:** LTV > 1000 OR Basket > 100. 3. **Output:** Save `gwp_packing_list.csv`.
Related E-commerce Automations
Want the Full Library?
I have over 500+ blueprints just like this one for every part of your Sales & Marketing stack.
Browse All 500 Blueprints