[Tutorial] Use Google Sheets as CMS for your Voice App


#1

Learn how to use Google Spreadsheets as a content management system (CMS) for your Alexa Skills and Google Actions with the Jovo CMS integration.


This is a companion discussion topic for the original entry at https://www.jovo.tech/tutorials/google-sheets-cms

#2

Hello,

I would like to know if the data is synchronize in real time.

ie if when a data load in the google sheet it will directly change in the program with AWS ?


#3

It’s usually cached into the app object, but you can set caching: false in the config. Take a look here: https://www.jovo.tech/docs/cms/google-sheets#caching


#4

Ok thank you for your reply !