Upon the release of Fluid Topics version 5.2 on October 20th, 2025, the following changes apply:
- All events related to attachments and triggered after the release have the
ATTACHMENTtype. - All events related to attachments and triggered before the release accept the
MAP_ATTACHMENTtype.
Example
Below are the fields for the document.download event:
[
{
"document": {
"id": "~P4PYSpVD1CkBb7HvqnbHQ",
"title": "download.jpeg",
"type": "ATTACHMENT",
"metadata": [],
"mimeType": "image/jpeg",
"parentId": "oM6Iz2NNbQr26hw6mcfrGA"
},
"location": {
"type": "page",
"value": "reader"
}
}
]