ticktick_upload_task_attachment
Upload and attach files to tasks in TickTick by providing task ID, base64 encoded file data, file name, and optional MIME type or description for better organization.
Instructions
Attach files to tasks
Input Schema
Name | Required | Description | Default |
---|---|---|---|
description | No | Description of the attachment | |
file_data | Yes | Base64 encoded file data | |
file_name | Yes | Name of the file | |
file_type | No | MIME type of the file | |
task_id | Yes | ID of the task |