File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
213226This package is available as open source under the terms of the [ MIT License] ( http://opensource.org/licenses/MIT ) .
You can’t perform that action at this time.
0 commit comments