-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add support for a simple Slack connection #29
Comments
Status: Ready to merge ✔️Issues blocking this PR:This comment was automatically written by the Blocking Issues bot, and this PR will be monitored for further progress. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context
It's time to add a method for posting to Slack.
There are 2 ways to go about this. The fully blown application (with a full set of configuration) and a simpler Webhooks approach. This ticket is for the webhooks approach - which can be set up reasonably simply. See:
When Presence starts to add further social features - checking notifications, reading channels, replying to posts, and doing so on behalf of a user, then it will be time to develop a full application. See: SlackNet (C# library, updated recently) as a potential support library to work with.
Implementation notes
Testing
There's a webhook url for posting to the #integration-testing channel on Presence post, test, and support
Blocked by: #19
The text was updated successfully, but these errors were encountered: