The Concierge droid sends direct messages to assigned persons when mentioned to avoid unnecessary noise in Slack. Useful when you have an "on-call" rotation in your team/channel.
You will need a new Slack bot token to start your bot. Then, use Gynoid to start the bots framework.
To install with Gynoid:
register concierge using {slack-token}
This will start your bot in Slack. Now, extend its functionality by running this command:
extend concierge from auth0/concierge-droid
Done!
Invite your Concierge bot to a channel. Then you can mention the bot to execute commands.
Use this command to assign a user as the Concierge:
@concierge assign: {user}
Once assigned, you can use @concierge who
to check who is the current assigned Concierge to that channel.
To send a direct message use @concierge message: {text}
.
Use @concierge stop: on-call
to clear the current assigned user from the current channel.