Download document attachment
download_document_attachmentGet a temporary download URL for any document attachment by supplying document type, document ID, and attachment ID. Access Moneybird files directly without storing them.
Instructions
Return a temporary download URL for one attachment of a document. Get the attachment ids from the document itself with get_purchase_invoice, get_receipt or the matching get tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes | ||
| attachment_id | Yes | ||
| document_type | Yes | ||
| administration_id | No | Administration to act on. Defaults to the administration this server was configured with; call list_administrations to discover the available ids. |