POST {{baseUrl}}/emails/mailboxes/:email/messages?deleted=<boolean>
Directly inserts a message into this mailbox. Scopes: Rate Limit Label: Not supported in Gov cluster mail:write
MEDIUM
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>"
]
} |
ENDPOINTS