ticktick_upload_task_attachment
Attach files to tasks in TickTick by providing task ID, file data, and file name. Add descriptions and specify file types to organize task-related documents and media.
Instructions
Attach files to tasks
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ID of the task | |
| file_data | Yes | Base64 encoded file data | |
| file_name | Yes | Name of the file | |
| file_type | No | MIME type of the file | |
| description | No | Description of the attachment |