-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set up incoming webhook for direct messaging #50
Comments
I'm a bit nervous about using |
Totes. See my note in the image about using something safer. I bet we can set up a private channel and feed anything that falls through to that? |
When we switch this to being handled by our custom namespaced API endpoints, I like the idea of just erroring out. |
Ah -- I misunderstood you ... I thought you were suggesting that #general was safe. Sorry. |
FWIW, anyone with the |
@prattsj commented on Tue Aug 02 2016
Fortunately, we won't have to wade in any real Meteor/Rocket.Chat 💩 to get it done. Found sufficient (though unfortunately, undocumented) support already built into RC for sending direct messages through the API.
Setup:
Simple webhook config
Simple API call
Et voila...direct messages
The text was updated successfully, but these errors were encountered: