Close menu
Explore Plans
Mobile menu Close menu
Lemon Squeezy

Subscription renewed

This trigger fires when a Lemon Squeezy subscription successfully renews and a renewal payment is collected. Initial payments are excluded — use New subscription created for those.

Developer info

API endpoint slug
lemon_squeezy.subscription_renewed

Trigger fields

Store Dropdown list

Label
Which store?
Helper text
Lemon Squeezy webhooks are scoped to a single store. Pick the store this Applet should monitor.
Slug
store_id
Required
true
Can have default value
false

Ingredients

Subscription Lemon Squeezy's identifier for the subscription. Use with the Look up subscription query.

Slug
subscription_id
Filter code
LemonSqueezy.subscriptionRenewed.SubscriptionId
Type
String
Example
1234

Customer name

Slug
customer_name
Filter code
LemonSqueezy.subscriptionRenewed.CustomerName
Type
String
Example
Jane Doe

Customer email

Slug
customer_email
Filter code
LemonSqueezy.subscriptionRenewed.CustomerEmail
Type
String
Example
jane@example.com

Renewal amount Renewal payment total, formatted with currency symbol.

Slug
renewal_amount
Filter code
LemonSqueezy.subscriptionRenewed.RenewalAmount
Type
String
Example
$9.99

Currency

Slug
currency
Filter code
LemonSqueezy.subscriptionRenewed.Currency
Type
String
Example
USD

Invoice url Customer-facing renewal invoice URL.

Slug
invoice_url
Filter code
LemonSqueezy.subscriptionRenewed.InvoiceUrl
Type
String
Example
https://app.lemonsqueezy.com/my-orders/abc/subscription-invoices/1

Renewed at

Slug
renewed_at
Filter code
LemonSqueezy.subscriptionRenewed.RenewedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00