new-member-onboarding

Automate onboarding messages for GymTime members via WhatsApp and Supabase.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatiza la secuencia de bienvenida para nuevos miembros, reduciendo la carga operativa y asegurando una comunicación consistente desde el primer día.

Core Features & Use Cases

  • Automated welcome sequence: envía mensajes de bienvenida a nuevos miembros a través de WhatsApp y canales internos.
  • Multi-day messaging: gestiona mensajes programados para Día 0, Día 1, Día 3 y Día 7, con llamadas a acción y recopilación de feedback.
  • Tenant-aware: admite múltiples tenants con configuraciones por organización y datos de miembros, membresías y planes.

Quick Start

Create a new member, enable onboarding for the tenant, and let the Day 0 welcome message flow begin.

Frequently Asked Questions about new-member-onboarding

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

FAQPage Schema
How do I automate new member onboarding messages through WhatsApp?

You can automate multi-day onboarding sequences by triggering messages on member creation and membership activation, scheduling touchpoints for Day 0, Day 1, Day 3, and Day 7 using Twilio for WhatsApp delivery.

How does multi-tenant configuration work for membership onboarding automation?

Multi-tenant membership onboarding uses tenant-based configuration to support multiple organizations, storing isolated data models for members, memberships, and onboarding messages within Supabase for tracking.

Can I track onboarding message progress using Supabase?

Yes, Supabase tracks onboarding progress by storing data models for members, memberships, and onboarding_messages, ensuring the automated welcome sequence maintains state across the scheduled touchpoints.

What triggers are needed to start the automated welcome sequence?

The automated welcome sequence starts by triggering on member-created and membership-activated events, immediately initiating the Day 0 welcome message flow for new members.

Do I need Twilio to handle WhatsApp onboarding outreach?

Twilio is required for WhatsApp onboarding outreach, serving as the messaging provider to deliver the automated multi-day sequence and calls to action to new members.