Product Catalogue from Website

(Sioulis Nick) #1

What is the fastest and best way to load all website products to flow xo. (not many, around 100)
The idea is to have a flow like:

  • Product Catalogue (triggered word)
  • Categories (example: PC - Laptop - Accessories)
  • Products (photo - availability - price - and a keyword)
    under that product have the options “Order Now” “More Products” “Main Menu”

Is it possible to make it get this info from an xml that can upload to my server or need manual everytime?
Can someone do this for me?

(Daniel Beckett) #2

@Sioulis_Nick

If you have data hosted on your own server then the Webhooks & HTTP service could be used to retrieve it; see Using Data from the Web in Flow XO for reference.

An easier solution may be to use the integrated Google Sheets service to store your data instead. You could then use search rows to pull through results to match keyword triggers.