I am trying to utilize the integration between Google Forms and NetSuite by using Google Cloud, but I am having a hard time finding answers to a couple questions.
Let's make this short and sweet...
1.) Does this integration (Using Google Cloud) automatically create new leads within NetSuite when a Google Form is filled out on our website? Or is this something we will have to manually input each time?
2.) Can I set up notification so my team and I know when someone has filled out a form?
TIA for all responses!
Hi, you can achieve this by following these 2 steps:
1. Setup Webhook trigger and the Netsuite connector task in Application Integration https://cloud.google.com/application-integration/docs/configure-webhook-trigger
2. Setup script and trigger in google forms, which sends the webhook, following https://medium.com/@eyalgershon/sending-a-webhook-for-each-google-forms-submission-a0e73f72b397
With this each submission will trigger application integration flow, Email task can be added for notifications