Stripe and Slack: Subscription Revenue Summary Template
A weekly Spojit workflow that totals your active Stripe subscriptions and posts a clean MRR summary to Slack so the team can track subscription health at a glance.
What It Builds
A Schedule trigger fires once a week and a Stripe Connector node lists every active subscription. A Transform node totals recurring monthly revenue and works out new, churned, and net MRR against the prior run, then a Slack Connector node posts the summary to your chosen channel.
The Prompt
Paste this into Miraxa and it builds the workflow, connecting the tools for you:
Build a workflow that runs every Monday at 9am, lists all active Stripe subscriptions, totals the recurring monthly revenue, calculates new, churned, and net MRR since last week, and posts a summary to the #revenue Slack channel.
Connectors Used
- Schedule trigger - runs the workflow on a weekly cadence.
- Stripe - lists active subscriptions and their plan amounts.
- Slack - posts the formatted revenue summary to a channel.
Customize It
Change the day and time in the prompt to suit your reporting rhythm, swap #revenue for your team's channel, and adjust which figures appear: add ARR, average revenue per account, or a count of trials. You can also filter to a single Stripe product or currency without writing a second prompt.
Tips
- Run the Stripe node in Direct mode for the subscription list so there is no AI cost on the lookup itself.
- Give your Stripe connection read access so it can enumerate subscriptions and plans.
- Confirm the Schedule time zone matches your team so the summary lands at the start of the workday.