quote_send
Send a quote to client email addresses with a required subject and optional body. Automatically BCCs yourself by default.
Instructions
Send a quote to the client via email. Requires send_to (one or more recipient emails) and email_title; copy_to_self BCCs the authenticated user (defaults to true server-side).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Quote ID (UUID) | |
| send_to | Yes | Recipient email addresses (at least one required) | |
| email_body | No | Email body text (optional) | |
| email_title | Yes | Email subject (required) | |
| copy_to_self | No | BCC the authenticated user (default: true server-side) |