Stripe and Slack: Weekly New-Subscriber Roll-Up Template
A weekly roll-up that counts your new Stripe subscriptions from the past seven days and posts the growth figure to a Slack channel.
What It Builds
A Schedule trigger fires once a week and a Stripe Connector node pulls every subscription created in the last seven days. A Transform node tallies the count and formats a short summary, then a Slack Connector node posts the new-subscriber total to your chosen channel. Spojit wires the whole flow from one prompt, so your team sees growth without anyone running a manual report.
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, counts the new Stripe subscriptions created in the last 7 days, and posts a message to the #growth Slack channel saying how many new subscribers we gained this week.
Connectors Used
- Schedule trigger - runs the roll-up on a weekly cron in your timezone.
- Stripe - lists subscriptions created in the past seven days.
- Slack - posts the new-subscriber count to a channel.
Customize It
Change every Monday at 9am to your preferred cadence, swap #growth for any channel, and widen 7 days to a month for a longer view. You can also ask Miraxa to break the count out by plan or to include trial-to-paid conversions in the same message.
Tips
- Use a Stripe key with read access to subscriptions; this template never writes to Stripe.
- Run the Slack post node in Direct mode so it sends one exact message with no AI cost.
- Confirm your Schedule timezone so the weekly window lines up with your reporting period.