Built-in tool for reading files attached to notes in Plot.
Files are uploaded by clients via POST /files which creates an
ActionType.file entry on a note. Connectors call read() during outbound
(e.g. onNoteCreated) to retrieve those bytes and send them to the source
system.
For inbound attachments, connectors emit ActionType.fileRef actions and
implement Connector.downloadAttachment — no upload tool is needed because
inbound bytes never enter Plot's R2 storage.
Built-in tool for reading files attached to notes in Plot.
Files are uploaded by clients via POST /files which creates an ActionType.file entry on a note. Connectors call read() during outbound (e.g. onNoteCreated) to retrieve those bytes and send them to the source system.
For inbound attachments, connectors emit ActionType.fileRef actions and implement Connector.downloadAttachment — no upload tool is needed because inbound bytes never enter Plot's R2 storage.