invoices_attachments
Generate a concise meta description for the invoices_attachments tool that starts with the action, uses clear problem-solution phrasing, avoids superlatives, and stays under 200 characters.
Instructions
Download a file attachment from an invoice. Returns base64-encoded binary data with the MIME type. Get attachment UUIDs from invoices_get (the "attachments" array). Supports PDF, images, Word, Excel, ZIP, and other file types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | Invoice UUID | |
| companyId | No | Company UUID override (uses active company if not set) | |
| attachmentId | Yes | Attachment UUID (from invoices_get attachments array) |