This message was deleted.
# platform-toolbox
s
This message was deleted.
a
we wrote something similar to this at the old workplace does it use the slack webscokets for communication?
a
Hey @Andrei Hawke no websockets just good ol' fashioned HTTP listening to slash commands 😉 https://github.com/pauwels-labs/slack-bot/blob/eed9796263a2ecc3cf792f44c04f49a95fa4ae69/pkg/slack/bot.go#L58
a
We found that using websockets was a better experience as it allowed use to deploy our tool in K8s without exposing an ingress and be able to react to slack commands
something to look 😄