Call RASA action from Javascript

Hi, I want to run an action in rasa when a button is clicked in my website(javascript). Thanks for the help!

As per my understand, you can’t call action directly from JavaScript… Using Rasa API concepts you can send utterance to Rasa Server and get reply.