?
getGmailDraft
Retrieve a specific draft from Gmail by draft ID.
mindstudio.getGmailDraft({ draftId }) → Result
Retrieve a specific draft from Gmail by draft ID.
Parameters
draftId
string
RequiredGmail draft ID to retrieve
connectionId
string
Google OAuth connection ID
Call from a method
import { mindstudio } from '@mindstudio-ai/agent'; const result = await mindstudio.getGmailDraft({ draftId: /* ... */ });