Skip to content

Commit

Permalink
settings for apps not using socket mode
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeg committed Oct 28, 2022
1 parent 2f69db8 commit c393f39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_future/deploy_your_app.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@ While apps using web connections can be started with just the `web` dyno:
$ heroku ps:scale web=1
```

#### Using a public web address
#### Settings for apps not using Socket Mode

Apps using not using Socket Mode require that the **Request URL** is set to an address that can receive events and actions from Slack.
Apps that use a **Request URL** to receive events and actions from Slack should update this URL to match the web address of your new Heroku dyno. Apps that connect over Socket Mode can skip this step.

For this, we will use the "Web URL" found from `heroku info` to update the **Request URL** on both the **Interactivity & Shortcuts** page and the **Event Subscriptions** page for [your Slack app](https://api.slack.com/apps).

Expand Down

0 comments on commit c393f39

Please sign in to comment.