zeph_file
Upload text content and push it as a file to a user's device. Use for logs, reports, or code snippets.
Instructions
Send a text file to the user's device. The content is uploaded and delivered as a file push. Use for logs, reports, code snippets, or any text content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileName | Yes | File name with extension (e.g., "report.txt", "output.json") | |
| content | Yes | Text content of the file | |
| title | No | Notification title (defaults to fileName) | |
| targetDeviceId | No | Target device ID. Omit to use configured default or send to all devices. |