Send Gmail emails for new Wix orders
This trigger fires when a new order is placed on your Wix store. Requires Wix Stores on a paid Wix Business plan.
Developer info
- API endpoint slug
- wix.new_order
Trigger fields
No fields for this trigger
Ingredients
Order The internal Wix order ID.
- Slug
- order_id
- Filter code
- Wix.newOrder.OrderId
- Type
- String
- Example
- ord-abc123
Order number The human-readable order number shown to the customer.
- Slug
- order_number
- Filter code
- Wix.newOrder.OrderNumber
- Type
- String
- Example
- 10042
Buyer email Email address of the buyer.
- Slug
- buyer_email
- Filter code
- Wix.newOrder.BuyerEmail
- Type
- String
- Example
- buyer@example.com
Buyer name Full name of the buyer.
- Slug
- buyer_name
- Filter code
- Wix.newOrder.BuyerName
- Type
- String
- Example
- Jane Doe
Order total Formatted order total including currency.
- Slug
- order_total
- Filter code
- Wix.newOrder.OrderTotal
- Type
- String
- Example
- $49.99
Currency ISO 4217 currency code.
- Slug
- currency
- Filter code
- Wix.newOrder.Currency
- Type
- String
- Example
- USD
Payment status Payment status of the order.
- Slug
- payment_status
- Filter code
- Wix.newOrder.PaymentStatus
- Type
- String
- Example
- PAID
Order status Status of the order.
- Slug
- order_status
- Filter code
- Wix.newOrder.OrderStatus
- Type
- String
- Example
- APPROVED
Line items summary Comma-separated list of line items, with `(xN)` appended when the quantity is greater than 1.
- Slug
- line_items_summary
- Filter code
- Wix.newOrder.LineItemsSummary
- Type
- String
- Example
- Blue T-Shirt (x2), Black Jeans
Order created date When the order was created.
- Slug
- order_created_date
- Filter code
- Wix.newOrder.OrderCreatedDate
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
