Visão Geral
Este curso fornece uma introdução prática e aplicada à automação de fluxos de trabalho entre os aplicativos do Google Workspace utilizando o Google Apps Script.
Os participantes aprenderão a criar scripts para conectar e aprimorar ferramentas como Google Sheets, Gmail, Docs, Drive e Calendar, otimizando a produtividade e eliminando tarefas manuais repetitivas.
Por meio de exemplos reais, o aluno entenderá como simplificar operações empresariais, criar automações inteligentes e integrar diversos serviços Google de forma eficiente.
Conteúdo Programatico
Module 1: Introduction to Google Apps Script
- Overview of Google Apps Script platform
- Understanding the script editor and Google Cloud environment
- Script structure and project management
- Running, debugging, and deploying scripts
Module 2: Working with Google Sheets
- Reading and writing data programmatically
- Automating data entry and formatting
- Creating custom menus and functions
- Handling multiple sheets and ranges
- Building simple dashboards
Module 3: Automating Gmail Tasks
- Sending automatic emails with GmailApp
- Creating personalized email templates
- Managing inbox and labels
- Scheduling and triggering automated notifications
Module 4: Automating Google Drive
- Creating and managing folders and files via script
- Searching, copying, and moving files programmatically
- Managing file permissions and sharing
- Drive automation workflows
Module 5: Working with Google Docs and Calendar
- Generating dynamic documents from templates
- Automating document creation with data from Sheets
- Scheduling calendar events automatically
- Sending calendar invites through scripts
Module 6: Triggers and Event Automation
- Understanding simple and installable triggers
- Time-driven automation (scheduled tasks)
- Event-based automation (on edit, on form submit, etc.)
- Error handling and notifications
Module 7: Integrating External APIs
- Using
UrlFetchApp to call external APIs
- Working with JSON data
- Authenticating with API tokens
- Combining Google Workspace data with third-party services
Module 8: Project – Building an End-to-End Workflow
- Designing an automation process across Gmail, Sheets, and Drive
- Implementing logging and error recovery
- Deploying the automation
- Sharing and maintaining scripts