Close menu
Explore Plans
Mobile menu Close menu
Lemon Squeezy

New order placed

This trigger fires when a new order is placed in your Lemon Squeezy store.

Developer info

API endpoint slug
lemon_squeezy.new_order_placed

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

Order Lemon Squeezy's UUID identifier for the order. Use with the Look up order query.

Slug
order_id
Filter code
LemonSqueezy.newOrderPlaced.OrderId
Type
String
Example
32e70b3e-2640-4d77-8d50-cec25113e3c5

Order number Sequential order number shown in the Lemon Squeezy dashboard.

Slug
order_number
Filter code
LemonSqueezy.newOrderPlaced.OrderNumber
Type
String
Example
1001

Customer name

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

Customer email

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

Product name Name of the first product in the order.

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

Order total Order total, formatted with the store's currency symbol.

Slug
order_total
Filter code
LemonSqueezy.newOrderPlaced.OrderTotal
Type
String
Example
$9.99

Currency

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

Status One of: pending, failed, paid, refunded, partial_refund.

Slug
status
Filter code
LemonSqueezy.newOrderPlaced.Status
Type
String
Example
paid

Receipt url Customer-facing receipt URL on app.lemonsqueezy.com.

Slug
receipt_url
Filter code
LemonSqueezy.newOrderPlaced.ReceiptUrl
Type
String
Example
https://app.lemonsqueezy.com/my-orders/32e70b3e-2640-4d77-8d50-cec25113e3c5

Created at

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