freshbooks_send_estimate
Send an estimate by email directly to a client. Set confirm to true to deliver; omit it to preview the email without sending.
Instructions
Email an estimate to the client, by sending FreshBooks' action_email on the estimate (PUT estimates/estimates/{id} with {"estimate": {"action_email": true, …}}). This puts mail in a client's inbox, so it requires confirm: true to execute; without it returns a dry-run preview and makes no network call. Omitting email_recipients lets FreshBooks use the client's own address. Returns the re-fetched estimate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Estimate id | |
| body | No | Custom email body | |
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. | |
| subject | No | Custom email subject | |
| email_recipients | No | Recipient addresses. Omit to let FreshBooks send to the client's address on file. |