Where can I find developer documentation on how to enrich my Teams ChatOps functions?
Here you can find how to extend the Chat Ops in Teams:
BTW it is an extremely easy and valuable way to ensure that common operational information is easily accessible for anybody in the organization. People need to check which bookings are coming up in the next hour? Implement a small custom command, and anybody in the organization can go to Teams, type a simple command and get that information. No need to log in to DataMiner and search for the information. The number of use cases is unlimited.
Hi Andre
As Ben mentioned, you can find some documentation about this in our docs.
However, we have some neat examples packaged and ready to deploy on your system to test this functionality and get started. Take a look at this awesome GitHub repo.
If you have more questions feel free to reach out.
Hope this helps.
Wow! Great, thanks for letting me know @Baptiste. Ready to code!
Great! And everybody using this, feel free to share your use cases. There’s so many things that you can do with this, and really deliver a lot of value to a data-driven organization. Sharing ideas is key.
Not sure if this is included in the samples on GitHub, but I have seen already implementations that also leverage formatting (JSON probably). So that the response in the chat bot that comes back is really intuitive (e.g. color coded).
Thanks Ben!