The File objectCopy PageA file object represents a file hosted on Gorgias's servers. You can upload files to attach them to messages. File properties content_type string The content type of the file. name string The name of the file. size integer The size of the file (in bytes). url url The URL of the file. File example object JSON{ "content_type": "image/png", "name": "package-damaged.png", "size": "784554", "url": "https://gorgias.io/attachments/package-damaged.png" }Updated about 2 months ago Retrieve an eventUpload filesDid this page help you?YesNo