Skip to content

Conversation attachment files

Properties of the attachment files in a conversation part

content_typestring

The content type of the file

Example:"application/json"
datastring

The base64 encoded file data.

Example:"ewogICJ0ZXN0IjogMQp9"
namestring

The name of the file.

Example:"test.json"
{ "content_type": "application/json", "data": "ewogICJ0ZXN0IjogMQp9", "name": "test.json" }