Hacker News new | ask | show | jobs
by cafeconleche 4777 days ago
I tried to email the following two examples with a simple SMTP python script:

https://developers.google.com/gmail/schemas/actions/end-to-e... (The html with my own link) https://developers.google.com/gmail/schemas/embedding-schema...

From my account to the same account but it did not render any actions in my gmail inbox. Did any of you guys succeed in making the buttons appear?

5 comments

This is possibly due to the security requirements:

https://developers.google.com/gmail/schemas/actions/securing...

The post you responded to addressed sending an email from one Gmail account to the same Gmail account. If you read the first paragraph [1] of the page you link, you will note that this does not require registration, so that does not appear to be the issue.

[1] We are excited to see how you plan to use schemas in email. You can start testing your own integration today. All schemas you send to yourself (from x@gmail.com to x@gmail.com) will be displayed in Google products. So go ahead and try it out now!

I couldn't even get their online Validator to accept their example code. I'm guessing they're still working on it.
Is it possible Google is rolling out the feature incrementally? You might not fully have the feature yet.
Same here, didn't work. Tried it on an app domain and @gmail.com address as well.