Hey guys, I'm still sort of new to programming. I ...
# 🌎general
h
Hey guys, I'm still sort of new to programming. I need my bot to communicate something to my website. I want my bot to make a list of best possible matches out of a table by using the answers the user has given. I then want the bot to communicate that list of product matches to my website, and have those specific products be shown on a product page. I already have built the bot that can make the matches. It puts the best matches in a workflow variable. How do I now communicate those variables to my website, so it can show them on a product page? First step is, how do I communicate the list of products to my website? Thanks!