Hello,
I was using this interactive message example from botkit's example folder. Everything works except just one thing that is what request url should be there under Slack App > Interactive Message > Request URL parameter ? I'm testing this locally, but I would like to know how one can put the url to validate or process the action buttons.
Currently, by clicking on the buttons it says...
...because this app is missing a request URL

The request url should be something like https://www.YOUR_HOSTNAME.com/slack/receive
If youre using localtunnel to expose a port from a development machine to slack, then it will be something like https://YOUR_SUBDOMAIN.localtunnel.me/slackreceive
The request URL is configured inside the slack dashboard, at this link:
It would be awesome if the requestURL could be sent along with the message, and have slack open a browser window with the URL that is passed.
@jackson-sandland That's more of a Slack platform request! We will gladly support any supported platforms' provisioning API's as they become available.