Upload file part
kommo_files_upload_partUpload a base64-encoded file chunk to the provided absolute URL to continue Kommo file upload sessions.
Instructions
Upload a chunk to an absolute upload URL returned by create session. Body is base64-encoded bytes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| upload_url | Yes | Absolute upload URL from the session | |
| data_base64 | Yes | Base64-encoded binary chunk |