Reject a quote
setell_reject_quoteRecord a rejected quote with explicit confirmation, capturing the loss reason to improve pricing.
Instructions
Mark a quote REJECTED — the customer's no (by: CUSTOMER, default) or the operator withdrawing (by: OWNER). ALWAYS ask why the deal was lost and pass the reason — loss reasons feed the pricing learning loop. Get an explicit yes, then call with confirmed: true. Records a LOST outcome.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | No | Who said no (default CUSTOMER). | |
| reason | No | Why the deal was lost. | |
| quoteId | Yes | The quote being rejected. | |
| confirmed | Yes | Must be true, only after the operator explicitly confirmed. |