I would like to automatically forward or export all private messages I receive from a NEWS BOT in Slack.
It can be forwarded to email, webhook, telegram or just exported in JSON, doesn't matter.
I tried creating a bot using Slack' events, but it can't listen to my private messages.
What's the best way to achieve this?
PS: using channels won't work, as the NEWS BOT only sends me the updates via DM.
Thanks!