Cloud Functions and the Google Docs API to generate documents
Writing and updating documents can be a cumbersome task that requires a lot of manual work. By automating this process using the Google Docs API and Google Cloud functions, this flow can be significantly optimized and save your business valuable time. By creating templates, key values that are stored in your application’s back-end can be merged into a perfectly styled Google Document. In this course we’ll dive into the required steps to set up this process.
Topics that will be discussed are:
- Customer Case Mysueño
- Authentication to keep your documents secure
- Creating a Google Docs template
- Updating the Google Docs template using the Google Docs API
- Calling the service using Google Cloud Functions