quotes.send
Generate a shareable link for a quote and optionally send it to the client via SMS and/or email. Marks the quote as Sent. Returns the public URL clients can view and accept.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quoteId | Yes | Quote ID to share. Required. Must be in Draft or Sent status. | |
| sendSms | No | Also send the quote link via SMS to the client phone number. Defaults to false. Consumes 1 SMS credit. | |
| sendEmail | No | Also send the quote link via email to the client email. Defaults to false. Consumes 1 email credit. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| smsSent | No | Whether SMS was sent successfully | |
| quoteUrl | No | Public URL where the client can view and accept the quote | |
| emailSent | No | Whether email was sent successfully |