Top Webflow automations
Explore Plans
Mobile menu Close menu
WebflowWebflow

New order

This trigger fires when a new order is placed.

About this trigger

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This trigger fires when a new order is placed.
API endpoint slug
webflow.new_order

Trigger fields

Site ID Dropdown list

Label
Which site?
Slug
site_id
Required
true
Can have default value
false

Ingredients

Customer nameThe name of the customer who placed the order.

Slug
customer_name
Filter code
Webflow.newOrder.CustomerName
Type
String
Example
Joe Smith

Customer emailThe email of the customer that placed the order.

Slug
customer_email
Filter code
Webflow.newOrder.CustomerEmail
Type
String
Example
email@example.com

Order IDThe ID of the order.

Slug
order_id
Filter code
Webflow.newOrder.OrderId
Type
String
Example
71b-380

StatusThe status of the order.

Slug
status
Filter code
Webflow.newOrder.Status
Type
String
Example
unfulfilled

Net amountThe net amount received (in cents).

Slug
net_amount
Filter code
Webflow.newOrder.NetAmount
Type
String
Example
921

Customer paidThe amount that the customer paid (in cents).

Slug
customer_paid
Filter code
Webflow.newOrder.CustomerPaid
Type
String
Example
1000

Product idsThe IDs of the products that were purchased, comma separated.

Slug
product_ids
Filter code
Webflow.newOrder.ProductIds
Type
String
Example
636b2adae501503f7990bac0

Purchased item countThe amount of items that the customer purchased.

Slug
purchased_item_count
Filter code
Webflow.newOrder.PurchasedItemCount
Type
String
Example
1

CommentA comment the customer left with their order.

Slug
comment
Filter code
Webflow.newOrder.Comment
Type
String
Example
I'd like these as soon as possible!

Site IDThe ID of the site.

Slug
site_id
Filter code
Webflow.newOrder.SiteId
Type
String
Example
63572300b21afdbe94778e60

Accepted onThe date and time the order was accepted on.

Slug
accepted_on
Filter code
Webflow.newOrder.AcceptedOn
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00