Skip to content

Commit 294f7d8

Browse files
Update notifications.md (#10346)
1 parent e128e9d commit 294f7d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notifications.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1259,7 +1259,7 @@ composer require laravel/slack-notification-channel
12591259

12601260
Additionally, you must create a [Slack App](https://api.slack.com/apps?new_app=1) for your Slack workspace.
12611261

1262-
If you only need to send notifications to the same Slack workspace that the App is created in, you should ensure that your App has the `chat:write`, `chat:write.public`, and `chat:write.customize` scopes. If you want to send messages as your Slack App, you should ensure that your App also has the `chat:write:bot` scope. These scopes can be added from the "OAuth & Permissions" App management tab within Slack.
1262+
If you only need to send notifications to the same Slack workspace that the App is created in, you should ensure that your App has the `chat:write`, `chat:write.public`, and `chat:write.customize` scopes. These scopes can be added from the "OAuth & Permissions" App management tab within Slack.
12631263

12641264
Next, copy the App's "Bot User OAuth Token" and place it within a `slack` configuration array in your application's `services.php` configuration file. This token can be found on the "OAuth & Permissions" tab within Slack:
12651265

0 commit comments

Comments
 (0)