Connect third-party chat apps to hoop.dev

How about getting to know what happens on hoop.dev directly on Slack?

Our bridge can send notifications to third-party apps, like Slack (and much more coming soon). You will need to set up it on your self-hosted hoop.dev and below you will find the necessary information to do so.

Set the new NOTIFICATIONS_BRIDGE_CONFIG env var with the following JSON structure:

{
    "slackBotToken": "<your-slack-bot-token>", 
    "bridgeUrl": "https://your-bridge.com:PORT",
}
  • slackBotToken: You can find how to get this in our next session where we have a how-to configure Slack;
  • bridgeUrl: (OPTIONAL) You can set your own bridge and pass it here. Talk to us to know how to;

To know how to set up Slack, check our docs step-by-step to do so at our documentation page.

We are expanding our notifications ecosystem to send messages about everything that happens inside hoop.dev and connecting it to other parties. So stay tuned because there's much more coming.

This is available on version 1.8.x+ of hoop.dev.