Skip to content

Instantly share code, notes, and snippets.

View laurentades's full-sized avatar

Laurent Adès laurentades

View GitHub Profile
@akash1810
akash1810 / slack-hook.gs
Last active October 13, 2021 13:42
Google Apps Script to post a message to Slack when someone responds to a Google Form.
/**
* 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>