นอกเหนือจากการสร้างอินเทอร์เฟซตามการ์ดเมื่อผู้ใช้อ่านข้อความ Gmail แล้ว ส่วนเสริมของ Google Workspace ที่ขยาย Gmail จะจัดเตรียมอินเทอร์เฟซอีกรายการเมื่อผู้ใช้เขียนข้อความใหม่หรือตอบกลับข้อความที่มีอยู่ ช่วยให้ส่วนเสริมของ Google Workspace บริการเขียนอีเมลให้ผู้ใช้ได้โดยอัตโนมัติ
การเข้าถึง UI การเขียนส่วนเสริม
ดู UI การเขียนของส่วนเสริมได้ 2 วิธี วิธีแรกคือการเริ่มเขียนฉบับร่างหรือการตอบกลับใหม่ขณะที่ส่วนเสริมเปิดอยู่ วิธีที่ 2 คือเริ่มส่วนเสริมขณะเขียนฉบับร่าง
ทั้ง 2 กรณีจะทําให้ส่วนเสริมเรียกใช้ฟังก์ชันทริกเกอร์การเขียนที่เกี่ยวข้องตามที่กําหนดไว้ในไฟล์ Manifest ส่วนเสริม ฟังก์ชันทริกเกอร์การเขียนจะสร้าง UI ของการเขียนสําหรับการดําเนินการเขียน ซึ่ง Gmail จะแสดงต่อผู้ใช้
การสร้างส่วนเสริมการเขียน
คุณสามารถเพิ่มฟังก์ชันเขียนลงในส่วนเสริมได้โดยทําตามขั้นตอนทั่วไปต่อไปนี้
- เพิ่มช่อง
gmail.composeTrigger
ลงในโปรเจ็กต์สคริปต์ส่วนเสริม ไฟล์ Manifest และอัปเดตไฟล์ Manifest ขอบเขต เพื่อรวมรายการที่จําเป็นสําหรับการเขียน - ใช้ฟังก์ชันทริกเกอร์การเขียนที่สร้าง UI ของการเขียนเมื่อทริกเกอร์เริ่มทํางาน ฟังก์ชันทริกเกอร์การเขียนจะแสดงผลออบเจ็กต์
Card
เดียวหรืออาร์เรย์ของออบเจ็กต์Card
ที่ประกอบด้วย UI ของการเขียนสําหรับการดําเนินการเขียน - ใช้ฟังก์ชันเรียกกลับที่เกี่ยวข้องเพื่อแสดงความรู้สึกกับการโต้ตอบ UI ที่เขียนของผู้ใช้ ฟังก์ชันเหล่านี้ไม่ใช่การดําเนินการเขียน (ซึ่งแค่ทําให้ UI การเขียนปรากฏขึ้นเท่านั้น) แต่เป็นฟังก์ชันแต่ละรายการที่ควบคุมสิ่งที่จะเกิดขึ้นเมื่อเลือกองค์ประกอบต่างๆ ของ UI การเขียน ตัวอย่างเช่น การ์ด UI ที่มีปุ่มหนึ่งๆ มักจะมีฟังก์ชันเรียกกลับที่เกี่ยวข้องซึ่งจะทํางานเมื่อผู้ใช้คลิกปุ่มนั้น ฟังก์ชันเรียกกลับสําหรับวิดเจ็ตที่อัปเดตเนื้อหาข้อความร่างควรแสดงผลออบเจ็กต์
UpdateDraftActionResponse
ฟังก์ชันทริกเกอร์การเขียน
UI การเขียนของส่วนเสริมสร้างขึ้นในลักษณะเดียวกับ UI ข้อความของส่วนเสริม โดยใช้บริการการ์ด Apps Script เพื่อสร้างการ์ด และกรอกวิดเจ็ต
คุณต้องใช้ gmail.composeTrigger.selectActions[].runFunction
ที่กําหนดไว้ในไฟล์ Manifest ฟังก์ชันทริกเกอร์การเขียนต้องแสดงผลออบเจ็กต์ Card
เดียวหรืออาร์เรย์ของออบเจ็กต์ Card
ที่ประกอบด้วย UI การเขียนสําหรับการดําเนินการดังกล่าว ฟังก์ชันเหล่านี้คล้ายกับฟังก์ชันทริกเกอร์บริบทและควรสร้างการ์ดในลักษณะเดียวกัน
เขียนออบเจ็กต์เหตุการณ์ทริกเกอร์
เมื่อเลือกการดําเนินการเขียน ฟังก์ชันจะทริกเกอร์ฟังก์ชันการเขียนที่เกี่ยวข้องและส่งออบเจ็กต์เหตุการณ์เป็นพารามิเตอร์ ออบเจ็กต์เหตุการณ์สามารถนําเสนอข้อมูลเกี่ยวกับบริบทส่วนเสริมและฉบับร่างที่เขียนลงในฟังก์ชันทริกเกอร์
ดูรายละเอียดวิธีจัดเรียงข้อมูลในออบเจ็กต์เหตุการณ์ได้ที่โครงสร้างออบเจ็กต์เหตุการณ์ ข้อมูลที่อยู่ในออบเจ็กต์เหตุการณ์จะควบคุมบางส่วนด้วยค่าของช่องไฟล์ Manifest gmail.composeTrigger.draftAccess
ดังนี้
หากช่องไฟล์ Manifest
gmail.composeTrigger.draftAccess
คือNONE
หรือไม่รวมออบเจ็กต์ออบเจ็กต์จะมีเฉพาะข้อมูลขั้นต่ําหากตั้งค่า
gmail.composeTrigger.draftAccess
เป็นMETADATA
ออบเจ็กต์เหตุการณ์ที่ส่งไปยังฟังก์ชันทริกเกอร์การเขียนจะแสดงรายชื่อผู้รับอีเมลที่เขียน
แทรกเนื้อหาลงในฉบับร่างที่ใช้งานอยู่
โดยปกติแล้ว UI ของการเขียนส่วนเสริมของ Google Workspace จะมีตัวเลือก และการควบคุมแก่ผู้ใช้ที่จะช่วยเขียนข้อความ สําหรับกรณีการใช้งานเหล่านี้ เมื่อผู้ใช้เลือก UI แล้ว ส่วนเสริมจะตีความตัวเลือกและอัปเดตฉบับร่างของอีเมลที่ทํางานในปัจจุบันให้สอดคล้องกัน
เราได้ขยายบริการการ์ดด้วยคลาสต่อไปนี้เพื่อให้อัปเดตอีเมลฉบับร่างปัจจุบันได้ง่ายขึ้น
ContentType
- Enum ที่กําหนดว่าจะเพิ่ม HTML ที่เปลี่ยนแปลงไม่ได้, HTML ที่เปลี่ยนแปลงไม่ได้ (ซึ่งผู้ใช้ Gmail แก้ไขไม่ได้) หรือเนื้อหาข้อความธรรมดาUpdateDraftActionResponse
- แสดงถึงการตอบกลับการดําเนินการที่อัปเดตอีเมลฉบับร่างปัจจุบันUpdateDraftActionResponseBuilder
- เครื่องมือสร้างสําหรับออบเจ็กต์UpdateDraftActionResponse
UpdateDraftBodyAction
- หมายถึงการดําเนินการที่อัปเดตเนื้อหาของอีเมลฉบับร่างปัจจุบันUpdateDraftBodyType
- Enum ที่กําหนดการเปลี่ยนแปลงร่างกายUpdateDraftSubjectAction
- แสดงถึงการดําเนินการที่อัปเดตช่องเรื่องของอีเมลฉบับร่างปัจจุบันUpdateDraftToRecipientsAction
- หมายถึงการดําเนินการที่อัปเดตผู้รับ "เป็น" ของอีเมลฉบับร่างปัจจุบันUpdateDraftCcRecipientsAction
- แสดงถึงการดําเนินการที่อัปเดตผู้รับสําเนาในอีเมลฉบับร่างปัจจุบันUpdateDraftBccRecipientsAction
- แสดงถึงการดําเนินการที่อัปเดตผู้รับสําเนาลับของอีเมลฉบับร่างปัจจุบัน
โดยทั่วไป UI การเขียนส่วนเสริมประกอบด้วยวิดเจ็ต "บันทึก" หรือ "แทรก" ที่ผู้ใช้สามารถคลิกเพื่อระบุว่าทําการเลือกใน UI เสร็จแล้ว และต้องการเพิ่มตัวเลือกของตนลงในอีเมลที่เขียน หากต้องการเพิ่มการโต้ตอบนี้ วิดเจ็ตควรมีออบเจ็กต์ Action
ที่เกี่ยวข้องซึ่งสั่งให้ส่วนเสริมเรียกใช้ฟังก์ชันเรียกกลับที่เฉพาะเจาะจงเมื่อมีการคลิกวิดเจ็ต คุณต้องใช้ฟังก์ชันเรียกกลับเหล่านี้ ฟังก์ชันเรียกกลับแต่ละรายการควรแสดงผลออบเจ็กต์ UpdateDraftActionResponse
ที่สร้างขึ้นซึ่งแสดงรายละเอียดการเปลี่ยนแปลงที่ต้องทําในอีเมลฉบับร่างปัจจุบัน
ตัวอย่างที่ 1
ข้อมูลโค้ดต่อไปนี้จะแสดงวิธีการสร้าง UI การเขียนที่อัปเดตเรื่อง ส่วนผู้รับถึง สําเนา และสําเนาลับของฉบับร่างอีเมลปัจจุบัน
/**
* Compose trigger function that fires when the compose UI is
* requested. Builds and returns a compose UI for inserting images.
*
* @param {event} e The compose trigger event object. Not used in
* this example.
* @return {Card[]}
*/
function getComposeUI(e) {
return [buildComposeCard()];
}
/**
* Build a card to display interactive buttons to allow the user to
* update the subject, and To, Cc, Bcc recipients.
*
* @return {Card}
*/
function buildComposeCard() {
var card = CardService.newCardBuilder();
var cardSection = CardService.newCardSection().setHeader('Update email');
cardSection.addWidget(
CardService.newTextButton()
.setText('Update subject')
.setOnClickAction(CardService.newAction()
.setFunctionName('applyUpdateSubjectAction')));
cardSection.addWidget(
CardService.newTextButton()
.setText('Update To recipients')
.setOnClickAction(CardService.newAction()
.setFunctionName('updateToRecipients')));
cardSection.addWidget(
CardService.newTextButton()
.setText('Update Cc recipients')
.setOnClickAction(CardService.newAction()
.setFunctionName('updateCcRecipients')));
cardSection.addWidget(
CardService.newTextButton()
.setText('Update Bcc recipients')
.setOnClickAction(CardService.newAction()
.setFunctionName('updateBccRecipients')));
return card.addSection(cardSection).build();
}
/**
* Updates the subject field of the current email when the user clicks
* on "Update subject" in the compose UI.
*
* Note: This is not the compose action that builds a compose UI, but
* rather an action taken when the user interacts with the compose UI.
*
* @return {UpdateDraftActionResponse}
*/
function applyUpdateSubjectAction() {
// Get the new subject field of the email.
// This function is not shown in this example.
var subject = getSubject();
var response = CardService.newUpdateDraftActionResponseBuilder()
.setUpdateDraftSubjectAction(CardService.newUpdateDraftSubjectAction()
.addUpdateSubject(subject))
.build();
return response;
}
/**
* Updates the To recipients of the current email when the user clicks
* on "Update To recipients" in the compose UI.
*
* Note: This is not the compose action that builds a compose UI, but
* rather an action taken when the user interacts with the compose UI.
*
* @return {UpdateDraftActionResponse}
*/
function applyUpdateToRecipientsAction() {
// Get the new To recipients of the email.
// This function is not shown in this example.
var toRecipients = getToRecipients();
var response = CardService.newUpdateDraftActionResponseBuilder()
.setUpdateDraftToRecipientsAction(CardService.newUpdateDraftToRecipientsAction()
.addUpdateToRecipients(toRecipients))
.build();
return response;
}
/**
* Updates the Cc recipients of the current email when the user clicks
* on "Update Cc recipients" in the compose UI.
*
* Note: This is not the compose action that builds a compose UI, but
* rather an action taken when the user interacts with the compose UI.
*
* @return {UpdateDraftActionResponse}
*/
function applyUpdateCcRecipientsAction() {
// Get the new Cc recipients of the email.
// This function is not shown in this example.
var ccRecipients = getCcRecipients();
var response = CardService.newUpdateDraftActionResponseBuilder()
.setUpdateDraftCcRecipientsAction(CardService.newUpdateDraftCcRecipientsAction()
.addUpdateToRecipients(ccRecipients))
.build();
return response;
}
/**
* Updates the Bcc recipients of the current email when the user clicks
* on "Update Bcc recipients" in the compose UI.
*
* Note: This is not the compose action that builds a compose UI, but
* rather an action taken when the user interacts with the compose UI.
*
* @return {UpdateDraftActionResponse}
*/
function applyUpdateBccRecipientsAction() {
// Get the new Bcc recipients of the email.
// This function is not shown in this example.
var bccRecipients = getBccRecipients();
var response = CardService.newUpdateDraftActionResponseBuilder()
.setUpdateDraftBccRecipientsAction(CardService.newUpdateDraftBccRecipientsAction()
.addUpdateToRecipients(bccRecipients))
.build();
return response;
}
ตัวอย่างที่ 2
ข้อมูลโค้ดต่อไปนี้แสดงวิธีสร้าง UI การเขียนที่แทรกรูปภาพลงในอีเมลฉบับร่างปัจจุบัน
/**
* Compose trigger function that fires when the compose UI is
* requested. Builds and returns a compose UI for inserting images.
*
* @param {event} e The compose trigger event object. Not used in
* this example.
* @return {Card[]}
*/
function getInsertImageComposeUI(e) {
return [buildImageComposeCard()];
}
/**
* Build a card to display images from a third-party source.
*
* @return {Card}
*/
function buildImageComposeCard() {
// Get a short list of image URLs to display in the UI.
// This function is not shown in this example.
var imageUrls = getImageUrls();
var card = CardService.newCardBuilder();
var cardSection = CardService.newCardSection().setHeader('My Images');
for (var i = 0; i < imageUrls.length; i++) {
var imageUrl = imageUrls[i];
cardSection.addWidget(
CardService.newImage()
.setImageUrl(imageUrl)
.setOnClickAction(CardService.newAction()
.setFunctionName('applyInsertImageAction')
.setParameters({'url' : imageUrl})));
}
return card.addSection(cardSection).build();
}
/**
* Adds an image to the current draft email when the image is clicked
* in the compose UI. The image is inserted at the current cursor
* location. If any content of the email draft is currently selected,
* it is deleted and replaced with the image.
*
* Note: This is not the compose action that builds a compose UI, but
* rather an action taken when the user interacts with the compose UI.
*
* @param {event} e The incoming event object.
* @return {UpdateDraftActionResponse}
*/
function applyInsertImageAction(e) {
var imageUrl = e.parameters.url;
var imageHtmlContent = '<img style=\"display: block\" src=\"'
+ imageUrl + '\"/>';
var response = CardService.newUpdateDraftActionResponseBuilder()
.setUpdateDraftBodyAction(CardService.newUpdateDraftBodyAction()
.addUpdateContent(
imageHtmlContent,
CardService.ContentType.MUTABLE_HTML)
.setUpdateType(
CardService.UpdateDraftBodyType.IN_PLACE_INSERT))
.build();
return response;
}