ticktick_upload_task_attachment
Attach files to tasks in TickTick by providing task ID, file data, name, and type. Enables users to manage task-related documents and enhance task details with relevant attachments.
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 |