https://github.com/smartprix/notify
A Slack & Microsoft Teams message builder and sender
https://github.com/smartprix/notify
alerts js message-builder microsoft-teams nodejs notifications slack slack-messages smartprix teams webhook
Last synced: 2 months ago
JSON representation
A Slack & Microsoft Teams message builder and sender
- Host: GitHub
- URL: https://github.com/smartprix/notify
- Owner: smartprix
- Created: 2019-04-01T06:19:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-04T13:45:19.000Z (about 6 years ago)
- Last Synced: 2025-06-23T23:03:23.655Z (6 months ago)
- Topics: alerts, js, message-builder, microsoft-teams, nodejs, notifications, slack, slack-messages, smartprix, teams, webhook
- Language: JavaScript
- Homepage: https://github.com/smartprix/notify
- Size: 213 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notify
It is a message builder for sending notifications and alerts.
Currently supports slack.
## Slack
Works both with legacy tokens and incoming webhooks.
Use a `config.js` file to set token/webhook or use the static functions in the class to set them before sending a message.
Priority is given to webhook if available else token is used.