Approve a draft quote (internal)
setell_approve_quoteApprove a draft quote internally; it becomes the live sent version, superseding prior drafts. Requires explicit confirmation and the quote ID.
Instructions
Approve a DRAFT quote internally — it becomes the live SENT version; prior versions are superseded. Does NOT email the customer (use setell_compose_quote + setell_send_quote for delivery). State the quote and total, get an explicit yes, then call with confirmed: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quoteId | Yes | The quote id (not the job id). | |
| confirmed | Yes | Must be true, only after the operator explicitly confirmed. |