Skip to content
Help Center home
InboxAsk a human

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

  1. Open the thread in Plain.
  2. Find the message in the timeline that contains the attachment.
  3. Click the attachment to open the download prompt.
  4. 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.