Explore Plans
Mobile menu Close menu
Lemon Squeezy

New subscription created

This trigger fires when a new subscription is created in your Lemon Squeezy store.

Developer info

API endpoint slug
lemon_squeezy.new_subscription_created

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.newSubscriptionCreated.SubscriptionId
Type
String
Example
1234

Customer name

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

Customer email

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

Product name

Slug
product_name
Filter code
LemonSqueezy.newSubscriptionCreated.ProductName
Type
String
Example
Pro Plan

Variant name Plan variant name (e.g. "Monthly" or "Annual").

Slug
variant_name
Filter code
LemonSqueezy.newSubscriptionCreated.VariantName
Type
String
Example
Monthly

Status One of: on_trial, active, paused, past_due, unpaid, cancelled, expired.

Slug
status
Filter code
LemonSqueezy.newSubscriptionCreated.Status
Type
String
Example
active

Billing anchor Day of the month invoices are collected (1–31).

Slug
billing_anchor
Filter code
LemonSqueezy.newSubscriptionCreated.BillingAnchor
Type
String
Example
15

Trial ends at Set when the subscription is on trial; otherwise blank.

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

Renews at Next renewal date.

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

Created at

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