Connect Stripe to Brew so subscription and payment events trigger automations. Send onboarding when a customer subscribes, recover failed payments with dunning sequences, win back churned users.Documentation Index
Fetch the complete documentation index at: https://docs.brew.new/llms.txt
Use this file to discover all available pages before exploring further.
What you can do
- Trigger automations from Stripe events. Kick off email flows when subscriptions are created, payments fail, customers cancel
- Personalize with billing context. Reference plan, amount, and customer details inside emails
- Recover revenue. Dunning and win-back automations fire automatically without you wiring up webhooks
Setup
In Brew, go to Integrations and click the Stripe card. You’ll be redirected to Stripe to authorize Brew to listen to events from your account. Brew never sees your Stripe API keys.Brew only listens for events. It can’t create charges, refund payments, or modify subscriptions.
Triggering automations
Once connected, Stripe events show up as available triggers in the automation builder. Pick a Stripe event when configuring a flow’s trigger.Supported events
Brew supports the following Stripe events as automation triggers:checkout.session.async_payment_succeededcheckout.session.async_payment_failedcheckout.session.completedcustomer.createdcustomer.updatedcustomer.deletedcustomer.subscription.createdcustomer.subscription.pausedcustomer.subscription.resumedcustomer.subscription.trial_will_endcustomer.subscription.deletedinvoice.paidinvoice.payment_failedinvoice.upcomingquote.finalizedquote.acceptedquote.canceled
Common patterns
| Goal | Stripe event |
|---|---|
| Welcome new subscriber | customer.subscription.created |
| Dunning for failed payments | invoice.payment_failed |
| Notify before trial ends | customer.subscription.trial_will_end |
| Win-back on cancel | customer.subscription.deleted |
| Pre-renewal reminder | invoice.upcoming |
| Quote follow-up | quote.finalized, quote.accepted, quote.canceled |
Requirements
- A Stripe account with admin access (needed to authorize OAuth)
- Live mode connected for production automations; test mode is supported for testing
Need Help?
Our team is ready to support you at every step of your journey with Brew. Choose the option that works best for you:- Self-Service Tools
- Talk to Our Team
Search Documentation
Type in the “Ask any question” search bar at the top left to instantly find relevant documentation pages.
ChatGPT/Claude Integration
Click “Open in ChatGPT” at the top right of any page to analyze documentation with ChatGPT or Claude for deeper insights.