Holded inbox
holded_inboxList, retrieve, upload, download, update, attach, or delete incoming scanned documents in Holded, with filtering by status, date, and user.
Instructions
Incoming documents scanned by Holded. Actions: list (status, start_date, end_date, user_id), get, upload (file_path), download (filename, output_path), update, attach (data.documentId, data.documentType), delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Record id (24 hex characters) | |
| data | No | Payload for create and update actions, following the Holded v2 request contract | |
| limit | No | Page size, 1 to 200 (default 50) | |
| action | Yes | ||
| cursor | No | Cursor from the previous page to continue listing | |
| status | No | ||
| confirm | No | Required for gated actions. The first call without it sends nothing and explains what would happen. | |
| user_id | No | ||
| end_date | No | ||
| filename | No | Stored filename for download | |
| file_path | No | Local file to upload | |
| start_date | No | ||
| output_path | No |