Send Quote Email
Sends a quote email to the specified email address.
The email address in the `email` field must correspond with the buyer's email address on the quote. However, you can use the `ccTo` field to include additional recipients.
Equivalent Storefront GraphQL API Query: `quoteEmail`.
### Quote Email Templates
The request uses the `emailTemplate` field to format the quote contents with one of the pre-built quote email templates. You must enter the exact name of the template in the field.
The following email templates can be used:
* `Default with Checkout Button`
* `Simple with Pictures`
* `Waves with Pictures`
* `Database with checkout button`
* `Modern with checkout link`
* `Modern without checkout link`
The selected template applies to the quote PDF if `withAttach` is specified as `true`.