Skip to main content

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.

Connect Stripe to Brew so subscription and payment events trigger automations - send onboarding when a customer signs up, recover failed payments, or win back churned users.

What You Can Do

  • Trigger automations from Stripe events - kick off email flows when subscriptions are created, payments fail, or 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

Connecting Stripe

1

Go to Integrations

Open the Integrations page from the sidebar in Brew.
2

Click Connect on Stripe

Find Stripe in the integrations list and click Connect. You’ll be redirected to Stripe to authorize the connection.
3

Authorize access

Sign in to Stripe and grant Brew read access to your customers, subscriptions, and events. This uses OAuth - Brew never sees your Stripe API keys.
Brew only listens for events. It cannot create charges, refund payments, or modify subscriptions.

Triggering Automations

Once connected, Brew listens for Stripe events and uses them as triggers for automations. Supported events include:
  • customer.subscription.created - someone starts a new subscription
  • customer.subscription.updated - plan changes, upgrades, downgrades
  • customer.subscription.deleted - subscription canceled
  • invoice.payment_failed - payment failed (good for dunning)
  • invoice.payment_succeeded - successful billing cycle
  • customer.created - new Stripe customer
  • checkout.session.completed - one-time purchase or new subscription via Checkout
In any Brew automation, pick a Stripe event as the trigger and Brew will fire the flow whenever that event lands in your account.
Use send this email when a subscription is canceled in chat and Brew will scaffold the automation with the right Stripe trigger pre-selected.

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:

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.