I'm working on a Slack app using Botkit 0.6, and I'm having trouble with getting the events to work. I've tried following the documentation, but I can't make sense of what I specifically need to do in order to pass the Request URL.
The goal of this is to notify the app whenever someone posts a message, then check their userId to see if it matches a list, and if it does, the program advances from there. I have this working for direct messages and direct mentions, so I am just trying to transition it to all messages.
Am I just overlooking something simple? Thanks in advance.