Create Trello card when SendOwl issues a refund
This trigger fires when you issue a refund on a SendOwl order.
Developer info
- API endpoint slug
- sendowl.new_refund_issued
Trigger fields
Product Dropdown list
- Label
- Product
- Helper text
- Choose a product to watch refunds for, or select "All products" to catch every refund.
- Slug
- product
- Required
- true
- Can have default value
- false
Ingredients
Order number The SendOwl order number that was refunded.
- Slug
- order_number
- Filter code
- Sendowl.newRefundIssued.OrderNumber
- Type
- String
- Example
- 12345
Buyer name The name of the buyer who was refunded.
- Slug
- buyer_name
- Filter code
- Sendowl.newRefundIssued.BuyerName
- Type
- String
- Example
- Jane Doe
Buyer email The email address of the buyer.
- Slug
- buyer_email
- Filter code
- Sendowl.newRefundIssued.BuyerEmail
- Type
- String
- Example
- jane@example.com
Amount The amount refunded, as a numeric value in string form.
- Slug
- amount
- Filter code
- Sendowl.newRefundIssued.Amount
- Type
- String
- Example
- 19.00
Currency The ISO 4217 currency code of the refund.
- Slug
- currency
- Filter code
- Sendowl.newRefundIssued.Currency
- Type
- String
- Example
- USD
Refunded at When the refund was issued.
- Slug
- refunded_at
- Filter code
- Sendowl.newRefundIssued.RefundedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
