Git Product home page Git Product logo

Comments (8)

tigattack avatar tigattack commented on June 8, 2024

Looking at the Webex incoming webhook docs, it seems to accept Markdown.

This will be quite simple to add support for, I'll see if I can look into it once #63 is merged since support for Webex will look very similar to that. Alternatively, if you need this quickly, you're welcome to submit your own pull request with the necessary changes.

from veeamnotify.

kikanq avatar kikanq commented on June 8, 2024

Hi ! I am not a programmer and it will be difficult for me to understand some phrases, so I will write what I managed to do after your answer. I managed to connect weebhook to my company account - I created a room in my webex and completed all the fields in the weebhook integration, and obtained the weebhook address for my connection with webex. Does the next step require improving the code for the weebex application?

from veeamnotify.

kikanq avatar kikanq commented on June 8, 2024

the code below when invoked locally on my laptop works (of course after entering the correct webhook ID). the test message is visible in the weebex area I created.

Invoke-RestMethod -Uri "https://webexapis.com/v1/webhooks/incoming/YOUR_WEBHOOK_ID" -Method POST -Body '{"markdown": "Test message"}' -Headers @{"Content-Type"="application/json"}

from veeamnotify.

kikanq avatar kikanq commented on June 8, 2024

https://help.webex.com/en-us/article/n7i55j5/Webex-App-%7C-Markdown-formats

from veeamnotify.

tigattack avatar tigattack commented on June 8, 2024

Does the next step require improving the code for the weebex application?

Yes that's right. It could be based heavily on the changes in #63, however I would suggest waiting until that PR is merged since the changes aren't yet complete, so you'd be basing your changes on possibly incorrect code.

from veeamnotify.

kikanq avatar kikanq commented on June 8, 2024

thanks for the information. when do you expect the merge to be completed?

from veeamnotify.

tigattack avatar tigattack commented on June 8, 2024

Difficult to say, sorry. It's currently pending.

from veeamnotify.

kikanq avatar kikanq commented on June 8, 2024

Hello,
I created basic notification scripts for weebex. Maybe they will be helpful to you when updating your extensive tool.

https://github.com/kikanq/Veeamnotify_webex/tree/main

from veeamnotify.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.