Upload SendOwl orders to Google Drive
This trigger fires when a buyer completes an order in your SendOwl store.
Developer info
- API endpoint slug
- sendowl.new_order
Trigger fields
Product Dropdown list
- Label
- Product
- Helper text
- Choose a product to watch, or select "All products" to fire on every order.
- Slug
- product
- Required
- true
- Can have default value
- false
Ingredients
Order number The SendOwl order number.
- Slug
- order_number
- Filter code
- Sendowl.newOrder.OrderNumber
- Type
- String
- Example
- 12345
Buyer name The name of the buyer who placed the order.
- Slug
- buyer_name
- Filter code
- Sendowl.newOrder.BuyerName
- Type
- String
- Example
- Jane Doe
Buyer email The email address of the buyer.
- Slug
- buyer_email
- Filter code
- Sendowl.newOrder.BuyerEmail
- Type
- String
- Example
- jane@example.com
Products The product or products purchased, comma-separated. Falls back to the product id if a name can't be resolved.
- Slug
- products
- Filter code
- Sendowl.newOrder.Products
- Type
- String
- Example
- My Ebook, Starter Pack
Amount The gross amount paid, as a numeric value in string form.
- Slug
- amount
- Filter code
- Sendowl.newOrder.Amount
- Type
- String
- Example
- 19.00
Currency The ISO 4217 currency code the order settled in.
- Slug
- currency
- Filter code
- Sendowl.newOrder.Currency
- Type
- String
- Example
- USD
Order state The order's status, such as complete, free, or imported.
- Slug
- order_state
- Filter code
- Sendowl.newOrder.OrderState
- Type
- String
- Example
- complete
Created at When the order was created.
- Slug
- created_at
- Filter code
- Sendowl.newOrder.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
