Number of APIs: 6
1. Update the specified draft email
PUT {{baseUrl}}/emails/mailboxes/:email/drafts/:draftId
Replaces a draft email's content. Scopes: Rate Limit Label: Not supported in Gov cluster mail:write
MEDIUM
2. Delete an existing draft email
DELETE {{baseUrl}}/emails/mailboxes/:email/drafts/:draftId
Immediately and permanently deletes the specified draft. Scopes: Rate Limit Label: Not supported in Gov cluster mail:write
LIGHT
3. List emails from draft folder
GET {{baseUrl}}/emails/mailboxes/:email/drafts?includeSpamTrash=<boolean>&maxResults=<integer>&pageToken=<string>&q=<string>
Lists the draft messages in the mailbox. Scopes: Rate Limit Label: Not supported in Gov cluster mail:read
MEDIUM
4. Get the specified draft email
GET {{baseUrl}}/emails/mailboxes/:email/drafts/:draftId?format=full
Retrieves the specified draft. Scopes: Rate Limit Label: Not supported in Gov cluster mail:read
LIGHT
POST {{baseUrl}}/emails/mailboxes/:email/drafts
Creates a new draft email message. Scopes: Rate Limit Label: Not supported in Gov cluster mail:write
MEDIUM
POST {{baseUrl}}/emails/mailboxes/:email/drafts/send
Sends the specified draft. Scopes: Rate Limit Label: Not supported in Gov cluster mail:write
MEDIUM
ENDPOINTS