Method: users.messages.send
指定したメールを、To
、Cc
、Bcc
ヘッダーの受信者に送信します。使用例については、メールの送信をご覧ください。
HTTP リクエスト
- メディア アップロード リクエスト用のアップロード URI:
POST https://gmail.googleapis.com/upload/gmail/v1/users/{userId}/messages/send
- メタデータ URI(メタデータのみのリクエストの場合):
POST https://gmail.googleapis.com/gmail/v1/users/{userId}/messages/send
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
userId |
string
ユーザーのメールアドレス。特別な値 me を使用すると、認証済みユーザーを示すことができます。
|
リクエスト本文
リクエストの本文には Message
のインスタンスが含まれています。
レスポンスの本文
成功した場合、レスポンスの本文には Message
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープのいずれかが必要です。
https://mail.google.com/
https://www.googleapis.com/auth/gmail.modify
https://www.googleapis.com/auth/gmail.compose
https://www.googleapis.com/auth/gmail.send
詳細については、承認ガイドをご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-05 UTC。
[null,null,["最終更新日 2024-09-05 UTC。"],[[["This API endpoint allows sending emails to specified recipients using the `To`, `Cc`, and `Bcc` headers, with usage examples available in the Sending email guide."],["It accepts HTTP POST requests to either upload media or send metadata, utilizing gRPC Transcoding syntax and requiring a `userId` path parameter representing the sender's email address."],["The request body should contain a `Message` object defining the email content, and a successful response will return the sent `Message` object."],["Authorization is required using one of the listed OAuth scopes, including `https://mail.google.com/` or those granting Gmail modification, composing, or sending permissions."]]],[]]