DemoReturn to AxiomDelta →

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

New member signup

Fires when a member completes Stripe Checkout for the first time.

Apr 18, 2026, 11:05 PM
subscription.charge_succeeded

Subscription charged

Fires on every successful recurring charge. Also posts the journal entry.

Apr 20, 2026, 8:32 PM
subscription.charge_failed

Subscription charge failed

Fires when Stripe reports a failed charge against an active subscription.

Apr 19, 2026, 12:12 PM
session.scheduled_24h_out

Session reminder (24h)

Fires 24 hours before a booked session. Dispatcher wiring lands with the scheduler.

Apr 21, 2026, 2:00 PM
subscription.paused

Subscription paused

Fires when a member pauses or cancels their subscription.

Apr 14, 2026, 10:18 PM
course.lesson_released

Course 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 AM

Stripe-driven events fire from /api/webhook/stripe. Session reminder runs on the booking scheduler.

Demo · Binding edits land with the live email swap