Rehydrate email message attachments from provider
Email
Rehydrate email message attachments from provider
Re-downloads attachment bytes for an email message from the provider and re-uploads them to R2 storage. Used when the stored signed URL expired or the attachment was never persisted locally.
POST
Rehydrate email message attachments from provider
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Tether Message _id whose attachments should be re-downloaded from the provider.
Response
Attachments rehydrated
Returned after POST /api/email/messages/attachments/rehydrate re-uploads provider-side attachments into R2. Includes the updated message and the count of re-uploaded attachments.