Upload attachment chunk
upload_attachment_chunkAppend the next base64-encoded chunk to an in-progress attachment upload, honoring sequential index order to build the complete file.
Instructions
Append the next base64 chunk to an attachment upload, strictly in index order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| upload_id | Yes | ||
| chunk_index | Yes | ||
| data_base64 | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||