gmail-contextual-gadgets

Google app script,gmail addon remove user properties while uninstall addon [duplicate]

我们两清 提交于 2020-12-27 06:32:44
问题 This question already has answers here : Handling persistent user-specific values in Gmail Add-ons (2 answers) Closed 3 months ago . I have create simple gmail addon using google script,in that i have struggle here, i have used UserProperties,the problem is, i have store some user level script values.while uninstall addon,we need remove UserProperties Thanks in advance 回答1: I do not think there is an uninstall event. According to the docs it is not listed in the Add-on lifecycle or the list

Google app script,gmail addon remove user properties while uninstall addon [duplicate]

蹲街弑〆低调 提交于 2020-12-27 06:32:22
问题 This question already has answers here : Handling persistent user-specific values in Gmail Add-ons (2 answers) Closed 3 months ago . I have create simple gmail addon using google script,in that i have struggle here, i have used UserProperties,the problem is, i have store some user level script values.while uninstall addon,we need remove UserProperties Thanks in advance 回答1: I do not think there is an uninstall event. According to the docs it is not listed in the Add-on lifecycle or the list

Email template - target specific email client (gmail)

為{幸葍}努か 提交于 2020-05-14 09:42:23
问题 I am building an email template and I am wondering if it is possible to target specific email clients (for example Gmail) to display content only when the email is viewed using those specific clients. For example, is there a way to display this only to email viewed in gmail? <div class="gmailOnly">This text will be displayed in Gmail only</div> Thank you! 回答1: It's possible to target Gmail and Inbox for the moment. You need to take advantage of the fact that the HTML is modified before it

Email template - target specific email client (gmail)

|▌冷眼眸甩不掉的悲伤 提交于 2020-05-14 09:41:07
问题 I am building an email template and I am wondering if it is possible to target specific email clients (for example Gmail) to display content only when the email is viewed using those specific clients. For example, is there a way to display this only to email viewed in gmail? <div class="gmailOnly">This text will be displayed in Gmail only</div> Thank you! 回答1: It's possible to target Gmail and Inbox for the moment. You need to take advantage of the fact that the HTML is modified before it

Accessing attachments using gmail contextual gadgets

守給你的承諾、 提交于 2019-12-21 05:05:39
问题 I'd like to save an email, along with attachments, from Gmail (Google Apps) to another database for CRM-like functionality. However, according to the docs, "Extractors can not read email attachments". My question: Is it possible to somehow use some type of identifier from the email (such as EmailTimeExtractor) and use that to pull the attachments using IMAP? I'm not very familiar with contextual gadgets yet and just wanted to know if what I'm trying to do is possible before diving in too far!

GMail Contextual Gadget not working

空扰寡人 提交于 2019-12-19 03:42:41
问题 I'm trying to deploy a contextual gadget in my domain. I have followed the development guides but the gadget does not show up. I think that the problem is about "Data access": event if the installation seems to go smooth, in the Google Apps console the data access section of the gadget shows a red X. If I try to grant access by pressing the specific link, nothing happens and a blank page appears. I am using a superadmin user. I have tried in two different domains with no success. Here the is

Permissions error using UrlFetchApp in Gmail Add-on

时间秒杀一切 提交于 2019-12-18 20:04:12
问题 I am just starting to try building a new Gmail Add-on, and am running into the following error message: "You do not have permission to call fetch" This happens when testing the add-on in the Script Editor, and also when deployed inside my Gmail. Here is a sample of the code: function getContextualAddOn(e) { var API_KEY = 'TESTKEY'; var URL = 'https://[REDACTED]'; var options = { 'method' : 'post', 'contentType': 'application/json', 'headers': { 'x-api-key': API_KEY }, 'payload' : JSON

Gmail contextual gadget

删除回忆录丶 提交于 2019-12-18 11:13:21
问题 I guess question one is - is it actually possible to create a contextual gadget for gmail right now? I have spent the last 2 days solid reading the (very out of date) documentation backwards and forwards, and every forum post I could find on the topic. I have tried everything I and see nothing, not even a hint of an error message that might point me in the right direction. These are the steps I have been following, starting at the start, and going step by step when logged into my google apps

Gmail contextual gadget broken

五迷三道 提交于 2019-12-18 10:56:32
问题 In the last few days there appeared to be a problem with the Gmail contextual gadget , that uses the messageID extractor.This gadget has been functional in our production Gmail environment for a few years, but now it seems to be broken, probably due to some unexpected change on the Google side. I tested it in two distinct domains and it is not working properly. What happens: The window of the contextual gadget does not appear in the main Gmail interface But when the message is opened in a

Getting the sender name in gmail contextual gadget

你说的曾经没有我的故事 提交于 2019-12-08 05:16:05
问题 I’m developing a gmail contextual gadget to get name and email of sender’s email, but I have problem to get name of sender.I tried different ways: 1.Using Custom Extractor It seems obsoleted and I can not find where I can upload my manifest.xml with custom extractor at “Google Apps Marketplace SDK”. Any Idea!!?? 2. Using pre-canned extractors I defined google.com:SenderEmailExtractor and select “Mail-Sender Address and Mail-Sender Name” scope.Unforthunatly, I just get sender’s email in google