Get data from a Google Sheet within a Google Home Action?

2k views Asked by At

Developing a small action for my Google Home with Api.ai.

I would like to pull specific data from a Google sheet or some sort of spreadsheet database (Google Sheets seemed like the easiest since it is Google made.) For read back within my Home action.

Is this possible yet? If so how do I go about linking the two?

1

There are 1 answers

1
rekire On

If you implement a custom webhook (see also the api.ai documentation) you can interact with Google sheets too. You just need to think about how you get access to those documents.