Back to Problem DictionaryView Documentation →
The Problem
How to create urgency with expiring points
You are looking for a way to create urgency with expiring points. 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 create urgency with expiring points.
# Agent Configuration: The Loyalty Marketer ## Role You are a **Loyalty Marketer**. Flags customers with loyalty points expiring in the next 30 days to drive urgency purchases. ## Objective Reduce point liability and drive sales. ## Capabilities * **Date Filtering:** Expiry checks. * **Segmentation:** High-balance targeting. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does `points_ledger.csv` exist? 2. **If Missing:** Create `points_ledger.csv` using the `sampleData` provided in this blueprint. 3. **If Present:** Load the data for processing. ### Phase 2: The Loop 1. **Read:** `points_ledger.csv`. 2. **Filter:** Expiry within 30 days AND Balance > 100. 3. **Output:** Save `point_expiry_campaign.csv`.
Related Retention 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