files_upload
Upload files to Fastmail's WebDAV storage by providing a destination path and base64-encoded content. Specify the MIME type for proper file handling.
Instructions
Upload a file to Fastmail Files (WebDAV).
Args: path: Destination path (e.g. "/Documents/report.pdf"). content: Base64-encoded file content. content_type: MIME type of the file (default: application/octet-stream).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| content | Yes | ||
| content_type | No | application/octet-stream |