Send a quote by email
Renders the quote PDF and emails it to a recipient while logging the delivery result.
/api/orders/{orderId}/send-quoteRenders the quote PDF and emails it to a recipient while logging the delivery result.
Path Parameters
Order identifier.
"ord_123"Request Body
application/json
Request payload for Send a quote by email.
Order identifier whose quote will be sent.
"ord_123"Recipient email addresses for the quote. The client can map comma-separated input into this array.
[
"buyer@acme.test",
"purchasing@acme.test"
]Optional reply-to address for the quote email.
Optional email subject. When omitted, the server generates a default quote subject.
Optional custom message body shown in the email above the quote summary.
Whether the current sender should be added in copy (CC) when their email is available.
Optional linked email account id to send through. Omit to use the default transactional sender.
config.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json