b24_disk_file_upload
Upload a file to a Bitrix24 Disk folder by specifying the folder ID, file name, and base64-encoded content.
Instructions
Sube un archivo a una carpeta del Disk de Bitrix24.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Nombre del archivo incluyendo extensión | |
| folder_id | Yes | ID de la carpeta destino | |
| webhook_url | No | ||
| content_base64 | Yes | Contenido del archivo en Base64 | |
| personal_webhook | No | Личный webhook для записи (иначе read-only). https://<portal>/rest/<id>/<token>/. |