-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat: zoom chat provider #5420
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: zoom chat provider #5420
Conversation
|
Skipped: This PR does not target one of your configured branches: ( |
|
@cody-eding is attempting to deploy a commit to the KeepHQ Team on Vercel. A member of the Team first needs to authorize it. |
b6bb3e2 to
1f32627
Compare
|
hey @cody-eding ! thanks for this contribution.
|
|
close #5421 |
1f95769 to
3175e67
Compare
3175e67 to
6110fd6
Compare
|
Thanks, @shahargl. I corrected a few other small items from my initial PR as well. A video of the basic functionality is at: https://youtu.be/p9FPb-Cu8-s If you setup the provider with a Zoom application ID capable of getting Zoom user information, you can also tag individuals in the messages (equivalent to using @ in a Zoom message). This can be useful if you have all alerts for a channel muted except for direct mentions. |
|
Hey! thanks for opening this PR! We have some problem with the CI/CD. Going to handle it soon and let this PR in :) |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
shahargl
left a comment
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.
lgtm
|
💪 Fantastic work @cody-eding! Your very first PR to keep has been merged! 🎉🥳 You've just taken your first step into open-source, and we couldn't be happier to have you onboard. 🙌 For any support, feel free to reach out on the community: https://slack.keephq.dev. Happy coding! 👩💻👨💻 |
close #5421
📑 Description
This pull request adds Zoom Chat as a supported provider.
The provider supports sending a message to a configured Zoom Chat channel using the Zoom Incoming Webhook app. Optionally, the provider can be configured with Zoom application credentials to allow for tagging Zoom users in the notification.
✅ Checks