You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: