Skip to content
Use case· 4 steps

How do I get notified of MRR changes in Slack?

When subscriptions are created, upgraded, or cancelled in Stripe, post an MRR-delta message in Slack. Daily roll-up of total MRR change for the team.

How it works

Set up "Slack alerts on MRR changes" in 4 steps

  1. 1
    Subscription events
    Stripe Subscription Created, Updated, Cancelled.
  2. 2
    Calculate delta
    Compute MRR change: new tier price - old tier price (or +full price on create, -full on cancel).
  3. 3
    Slack alert
    Send to #revenue: '+$500 MRR — [Customer] upgraded to Pro'
  4. 4
    Daily roll-up
    8pm: total MRR change for the day → Slack post with breakdown.
FAQ

Common questions about this recipe

Should I include test mode events?
Filter to livemode=true. Test events would spam the channel with fake MRR moves.