How to use Recharge quick actions
Last updated: March 11, 2025
Overview
Use Recharge's Quick Action URLs to help your customers manage their subscriptions!
Using the templating syntax {{ trigger.function() }} you can create dynamic links and buttons to dynamic subscription management actions in any campaign or automation email.
Read on to lean more about quick actions.
Before getting started
Set up your Shopify integration
Set up your Recharge integration
Add a Quick Action URL to an Email
In this example, we'll add a URL that takes customers to their subscription portal. See below for all available quick actions.
To add a quick action URL to an email:
Add the following text to your email: {{ trigger. }}
After the . and before the }, enter the URL function of the quick action you want to use (for example, if you want to link customers to their subscription pages, your URL function will read as
{{ trigger.getShopifyViewCustomerPortalURL(page = 'subscriptions') }})Click the preview button to make sure the URL renders properly.
Available Quick Action URLs
See Recharge's detailed instructions on adding your store's variables to quick action URLS.
Description | Notes | URL function |
Link customer to their subscriptions page | | |
Ship next scheduled subscription order immediately | | |
Skip next scheduled subscription | | |
Delay next scheduled delivery | Set | |
Add a specified product to the next scheduled subscription order | Set | |
Change specified subscription | Set | |
Reactivate customer's canceled subscription | | |
Apply a specified discount to next order | Set | |
Reactivate a canceled order with specified discount | Set | |
Reactivate a canceled order with specified product | Set | |