Logo
Zoom Public API Documentation

Create a new email

POST {{baseUrl}}/emails/mailboxes/:email/messages?deleted=<boolean>

Directly inserts a message into this mailbox.

Scopes: mail:write

Rate Limit Label: MEDIUM

Not supported in Gov cluster

 

Body PARAM

Key Datatype Required Description 
deleted
string Mark the inserting email directly as TRASH if this query parameter is set to true.



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/messages?deleted=<boolean>?deleted=<boolean>' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"raw":"\u003cstring\u003e","labelIds":["\u003cstring\u003e","\u003cstring\u003e"]}'

ENDPOINTS