To create the login token for the Slack plugin.
- Login to Slack in Chrome
- Open the developer tools (either press F12, or menu -> More Tools -> Developer Tools)
- Enter into the console
Object.values(JSON.parse(localStorage["localConfig_v2"]).teams).find(a => a.domain == 'myslackdomain').token
replacingmyslackdomain
with the part of your Slack that's before the.slack.com
website url eg, forhttps://example.slack.com
you would useexample
This should start with "xoxc-..." - Switch to the 'Application' tab, then expand the 'Cookies' menu on the left and click on the first domain in the list
- Look for a cookie with a name of 'd' which should have a value that starts with "xoxd-"