Hello !
I just installed botpress on windows and and I just wanted to try to connect a bot to slack. I tried the slack integration with the welcome-bot following this tutorial : https://botpress.com/docs/channels/slack
I created a https link with ngrok and set it up on the externalUrl
field in botpress.config.json, I enabled the channel-slack module in “data/global/config/channel-slack.json” and put in the SigningSecret from my Slack app. I restarted the bp and slack channel seems to be enabled.
But then when I go to the Events subscription page of my slack app to configure callback setting up the request URL like this : https://5723d863b41e.ngrok.io/api/v1/bots/welcome-bot/mod/channel-slack/bots/welcome-bot/events-callback as showed in the docs, it doesn’t respond :
on Ngrok :
debug log : ( I also tried with “/api/v1/bots/welcome-bot/mod/channel-slack/bots/welcome-bot/events-callback”
Is there something I’m missing ?
Thank you