files_get
Download a file from Fastmail Files by specifying its path; returns the file content as base64 for immediate use.
Instructions
Download a file from Fastmail Files (WebDAV), returned as base64.
Args: path: Path to the file (e.g. "/Documents/report.pdf").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |