Questions tagged [gmail-addons]

Questions related to Gmail Add-ons, the modern developer platform that allows custom sidebars and buttons to be added to the Gmail user interface.

A Gmail Add-on is a standalone Google Apps Script project. Its purpose is to improve productivity and help the user perform an action directly from the Gmail page without leaving it.

The language used, Google Apps Script, is a server-side scripting language based on JavaScript 1.6. All add-ons use a "card"-style UI, to enable a common appearance on all platforms.

387 questions
-1
votes
1 answer

Navigating between two cards

I am making a gmail add-on where I am trying to navigate between two cards in gmail ad don using google App script. But i am getting a error. Error with the add-on. Run time error. Object does not have property - /​Card/​header. [line:…
Tharaka
  • 13
  • 1
  • 6
-1
votes
1 answer

Build a Gmail Add-on which can be opened without first opening an e-mail, and can manipulate labels

I am currently very interested in Gmail Add-on development. My problem is that I want to build an add-on which can read multiple emails and makes it possible to create filters and labels. The Add-on should always be visible, not only after opening…
user1410569
  • 13
  • 1
  • 7
-1
votes
1 answer

Closing a card on Gmail Add-on

I would like to programmatically close the add-on after clicking a button. Is is possible to close the addon programmatically? Thank you
kambi
  • 3,291
  • 10
  • 37
  • 58
-1
votes
1 answer

Retrieve Account's email address in a Gmail app

I'm writing a Gmail add-on and I need the email address of the user's account. How can I retrieve it using appsscript?
kambi
  • 3,291
  • 10
  • 37
  • 58
-1
votes
1 answer

Extracting raw message in Gmail apps-script

In my Gmail-addon, I want to be able to read the raw (MIME) message of the current email. How can I do that?
kambi
  • 3,291
  • 10
  • 37
  • 58
-1
votes
2 answers

Google app script,gmail addon anchor with onclick method

I have create simple gmail addon using google script,in that i have struggle here, how to use onclick methond in anchor when we click anchor tage we need perform some action,i have checked the document, i couldn't find any methods The below code i…
Robert
  • 3,373
  • 1
  • 18
  • 34
-1
votes
1 answer

How can I update widget from CardSection?

I am trying to update widget from CardSection, but I have no ideas to do this task https://i.stack.imgur.com/mizle.jpg. Anyone have an idea how can I do this?
Simon
  • 87
  • 9
-2
votes
1 answer

Events or operations in gmail add ins

I'm trying to create a Gmail web add-in using apps-script in which I am trying to do the following things: make an API call on receiving an email. label emails. move emails to spam. get all emails of a specific folder. Is this possible? If Yes…
ashwani gupta
  • 140
  • 1
  • 8
-2
votes
1 answer

Whitelisting an email address using gmail add-ons

Is there any API available to whitelist a particular email adddress using gmail add-ons?
-2
votes
1 answer

REGEX find all text within custom tags

I would like to create a Gmail application that captures all text within this custom tag The tag is What pattern might I use. Of course the text within the tag is variable. Thanks in…
ChaChaMan
  • 39
  • 1
  • 5
-3
votes
1 answer

Gmail Add on for Salesforce

I am looking for a Gmail add-on which can show the Salesforce page in the Gmail right side panel. I tried using Apps-script but giving an error like "need permissions to fetch the URl". Any help is appreciated. Please let me know if anyone has…
-4
votes
1 answer

Want to send a copy of outgoing mail to my manager gmail account automatically

I have tried this using google script but it doesn't work. I want to make any application or through API which will help me with this function. Whenever i am sending any mail a copy of that should automatically go t my manager's gmail account. How…
SNEHA JHA
  • 11
  • 1
1 2 3
25
26