Can I download all attachments from a thread at once?
No. Plain does not support downloading all attachments from a thread in one go. You download attachments one at a time from the thread timeline.
Download an attachment
- Open the thread in Plain.
- Find the message in the timeline that contains the attachment.
- Click the attachment to open the download prompt.
- Confirm to save the file to your device.
Download attachments through the API
To retrieve attachments programmatically, use the createAttachmentDownloadUrl mutation in the GraphQL API. It generates a presigned download URL for one attachment by its ID. There is no batch download endpoint, so call the mutation once for each attachment ID.