Please add support for slack. In Slack (with Rasa bot connected), custom actions which require more than 3 seconds to run die out and don’t send desired response back to slack. This usually occurs when the actions involve hitting some api endpoints which require more than ‘some time’ to respond back. Any fix in the slack.py file or any other fix would be highly appreciated to counter this http_timeout error.