kaiten_create_card_file
Create a card attachment on Kaiten by registering an external file URL, with support for Google Drive, Dropbox, Box, OneDrive, and Yandex Disk.
Instructions
Create a file attachment on a card by URL. This registers an external file link as a card attachment (does not upload binary data). File types: 1=attachment, 2=googleDrive, 3=dropBox, 4=box, 5=oneDrive, 6=yandexDisk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the file. | |
| name | Yes | Display name of the file. | |
| size | No | File size in bytes. | |
| type | No | File type: 1=attachment, 2=googleDrive, 3=dropBox, 4=box, 5=oneDrive, 6=yandexDisk. | |
| card_id | Yes | Card ID. | |
| card_cover | No | Set this file as the card cover image. | |
| sort_order | No | Sort order of the file in the list. | |
| custom_property_id | No | Custom property ID to associate the file with. |