Custom Actions Not Working. How to integrate the custom Actions

Hi @er.aks31! If you have not stood up your action server, you will want to do that. Make sure to run pip install rasa-sdk, if you have not already done this. Then, please make sure you have specifed in endpoints.yml that your action sever uses:

action_endpoint: 
  url: "http://localhost:5055/webhook"

Finally, you can run rasa run actions in a seperate window, while you are running rasa. You will find more information here and here. Please let me know if this did not solve your issue!

2 Likes