Reference
Remy Reference/agent/sendGmailDraft
?

sendGmailDraft

Send an existing draft from the connected Gmail account.
mindstudio.sendGmailDraft({ draftId }) → Result

Send an existing draft from the connected Gmail account.

Parameters
draftId
string
RequiredGmail draft ID to send
connectionId
string
Google OAuth connection ID
Call from a method
import { mindstudio } from '@mindstudio-ai/agent';

const result = await mindstudio.sendGmailDraft({
  draftId: /* ... */
});