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
พารามิเตอร์เส้นทาง
พารามิเตอร์ |
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."]]],[]]