I would like to use Google Sheets to fill in variable information for my Alexa skill. For instance, I would like to reference a cell in Sheets and use the data in the cell to complete an Alexa response (I only want the cell to provide part of the response, not a complete response). I also aim to use sheets to provide links for audio streaming (mp3 and png link).
How would I go about this? I have seen third party tools that do this but I am hoping to find a native solution. I am new to node.js but is there a way I can use the Google Sheets API in my fulfilment? Any guidance on this issues would be appreciated!