Fügt eine Nachricht ähnlich wie IMAP APPEND direkt nur in das Postfach dieses Nutzers ein. Dadurch werden die meisten Scans und Klassifizierungen umgangen. Es wird keine Nachricht gesendet.
HTTP-Anfrage
Upload-URI für Medien-Uploadanfragen: POST https://gmail.googleapis.com/upload/gmail/v1/users/{userId}/messages
Metadaten-URI, für Anfragen, die nur Metadaten enthalten: POST https://gmail.googleapis.com/gmail/v1/users/{userId}/messages
Markieren Sie die E-Mail als endgültig gelöscht (nicht im Papierkorb) und nur in Google Vault für einen Vault-Administrator sichtbar. Wird nur für Google Workspace-Konten verwendet.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2024-09-05 (UTC)."],[[["Directly inserts a message into the user's mailbox, similar to `IMAP APPEND`, bypassing most scanning and classification."],["Supports two types of requests: uploading media content (`POST /upload/...`) and sending metadata only (`POST /...`)."],["Requires providing the user's email address (`userId`) as a path parameter and offers optional query parameters to control internal date source and deletion behavior."],["The request and response bodies both utilize the `Message` resource for structuring email data."],["To authorize, you'll need one of the specified OAuth scopes related to Gmail access and modification."]]],[]]