upload-file
Upload files or images to Zulip workspaces by providing a filename and Base64 encoded content. Specify the MIME type or let the system auto-detect it.
Instructions
Upload a file or image to Zulip.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | Base64 encoded file content | |
content_type | No | MIME type (e.g., 'image/png', 'application/pdf'). Auto-detected if not provided | |
filename | Yes | Name of the file including extension (e.g., 'document.pdf', 'image.png') |