Automation recipesBeta
In this guide, we provide recovery and retention automation recipes to give you an idea of how to use automations in different scenarios, for new and experienced users. To get an overview of the different triggers, filter conditions, and actions available, see Recovery and retention automations.
Custom dunning flow for annual subscribers
Increase your recovery rate by customizing dunning behavior based on billing interval, invoice amount, or customer segment. For example, you might want to grant longer grace periods to annual or high-value customers, or retry more frequently for a specific customer segment. Automations allows you to make these customizations:
- Click New automation.
- Give the automation a descriptive name, like “Annual subscriber dunning.”
- Select the Subscription payment fails as the trigger.
- (Optional) Choose the conditions that must be met for the automation to run. In this case, Subscription interval is: yearly.
- Add the Start retry policy action, and select + Create new retry policy in the dropdown. Choose Smart Retries for subscriptions and retry up to 8 times within 2 months.
- (Optional) Add a delay of 7 days as an additional grace period for manual outreach.
- Add the Cancel subscription action.
- Add the Mark invoice uncollectible action (which makes it a write-off for Revenue Recognition).
Notify your team when high value invoices are overdue
To improve cash flow and customer communications, keep track of high-value unpaid invoices. This recipe automates notifications for high-value invoices, enabling your team to take proactive measures to encourage the customer to pay the outstanding invoice. You can implement this by following these steps:
- Click New automation.
- Give the automation a descriptive name, like “Notify Collections team of high-value late invoices.”
- Select the Invoice is overdue as the trigger.
- Add a filter condition to select invoices greater than $500.
- Add a Send email action and select a recipient using the company email domain.
- Write a short memo such as “Invoice over $500 is overdue by X days” in the memo field.
Modify this recipe to meet your specific business needs, such as adjusting the overdue dollar amount and length of overdue period. The recipient must use the company email domain or be a user on the Stripe account.
Email a confirmation when a subscription is canceled
To enhance customer communication, automatically send subscribers a confirmation email when their subscription is canceled.
Sending the confirmation email doesn’t prevent churn, but it can help to maintain a positive customer relationship and provide an opportunity to gather the cancellation reason, which allows you to further improve your service.
Here’s how you can set the recipe up with automations:
- Click New automation.
- Give the automation a descriptive name, like “Subscription cancellation confirmation.”
- Select the Subscription is canceled as the trigger.
- (Optional) Add a filter condition to restrict the automation by customer segment, subscription product or plan, or subscription amount if desired.
- Select the Send email to customer action.
- Stripe provides a predefined email template for the confirmation email. The email includes the subscription details and confirms the cancellation date. You can optionally include a link to a cancellation reason survey.
Schedule custom webhooks before quote expiry
Automate your workflow by configuring custom webhooks to trigger n
number of days before a quote expires. By using automations, you can schedule a custom quote.will_expire
webhook to integrate with your internal tool or API, which in turn can kick off certain processes or send notifications. Here’s how to set it up:
- Click New automation.
- Give the automation a descriptive name, like “Custom webhook before quote expiry.”
- Select the Quote is scheduled to expire as the trigger.
- Select the Send webhook action. Add delays to schedule how often Stripe sends the webhooks.