You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`id`| Automatically assigned when the attachment is created. |
261
+
|`file_name`| The name of the attached file. |
262
+
|`content_url`| The full URL where the attachment file can be downloaded. |
263
+
|`content_type`| The MIME type of the attachment (for example, `image/png`). |
264
+
|`inline`| Indicates whether the attachment is inline. Inline attachments are excluded from the attachment list but can be referenced within a ticket comment. Default is `false`. |
265
+
|`size`| The file size in bytes. |
266
+
|`received_at`| Timestamp added when data reaches the Segment API. |
| id | This is automatically assigned upon creation. |
262
-
| file_name | The name of the image file. |
263
-
| content_url | A full URL where the attachment image file can be downloaded. |
264
-
| content_type | The content type of the image. Example value: image/png. |
265
-
| inline | If true, the attachment is excluded from the attachment list and the attachment's URL can be referenced within the comment of a ticket. Default is false. |
266
-
| size | The size of the image file in bytes. |
267
-
| received_at | This timestamp is added to incoming messages as soon as they hit Segment API. |
0 commit comments