How to call rest API from the Google form

0
I want to store the data of google form into mendix app on clicking the submit button of Google form, for that I want to call rest api from google form, I have search a lot in net and youtube, but I don’t get proper solution for this , can anybody tell me , how to do this
asked
1 answers
0

I dont think this is a question for Mendix forum. Because you want to make the google form execute a REST API call.

So you must actually google for calling REST API from google forms. Except you are developing the REST API with mendix.

Any ways refer: 

https://stackoverflow.com/questions/53136247/google-form-make-post-request-on-submission

https://badlywired.com/2016/03/integrating-google-forms-to-external-api/

 

answered