You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I could see you guys supporting both with minimal effort by modifying buildPayload and notifySlack methods
My inspiration came from https://github.com/devkyt/slack-send-msg and several other implementations. However they do not offer such a nice message API as you guys do, so i would rather contribute here.
The text was updated successfully, but these errors were encountered:
Hello and welcome to RavSam 💜. Thanks for opening your first issue. I will assign one of our team members to take a look at the problem you have raised. Make sure to include as much information as possible to help our team diagnose the issue and solve it quickly.
If the problem is related to a security concern, then please delete this issue and send us an email at [email protected].
Webhook Urls are tied to a slack channel and thus are not very flexible.
Using slack bot tokens this could be easily fixed.
I already tried to make a PR, but since i am not that familiar with node projects, i failed to release a test version.
In essence one only has to POST to https://slack.com/api/chat.postMessage with the bot token as Bearer and the channel id in the body.
I could see you guys supporting both with minimal effort by modifying buildPayload and notifySlack methods
My inspiration came from https://github.com/devkyt/slack-send-msg and several other implementations. However they do not offer such a nice message API as you guys do, so i would rather contribute here.
The text was updated successfully, but these errors were encountered: