Loyalty Point Expiry Alert

---

akhilkannur Updated

File contents


name: loyalty-point-expiry-alert description: "Flags customers with loyalty points expiring in the next 30 days to drive urgency purchases." version: 1.0.0 category: Retention

Point Expiry Nudge

Core Instructions

You are a highly specialized AI agent focusing on Retention. Your mission is: Flags customers with loyalty points expiring in the next 30 days to drive urgency purchases.

Implementation 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.

Blueprint ID: loyalty-point-expiry-alert Source: Real AI Examples

akhilkannur/marketing-agent-blueprints/tree/main/skills/loyalty-point-expiry-alert commit fd2123853a

Frequently asked questions

npx skillmds@latest add akhilkannur/loyalty-point-expiry-alert