C
ChurnRecovery
Get started free
TemplatesAggressive Save

Aggressive Save

Maximizes save rate with generous offers at every step. Best for high-LTV products where saving even a few more customers justifies deeper discounts.

Save Rate
45-55%
Best For
High-LTV products, annual plans, products with strong retention after month 3
Category
High LTV

Interactive Preview

yourapp.com/settings/subscription

We're sorry to see you go

Tell us why you're leaving — we might be able to help.

Code

cancel-flow.jsjavascript
const result = await cr.showCancelFlow({
  customerId: user.id,
  subscriptionId: user.subId,
  reasons: [
    { id: 'too-expensive', label: 'Too expensive', icon: '💰',
      offer: { type: 'discount', percent: 50, duration: 6 } },
    { id: 'not-using', label: 'Not using it', icon: '😴',
      offer: { type: 'pause', months: 3 } },
    { id: 'switching', label: 'Found something better', icon: '👋',
      offer: { type: 'discount', percent: 50, duration: 6 } },
    { id: 'missing-feature', label: 'Missing features', icon: '🔧',
      offer: { type: 'human', message: "PM will reach out today" } },
    { id: 'other', label: 'Other', icon: '💬',
      offer: { type: 'discount', percent: 30, duration: 3 } },
  ]
})

Reason → Offer Mapping

ReasonOffer TypeWhat the customer sees
💰Too expensive
💰 Big Discount
50% off for the next 6 months
😴Not using it
⏸️ Long Pause
Take 3 months off — on us
👋Found something better
💰 Big Discount
50% off for the next 6 months
🔧Missing features
🚀 Priority Support
Priority feature request
💬Other
💰 Discount
30% off for 3 months while we improve

Other Templates

SaaS Standard

The most popular cancel flow template. Covers price objections, feature gaps, and low usage with sma...

View →

High-Ticket Enterprise

Designed for enterprise and high-ARPU products. Prioritizes human escalation and generous discounts ...

View →

Freemium Downgrade

Instead of full cancellation, offer a free tier downgrade. Perfect for products with freemium models...

View →

Use this template — free

Copy the code above, join the waitlist for your API key, and start saving customers today.

Get Early AccessRead the Docs →