Coach Portal · Integrations
Email
Lone Wolf's outbound mail — providers, sender identity, template library, and send logs. Read-only demo; form actions land with the live email swap.
Triggers
Event → template bindings
System events fire transactional templates. Stripe-driven events fire from the webhook; session reminders run on the booking scheduler.
Event
Template
State
Last fired
user.signupNew member signup
Fires when a member completes Stripe Checkout for the first time.
Apr 18, 2026, 11:05 PMsubscription.charge_succeededSubscription charged
Fires on every successful recurring charge. Also posts the journal entry.
Apr 20, 2026, 8:32 PMsubscription.charge_failedSubscription charge failed
Fires when Stripe reports a failed charge against an active subscription.
Apr 19, 2026, 12:12 PMsession.scheduled_24h_outSession reminder (24h)
Fires 24 hours before a booked session. Dispatcher wiring lands with the scheduler.
Apr 21, 2026, 2:00 PMsubscription.pausedSubscription paused
Fires when a member pauses or cancels their subscription.
Apr 14, 2026, 10:18 PMcourse.lesson_releasedCourse lesson released
Fires when the drip cron releases the next lesson in an enrolled member's course. Audience-scope via Journeys segments.
May 6, 2026, 8:30 AMStripe-driven events fire from /api/webhook/stripe. Session reminder runs on the booking scheduler.
Demo · Binding edits land with the live email swap