/gas-handson

gas-handson

Primary LanguageJavaScript

gas-handson

My Google Slide

Quick Start To GAS

Table of Contents

1.About Me

2.Today’s Goal

sendRichMsg.js

See A Demo

3.Overview of Google Apps Script

  • Cloud-based Application Development Platform
  • Based on JavaScript
  • Integrate Easily with Google/Third-Party Apps
  • Also Allows Scripts to Return HTML

4.Get Data From SpreadSheet

getValueRange.js

See A Demo

5.Post Data To Chat App

postOnly.js

See A Demo

6.Appendix

  • Run Apps Script
  • Debug Apps Script
  • Add Libraries
  • Get Incoming Webhook URL
  • Add BOT User
  • Change Permissions
  • Get userID through Tester
  • All Sample Codes