How can I call my api in order to log what questio...
# 🌎general
m
How can I call my api in order to log what questions users are asking so that later on I have a list of questions. I can update my knowledge base accordingly. I belive hooks are the way to go. Is there any tutorial for that? TIA
a
You can use the hooks, with an axios.post(url,data) to your api, or you can use the Botpress api to retrieve questions. No tutorial for this yet as far as I know!