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

  1. upload xls to gsheet
  2. open script editor
  3. paste in script.gs (Later, we can make these first 3 steps just "make a copy of our sheet").
  4. Publish -> Deploy as web app (Copy URL). Set to execute as "me" and "anyone" has access to the app.
  5. Paste URL into UserInput tab (wonder if there is a way to pull this so the user doesn't have to copy it).
  6. Create bot @ developer.webex.com
  7. Paste bot token into userInput tab
  8. Add Question Type (currently unused), Question Text, Your Name, Your email.
  9. Add a few email addresses to the recipient tab
  10. From the new Poll menu, start poll. See results on recipient tab.
  11. From the poll menu, stop poll.