SAPConversationalAI icon indicating copy to clipboard operation
SAPConversationalAI copied to clipboard

How can I connect google forms/sheets to chatbot?

Open tomuskey opened this issue 7 years ago • 1 comments

I need my chat bot understand user input and write the value to a particular cell in google forms or google sheets. How can I do it? p.s. I know there are solutions to convert google forms to 'chat bots' but that is not a solution for me since they can't do anything else

tomuskey avatar Jan 11 '19 11:01 tomuskey

I'm using a backend server to send an HTTP POST request and fill a google form automatically, and then an onEdit event on Google AppScript to update the backend google sheet.

tiulimg avatar Jan 21 '19 15:01 tiulimg