This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* ABOUT | |
* Google Apps Script to post a message to Slack when someone responds to a Google Form. | |
* | |
* Uses Slack incoming webhooks - https://api.slack.com/incoming-webhooks | |
* and FormsResponse - https://developers.google.com/apps-script/reference/forms/form-response | |
* | |
* | |
* AUTHOR | |
* Akash A <github.com/akash1810> |