Send out an email

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

Sends the specified message to the recipients as specified in the email.

Scopes: mail:write

Rate Limit Label: MEDIUM

Not supported in Gov cluster

Request Body

{"raw"=>"<string>", "labelIds"=>["<string>", "<string>"], "sendTime"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;threadId&quot;:&quot;\u003cstring\u003e&quot;,&quot;labelIds&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;]}