Invia il messaggio specificato ai destinatari nelle intestazioni To, Cc e Bcc. Ad esempio, vedi Invio di email.
Richiesta HTTP
URI di caricamento, per le richieste di caricamento di contenuti multimediali: POST https://gmail.googleapis.com/upload/gmail/v1/users/{userId}/messages/send
URI metadati, per richieste di soli metadati: POST https://gmail.googleapis.com/gmail/v1/users/{userId}/messages/send
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2024-09-05 UTC."],[[["Sends an email message to specified recipients using the Gmail API."],["Requires providing recipient details and message content in the request body as a `Message` object."],["Supports both uploading media and sending metadata-only requests with distinct URIs."],["Needs authorization with specific OAuth scopes like `https://mail.google.com/` or `https://www.googleapis.com/auth/gmail.send`."],["Returns the sent `Message` object in the response body upon successful execution."]]],[]]