G
G
god_dan632021-12-03 20:21:30
Bots
god_dan63, 2021-12-03 20:21:30

Is it possible to create a telegram bot (or otherwise) that receives data from a google form and sends a response depending on the data in a google form?

The bot receives data from a Google form and, based on it, sends a response to the email of the person who filled out the form.

With what can this be done?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey, 2021-12-03
@KingstonKMS

There is such a service - zapier

G
Grigory Boev, 2021-12-04
@ProgrammerForever

Catch the form submit event, and send data to telegram via the API - there is an API - nowhere is easier

A
Alexander, 2021-12-04
@ForestAndGarden

Google Form writes data to a Google Spreadsheet, so you need to dance from here.
Table:

  • the first line is the column headings,
  • the second is formulas for processing data from a Google form (it can also be processed with scripts).

The FormEmailer script is connected to the Google spreadsheet , which will send the desired response to the person who filled out the form.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question