I’m new with Rasa stack. I build a simple rasa chatbot(weatherBot) and integrate it with the slack channel. Following the tutorial, I’ve added URL: https://xxxxxx/webhooks/slack/webhook to the Event subscription, which has been verified through both ngrok and rasa server, as shown below:
POST /webhooks/slack/webhook 200 OK
However, I still can’t receive any replies from my rasa bot. Does anyone have ideas why it happens?
Hi,
I have exactly the same problem, the bot works fine in command line. Slack config is OK. And sending from Slack to Rasa is received with 200 OK. But the message back from Rasa to Slack fails.
Hello,
I’m new with Rasa stack. I build a simple rasa chatbot(weatherBot) and integrate it with the slack channel. Following the tutorial, I’ve added URL: https://xxxxxx/webhooks/slack/webhook to the Event subscription, which has been verified through both ngrok and rasa server, as shown below:
POST /webhooks/slack/webhook 200 OK
However, I still can’t receive any replies from my rasa bot. Does anyone have ideas why it happens?
Thanks