So, as I said I need to to do the following in a messenger bot using Chatfuel.
- Get an input from the user
- Save it in a "user input" in Chatfuel
- Take this input and search in the first row in google sheet
- If found return the "text" in the second row in messenger
- If not, return a saved block from Chatfuel
I know how to do the first two steps but I struggle from the third.
My question is How to do the last three steps using any of Python, JSON or Chatfuel integrations.
I had searched for any source to learn something that helps me but I only ended up watched 10+ videos about chatfuel, google spreedsheets, APIs & JSON. And nothing led me to an answer, I even tried to ask in a programming facebook group but no answer also.