Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 381 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 381 Bytes

Documentation will be updated in the future.

Code for reading forms responses was adapted heavily from here

Most of the dependencies were acquired with maven so have fun.

run on form submit

function runWebhook(e){
  UrlFetchApp.fetch("http:// your ip:port/fire")
}