- Automate
- /
- Slack alerts on MRR changes
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
- 1Subscription eventsStripe Subscription Created, Updated, Cancelled.
- 2Calculate deltaCompute MRR change: new tier price - old tier price (or +full price on create, -full on cancel).
- 3Slack alertSend to #revenue: '+$500 MRR — [Customer] upgraded to Pro'
- 4Daily roll-up8pm: 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.