{% extends "base.html.twig" %} {% block title %}How to setup notifications{% endblock %} {% block body %}

How to setup notifications


How to connect DWARFG_LONG notifier to the Slack

We need to register custom application to connect DWARFG_LONG notifier. Here is how to do it:

  1. Open this link Slack API: Applications
  2. You need to sign in to your Slack account.
  3. Create new application by clicking on button "Create New App".
  4. Create the Slack application, for example „DWARFG_LONGNotifier“ and assign it to a workspace. In the first step select From Scratch.
  5. Setup permissions.
  6. Add Bot Scopes: „chat:write.public”.
  7. Install Workspace.
  8. Copy Oauth Token to the DWARFG_LONG settings and select the Slack channel.
{% endblock body %}