File

The value describing a file upload set for a custom attribute

type
string
name
string

The name of the file

url
string

The url of the file. This is a temporary URL and will expire after 30 minutes.

content_type
string

The type of file

filesize
integer

The size of the file in bytes

width
integer

The width of the file in pixels, if applicable

height
integer

The height of the file in pixels, if applicable

{ "type": "upload", "name": "Screenshot.png", "url": "https://intercom-attachments-1.com/.../Screenshot.png", "content_type": "image/png", "filesize": 11308309, "width": 3024, "height": 1964 }