Logo
Zoom Public API Documentation

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status OK

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



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

ENDPOINTS