This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 4
Send data to Google Spreadsheet
Started 9 years ago by kentrichardson | 5 posts |
-
I'm looking for some direction to send data to a Google Spreadsheet. Is this something I can accomplish with webhooks? I saw examples for MailChimp and others, but wondering if anyone has an idea for Google Docs.
Posted 9 years ago # -
You're referring to the "submit data to another website" - I suspect it could be done but no idea how.
It might be better rather than waiting on a response on the forum to ask Appnitro directly - submit a support ticket below.
Posted 9 years ago # -
Unfortunately, the webhook doesn't support OAuth2 authentication, which is required by Google.
MachForm Founder
Posted 9 years ago # -
Uh... used: https://wiki.base22.com/pages/viewpage.action?pageId=72942000 for another form, and does not require authentication at all.
Posted 8 years ago # -
Yeah, but the method used there is not the formal and reliable way to send data to Google Forms.
You'll need to constantly monitor Google Forms front-end implementation (such as the form URL and possibly the form field names) and update your form accordingly. Otherwise it will break your forms.
Basically it's just a workaround.
The correct and reliable way to integrate with Google is using their API here:
https://developers.google.com/google-apps/productsMachForm Founder
Posted 8 years ago #
Reply
You must log in to post.