Google Apps Script receiver #169
gloriouslyawkwardlife
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
You can use the following Google Apps Script, set up as a web app, as a receiver. This is an example that simply saves the incoming JSON as a timestamped file in Google Drive (the first line of the function), but you can change that first command to parse the JSON and do whatever you like (add to a database, Google Sheet, Big Query, &c.). I do recommend setting the send interval to a long value as doing it every few minutes can max out your Apps Script quota.
Beta Was this translation helpful? Give feedback.
All reactions