Logo
Zoom Public API Documentation

Get Started Fast: Zoom Mail-Get, Create, Update, Delete Email Drafts

Number of APIs: 6


1. Update the specified draft email

PUT {{baseUrl}}/emails/mailboxes/:email/drafts/:draftId

Replaces a draft email's content.

Scopes: mail:write

Rate Limit Label: MEDIUM

Not supported in Gov cluster



2. Delete an existing draft email

DELETE {{baseUrl}}/emails/mailboxes/:email/drafts/:draftId

Immediately and permanently deletes the specified draft.

Scopes: mail:write

Rate Limit Label: LIGHT

Not supported in Gov cluster



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: mail:read

Rate Limit Label: MEDIUM

Not supported in Gov cluster



4. Get the specified draft email

GET {{baseUrl}}/emails/mailboxes/:email/drafts/:draftId?format=full

Retrieves the specified draft.

Scopes: mail:read

Rate Limit Label: LIGHT

Not supported in Gov cluster



5. Create a new draft email

POST {{baseUrl}}/emails/mailboxes/:email/drafts

Creates a new draft email message.

Scopes: mail:write

Rate Limit Label: MEDIUM

Not supported in Gov cluster



6. Send out a draft email

POST {{baseUrl}}/emails/mailboxes/:email/drafts/send

Sends the specified draft.

Scopes: mail:write

Rate Limit Label: MEDIUM

Not supported in Gov cluster



ENDPOINTS