I want to create a simple telegram bot integration with google sheet

I want to create a simple automation. so i have a telegram bot. , whenever a user comes to that bot, they will press start and then a message will pop up saying
"Gm Gm :spider:, Thanks for reaching out.
I am a Botanix Bd Intern and I would love to know more about you, why don’t we start with the name of your project?
Then the user will type the name of his project.
After that the bot will show another message saying can you share the project’s website as well.
then the user will paste their website. in the chat.
Then the bot will ask, are you guys on twitter?
Then the user will type in their twitter handle.
Lastly, i know it’s a lot but can give me a link to your documentation as well please ?
Then the user will past the link to their documentation.
After this the bot will say "Thank you so much for your responses, please give me some time and i will reach out to you. till then please feel free to explore our Telegram community Telegram: Join Group Chat.

Then when all the information is collected , it will go to a Google sheet and in the Google sheet there will be different heading
The heading in the sheet will be ( Name of the project, Website, documentation, Twitter, Telegram handle of the POC)
And all the collected from that telegram will go this google sheet in the respecting heading

But i am unable to do this , as in how to add node for another question and how to save and share data with google sheet

Create your telegram bot.

Have a telegram node for each question the bot asks.

Between each telegram node insert a set node to capture the person’s reply.

Then finally have a google sheet node that writes all the info collected in each set node to your google sheet.

Something like this

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.