New Install Notifier Slack App
"New Install Notifier is a Slack Bolt app that connects to NYC Mesh's MeshDB via webhook and automatically posts new install requests to designated channels on the NYC Mesh workspace."
https://github.com/nycmeshnet/new-install-notifier
How it works:
- MeshDB sends a
install.created
webhook whenever a new install request is submitted. - New Install Notifier receives the webhook, processes the install data, and checks which node(s) the install belongs to.
- Based on your configuration in
channels.json
, it posts a message to the corresponding Slack channel.
How to set up in a Slack channel:
1. Go to the channel and add the @New Install Notifier app
2. Grab the channel ID of the slack channel where you added the app.
3. Add the Node Number of that node, along with the channel ID to https://github.com/nycmeshnet/new-install-notifier/blob/main/channels.json (You will need to clone the repo and submit a PR, or request contributor permissions for the repo to be able to edit the configuration)
You can also add a custom description here, which will be included in the notifier post to the channel.
Issues / Suggestions:
Please report any issues either with a github issue or by reaching out in #mesh-services
@Daniel Heredia is the primary maintainer of this tool.
No comments to display
No comments to display