Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Slack - Interactive Message requires request url #534

Closed
abinashmohanty opened this issue Dec 6, 2016 · 4 comments
Closed

Slack - Interactive Message requires request url #534

abinashmohanty opened this issue Dec 6, 2016 · 4 comments

Comments

@abinashmohanty
Copy link

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

screenshot 2016-12-06 13 20 06

@jonchurch
Copy link
Contributor

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

@benbrown
Copy link
Contributor

benbrown commented Dec 7, 2016

The request URL is configured inside the slack dashboard, at this link:

https://api.slack.com/apps

@benbrown benbrown closed this as completed Dec 7, 2016
@jackson-sandland
Copy 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.

@peterswimm
Copy link
Contributor

@jackson-sandland That's more of a Slack platform request! We will gladly support any supported platforms' provisioning API's as they become available.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants