?
getGmailAttachments
Download attachments from a Gmail email and re-host them on CDN.
mindstudio.getGmailAttachments({ messageId }) → Result
Download attachments from a Gmail email and re-host them on CDN.
Parameters
messageId
string
RequiredGmail message ID
connectionId
string
Google OAuth connection ID
Call from a method
import { mindstudio } from '@mindstudio-ai/agent'; const result = await mindstudio.getGmailAttachments({ messageId: /* ... */ });