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
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
| Accept
| string | | |
RESPONSES
status: OK
{"id":"\u003cstring\u003e","threadId":"\u003cstring\u003e","labelIds":["\u003cstring\u003e","\u003cstring\u003e"]}