-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
feat: keephq notification provider #4722
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi.
Overall, the node part looks good to me.
For the frontend part I have left some thoughts inline.
Could you please attach a screenshots of the relevant events (testing/down)?
@@ -0,0 +1,47 @@ | |||
const NotificationProvider = require("./notification-provider"); | |||
const axios = require("axios"); | |||
const FormData = require("form-data"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed this as it is no longer required
@CommanderStorm |
@CommanderStorm Click to expand2024-04-30.14-08-08.mp4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the new notification provider 🎉
All changes in this PR are small and uncontroversial
⇒ merging with junior maintainer approval
Description
Added support to configure Keep as notification provider
Type of change
Checklist
Screenshots (if any)