Get a list of how many Help Scout conversations are assigned to each person in order.
Install by running:
$ npm install -g help-scout-assignees
Log in to your Help Scout account.
Navigate to Your Profile (top right corner), click API Keys, and generate a new API key. Copy it.
Add the API key as an environment variable in your console:
$ echo 'export HelpScoutKey=[paste API key]' >> ~/.bash_profile
$ source ~/.bash_profile
In Help Scout, go to Manage > Mailboxes and click on your desired mailbox. The URL should look like https://secure.helpscout.net/settings/mailbox/[number]/
. Copy the number.
Run the script:
$ help-scout-assignees [paste number]