This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Veija slack app rule | |
| // This opens slack channel or message links in the slack app. | |
| // | |
| // 1. Log in to your slack workspace in a browser and copy | |
| // your team id (TXXXXXXXXX) from the url: e.g. "T012345679A" | |
| // from "https://app.slack.com/client/T012345679A/C0123456789" | |
| // 2. Create a new veija rule that matches url domain and | |
| // subdomain on <yourslackteam>.slack.com | |
| // 3. Enable 'Transform URL' for the rule, Edit script and paste | |
| // this code. Make sure to replace the value of TEAM_ID with |