-
Notifications
You must be signed in to change notification settings - Fork 137
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 Webex as an Alert Provider #133
Comments
I thought Webex is like Zoom, video meetings only. Does it have chat channels like Slack? |
Webex has a full chat client component that was called Webex Teams up until recently. I think they just brought it into the Webex suite and now it is being branded as Webex for messaging; it is essentially a chat client similar to Slack. For reference: https://www.webex.com/team-collaboration.html Edit: I was thinking of using this plugin to implement the feature in a simple manner. The generic alert provider does not work simply because it does not populate the |
The only issue I see with implementing this feature would be testing and debugging issues. |
I understand your concerns, but Webex has free tier accounts that should have complete access to the messaging components just like MSTeams. I am happy to implement and test and attach all pertinent screenshots. |
I added support for Webex on my end, and I am using the image for my The screenshot is directly from the Webex client. Let me know what you think @stefanprodan @phillebaba |
Just so that I understand the screenshots correctly, will the user see the formatted text or the JSON? I think that even if Webex is not totally identical to the other providers it should use the same format in the messages. |
Sorry my messages were not clear. I provided 2 separate options for what the user could see. The first one is a format that I thought would be good. The second is what the user would see if I instead sent json. I prefer the first option. |
Considering the limitations of webex I think this formatting should be fine. Go ahead and create a PR and I will review it. Thanks for the hard work 💪 |
I am happy to implement this myself based off the existing providers and open a PR if members of this community are okay with that.
The text was updated successfully, but these errors were encountered: