first version
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# Send invoice email (Flow action)
|
||||
|
||||
Triggers `POST /api/flow/send-invoice-email` on the embedded app.
|
||||
Inputs:
|
||||
- `order_id` (commerce object reference, type `order`, required)
|
||||
- `recipient_email_override` (single line text, optional)
|
||||
|
||||
If no invoice exists yet for the order, the endpoint generates one first.
|
||||
Reference in New Issue
Block a user