google-schemas

Action button not showing when sending to other gmail account

爷,独闯天下 提交于 2021-02-19 01:29:16
问题 My ViewAction button is working fine when using the Apps Script to send the email to myself. (Same gmail account as logged in) function testSchemas() { var htmlBody = HtmlService.createHtmlOutputFromFile('mail_template').getContent(); MailApp.sendEmail({ to: "myemail@gmail.com", subject: 'Test Actions in the Inbox - ' + new Date(), htmlBody: htmlBody }); } When setting another gmail account as recipient, the action button won't display. I've tried several gmail accounts. By the look of it,

Why a departure date in Flight Reservation schema-section in email is wrong?

懵懂的女人 提交于 2020-06-29 04:27:08
问题 Client got a transaction email with flight tickets information. Documents in attachment are OK - departure is on 3rd of June Microdata sent in FlightReservation schema is OK, too (you can see it in screenshot #1) But the client saw in panel in Gmail that the departure is on 4th of June. The arrival date is moved for one day forward, too. P.S. about google schema https://developers.google.com/gmail/markup/reference/flight-reservation 来源: https://stackoverflow.com/questions/62154621/why-a

Gmail API not respecting UTF encoding in subject

二次信任 提交于 2020-02-23 12:24:37
问题 In an app I'm helping develop we've added in the ability for a user to invite other users and personalize the invitation email, and then send it via Gmail's APIs. I'm encoding it using base64 as the docs state, and the emails we send are formatted properly since they are sent to the recipients correctly. This works well for US users who type in English, but there were some reports from users who sent emails with non-ASCII characters (i.e. in Hebrew) having their emails garbled when sent. I

Gmail Markup for Multiple Events

半城伤御伤魂 提交于 2020-02-22 07:19:26
问题 I'm developing event markup using json-ld to be included with confirmation emails. Some of my events are recurring at regular intervals. However, recurring events are not supported by the latest Schema.org specifications so I've followed the advice offered here: http://lists.w3.org/Archives/Public/public-vocabs/2011Dec/0062.html and decided to embed a json list of the individual events. The json-ld passes the tests in the Email Markup Tester provided by google (https://www.google.com

Gmail Markup for Multiple Events

◇◆丶佛笑我妖孽 提交于 2020-02-22 07:19:12
问题 I'm developing event markup using json-ld to be included with confirmation emails. Some of my events are recurring at regular intervals. However, recurring events are not supported by the latest Schema.org specifications so I've followed the advice offered here: http://lists.w3.org/Archives/Public/public-vocabs/2011Dec/0062.html and decided to embed a json list of the individual events. The json-ld passes the tests in the Email Markup Tester provided by google (https://www.google.com

EventReservation markups doesn't show in Gmail

僤鯓⒐⒋嵵緔 提交于 2020-01-25 03:40:40
问题 I've tried to recreate the Flight and EventReservation examples with the AppScript Quickstart Tutorial. The Flight example (https://developers.google.com/schemas/reference/flight-reservation) is displayed in Gmail, works great, but the EventReservation example (https://developers.google.com/schemas/reference/event-reservation) is not displayed at all! Flight markup was working with JSON-LD and Microdata format as well. I've tried EventReservation with all 5 examples on the page with Microdata

Google now Hotel reservation (LodgingReservation) image markup

醉酒当歌 提交于 2020-01-03 05:16:07
问题 I'm trying to insert a google now hotel reservation card using lodgingReservation schema in my hotel's confirmation email. It seems working all, but in my iphone I can't see the hotel image I've insert in the json. I read all the google documentation but I didn't find a working example with image display of an hotel reservation, only an image of the final result. Here's an example: <html> <head> <script type=3D"application/ld+json"> { "@context": "http://schema.org", "@type":

Invoice Receipts in Gmail for Answers In Search

独自空忆成欢 提交于 2019-12-25 06:02:56
问题 I was creating code at google scripts https://goo.gl/pKUc7D to test order / invoice reciept markup from Google's own documentation at https://developers.google.com/gmail/markup/reference/order It did not work. I could be missing something? The structured data testing tool gave me green checks for everything in the script textarea. I'm going to github the results to share with anyone else who runs whmcs billing software. 回答1: I'm not familiar with WHMCS billing software and how it works. I

Invoice Receipts in Gmail for Answers In Search

谁说胖子不能爱 提交于 2019-12-25 06:00:31
问题 I was creating code at google scripts https://goo.gl/pKUc7D to test order / invoice reciept markup from Google's own documentation at https://developers.google.com/gmail/markup/reference/order It did not work. I could be missing something? The structured data testing tool gave me green checks for everything in the script textarea. I'm going to github the results to share with anyone else who runs whmcs billing software. 回答1: I'm not familiar with WHMCS billing software and how it works. I

AppIdentityError: Wrong recipient while verifying Bearer token

吃可爱长大的小学妹 提交于 2019-12-25 05:43:41
问题 We are using One Click Action Email Markup in our application. Our email has been white-listed the email id (XXX@YYY.com) from which we are sending the emails. We are getting AppIdentityError: Wrong recipient, when we try to verify the Bearer Token. Complete stacktrace: File "./app/components/happier_pages/py/lib/oauth2client/util.py", line 142, in positional_wrapper return wrapped(*args, **kwargs) File "./app/components/happier_pages/py/lib/oauth2client/client.py", line 1706, in verify_id