Skip to content

Instantly share code, notes, and snippets.

View Soegianto's full-sized avatar

Soegianto Soegianto

  • Cookpad Indonesia
  • Indonesia
  • X @soegia
View GitHub Profile
@Soegianto
Soegianto / slack-hook.gs
Created September 2, 2020 05:13 — forked from akash1810/slack-hook.gs
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>