This app acts as a microserive to post messages on slack channels
Setup keys
- Set your slack token and secret key in .env KEY
secretKey: secret xxx
npm i
npm start
Access
/post_message
payload{ "channel_name": "channel-for-notifications", "channel_id": "SAMPLEB0M2K76K", "message": "testing message" }
- Express
- Slack API