issues
search
stgreenb
/
gat-bot
Google App Script + Webex Teams
Other
2
stars
0
forks
source link
User Documentation
#4
Open
stgreenb
opened
5 years ago
stgreenb
commented
5 years ago
Basic Getting started guide / wiki.
Today its
upload xls to gsheet
open script editor
paste in script.gs (Later, we can make these first 3 steps just "make a copy of our sheet").
Publish -> Deploy as web app (Copy URL). Set to execute as "me" and "anyone" has access to the app.
Paste URL into UserInput tab (wonder if there is a way to pull this so the user doesn't have to copy it).
Create bot @ developer.webex.com
Paste bot token into userInput tab
Add Question Type (currently unused), Question Text, Your Name, Your email.
Add a few email addresses to the recipient tab
From the new Poll menu, start poll. See results on recipient tab.
From the poll menu, stop poll.
Basic Getting started guide / wiki.
Today its