Hello Team!. I’m using the REST Api in order to debug and understand the behavior of the bot for implementing my own frontend.
So far, using postman I was able to get proper responses from the bot with doing a POST to “http://0.0.0.0:5005/webhooks/rest/webhook” with the following JSON content:
{
"sender": "test_user",
"message": "hey"
}
My question now is, what do I need to send in this POST message if the options given by the response of the BOT are associated with buttons?
Thanks