Skip to content

Google Apps Script that appends a JSON object to a spreadsheet as columns

Notifications You must be signed in to change notification settings

formsort/google-sheets-json-webhook-receiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

google sheets / slack json webhook receiver

Google Apps Script that appends a JSON object to a Google Sheets spreadsheet as columns, suitable for use as a formsort webhook integration.

Also allows setting a Slack webhook to be pinged when receiving a result.

features

  • runs entirely within your Google Apps domain
  • automatically creates new columns if new data fields appear in the JSON body
  • always adds a received_at column to mark when data was received by the script

setup

  1. Make a new Google Sheet you want to use for your answers. Keep it blank.
  2. Go to https://script.google.com and create a new script.
  3. Paste the Code.gs in this respository into the Code.gs of that project
  4. Update the SPREADSHEET_URL variable at the top with the URL of your spreadsheet. If you'd like a slack webhook to be pinged when the webhook is processed, enabled the Incoming Webhooks App on slack and then replace SLACK_URL with the webhook URL. If you're not using one or another, set it to null;
  5. Debug the script, to ensure it's connected, by clicking Debug in the toolbar with the test function selected. You should see a row added to the output.
  6. Publish the script, using Deploy > New deployment, with the following settings:
    • Type: Web app
    • Execute as: Me
    • Who has access: Anyone (Don't worry, the URL is unique and only you will have it.)
  7. Copy the web app URL, which starts with https://script.google.com and ends with /exec, to Formsort's webhook url in the integrations section.
  8. To test the configuration end-to-end, use the Send test webhook button.
  9. Deploy any variants in the flow that you'd like to start using this.
  10. You do not need to update the spreadsheet or script settings when you change the flows - columns will automatically be added or removed as needed.

About

Google Apps Script that appends a JSON object to a spreadsheet as columns

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published