Skip to content

Commit bbae870

Browse files
committed
include necessary setup for team_join event to readme
1 parent 110544b commit bbae870

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,13 @@ example:
169169

170170
https://supersecret.serveo.net/slack/events
171171

172+
Additional setup may needed depending on the type of events pybot is subscribing to.
173+
For example, in order to work on the app's functionality on a `team_join` event, you need to:
174+
175+
* Add `team_join` to workspace event
176+
* Make sure `greetings` channel exists and ensure the app is invited to the channel
177+
* Add necessary OAuth scopes to the app e.g. `users:read`, `chat:write`, etc.
178+
172179
#### Slash Commands
173180

174181
You can follow the instructions (and read helpful relation information) on the

0 commit comments

Comments
 (0)