MailSendDraft

Summary

  • Sends an existing draft email by its id.

Graph Endpoint

  • POST /me/messages/{id}/send

Parameters

Required

  • id: string — The draft message ID.

Usage (app.businessFunction)

app.businessFunction({
  functionName: 'MicrosoftGraph',
  methodName: 'Mail',
  operation: 'SendDraft',
  parameters: { id: 'AAMkAGI2N...' }
})

Response

{ "ok": true, "id": "AAMkAGI2N..." }

Last updated

Was this helpful?