Alerts

Hi, How can i send alert message in chatbot?

what do you mean?

use case: suppose if in my inventory chatbot something has changed,updated stock and got some new records chatbot should give alert or notification message

in current master it is now possible to do this, see rasa/CHANGELOG.rst at master · RasaHQ/rasa · GitHub

endpoint is POST /conversations/{conversation_id}/execute

Hi @amn41,

Here what will be the conversation_id means??

it depends on the channel you are using to communicate with the user, but it is the ID used to keep track of each conversation

can you give me one example please?