Logo
Zoom Public API Documentation

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status OK

{ "id": "<string>", "threadId": "<string>", "labelIds": [ "<string>", "<string>" ] }



Curl
curl -X POST 'https://api.zoom.us/v2/emails/mailboxes/:email/drafts/send' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"id":"\u003cstring\u003e","message":{"raw":"\u003cstring\u003e"}}'

ENDPOINTS