Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,21 @@ times 5. If you are not getting invite emails, this might be the reason.
Workaround: sign up for a free org, and set up Slackin to point to it
(all channels will be visible).

### Restrict invitations using an email list

You can restrict user invites to a limited list of valid emails. To do it you
only have to export the environment variable `EMAIL_SLACK_LIST` with the email
list (comma separated and spaceless):

```
export EMAIL_SLACK_LIST="user@domain.com,pal@company.io,john@doe.co"
```

**Important:** By defining the list any intent to get an invitation with an
email not listed will be rejected with the message:

> Your email is not on the accepted email list

### Badges

#### Realtime ([demo](https://cldup.com/IaiPnDEAA6.gif))
Expand Down