points-expiration-warning

Send urgency-based expiration alerts to gym members via Twilio and Supabase.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/josuerivera300891-prog/GymTime --skill points-expiration-warning
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: points-expiration-warning
Source: https://github.com/josuerivera300891-prog/GymTime/tree/main/skills/points-expiration-warning
Command: npx skills add https://github.com/josuerivera300891-prog/GymTime --skill points-expiration-warning

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Notifica a los miembros de GymTime cuando sus puntos están por vencer para evitar pérdidas y promover canje.

Core Features & Use Cases

  • Automated expirations checks: ejecuta verificaciones programadas para identificar puntos que vencerán.
  • Urgency-based messaging: clasifica notificaciones por plazos de 30 días, 7 días y 1-3 días, y envía mensajes personalizados.
  • Auditable delivery: registra envíos y mantiene historial para cumplimiento y análisis.

Quick Start

Inicia un job semanal que detecte puntos por vencer y envíe notificaciones por WhatsApp a los miembros elegibles.

Frequently Asked Questions about points-expiration-warning

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate expiring points notifications for gym members?▼

Automate expiring points notifications by scheduling a weekly cron job that queries Supabase for active gym members with expiring points, then dispatches urgency-based alerts through Twilio WhatsApp integration.

What is the best way to structure loyalty points expiration alerts across multiple urgency levels?▼

Structure loyalty points expiration alerts by classifying notifications into 30-day, 7-day, and 1-3 day urgency tiers, sending personalized WhatsApp messages for each timeframe to encourage point redemption before expiry.

Does this points expiration warning system support multi-tenant gym configurations?▼

Yes, this points expiration warning system supports multi-tenant configurations, allowing gym chains to manage and dispatch expiration alerts across multiple distinct locations or franchises using isolated Supabase data queries.

How do I track and audit delivery for WhatsApp points expiration notifications?▼

Track and audit delivery for WhatsApp points expiration notifications by recording every dispatched message and maintaining a historical log within Supabase, ensuring compliance and enabling retrospective analysis of member alerts.

Can I use Twilio and Supabase to build a custom rewards expiring reminder workflow?▼

Yes, you can use Twilio and Supabase to build a custom rewards expiring reminder workflow by leveraging Supabase SQL queries to identify eligible members and Twilio to automate the WhatsApp message delivery.

When do I need to run a points expiration check for my rewards program?▼

Run a points expiration check weekly to identify members whose points are expiring within 30 days, 7 days, or 1-3 days, ensuring timely notifications that prevent point loss and promote active redemption.