Kvindo™ Cloud Docs


Language

Attachment

A Comment Attachment is a file uploaded with a Ticket Comment — a screenshot, log file, or configuration excerpt. You supply the bytes as base64 at creation, and the file becomes downloadable afterwards from a generated URL.

Key concepts

File name / type — the original filename and MIME type (spec.fileName, spec.fileType)

Content — the file bytes, base64-encoded (spec.fileContentBase64); write-only — it is never returned on read

Download URL — a generated link to fetch the file after upload (status.downloadUrl)

Parameters
UI Name API / kc name Terraform name Optional Format Default Is read only Description
File name spec.fileName spec.file_name No string No Original filename
File type spec.fileType spec.file_type No string No MIME type, e.g. text/plain
Content spec.fileContentBase64 spec.file_content_base64 Yes string (nullable) No File bytes base64-encoded; write-only, never returned on read
Download URL status.downloadUrl status.download_url string (nullable) Yes Generated link to download the file
Examples

Terraform

Python SDK


Related pages

Resource docs

More in this section

Reference

An unhandled error has occurred. Reload 🗙