Skip to content

Commit ecb15cb

Browse files
Joel GerberJoel Gerber
authored andcommitted
Document interactive component configuration
1 parent 3e3340d commit ecb15cb

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,20 @@ Command | Description | Usage Hint
207207

208208
#### Interactive Components
209209

210-
WIP
210+
You can follow the instructions (and read helpful related information) on the
211+
[Handling user interaction in your Slack apps](https://api.slack.com/interactivity/handling)
212+
page on Slack to setup Slack interactive component configuration. When
213+
configuring the request URL, you'll want to set it to the Base-URI that pybot
214+
is listening on followed by the text _/slack/actions_. For example:
215+
216+
https://supersecret.serveo.net/slack/actions
217+
218+
You'll also want to make sure to configure the report message action with the
219+
following parameters:
220+
221+
Name | Description | Callback ID
222+
---- | ----------- | -----------
223+
Report Message | Report this message to admins | report_message
211224

212225
## License
213226
This package is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)