attach_file_to_document
Attach a file to a Holded document by specifying document type, ID, and base64-encoded file content.
Instructions
Attach a file to a document
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docType | Yes | Type of document | |
| filename | Yes | Name of the file | |
| documentId | Yes | Document ID | |
| fileBase64 | Yes | File content as base64 encoded string |