Recerc

Send a quote by email

Renders the quote PDF and emails it to a recipient while logging the delivery result.

POST/api/orders/{orderId}/send-quote

Renders the quote PDF and emails it to a recipient while logging the delivery result.

Path Parameters

orderId*string

Order identifier.

Example"ord_123"

Request Body

application/json

Request payload for Send a quote by email.

orderId*string

Order identifier whose quote will be sent.

Example"ord_123"
recipientEmails*array<>

Recipient email addresses for the quote. The client can map comma-separated input into this array.

Example[ "buyer@acme.test", "purchasing@acme.test" ]
replyToEmail?|

Optional reply-to address for the quote email.

subject?|

Optional email subject. When omitted, the server generates a default quote subject.

body?|

Optional custom message body shown in the email above the quote summary.

sendCopyToSender?|

Whether the current sender should be added in copy (CC) when their email is available.

emailAccountId?|

Optional linked email account id to send through. Omit to use the default transactional sender.

config?|

config.

[key: string]?never

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json