billy_send_invoice
Email an invoice using Billy with optional cc, bcc, subject, message, and PDF attachment. Requires explicit confirmation to execute.
Instructions
Send an invoice by email via Billy. WRITE — requires confirm:true. Email payload: { to: ['email'], cc?, bcc?, subject?, message?, attachPdf? }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| Yes | |||
| confirm | No | REQUIRED to execute. Pass true to actually run the mutation. Without it, this tool returns a dry-run preview of what would happen — explicit second call with confirm:true is needed to write. |