- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2020 12:35 AM
Hello everyone,
Can you help me with integration og Webex team and Cisco router ? Is somewhere explained how to do it ?
I nedd checkiing LTE usage on Industry router and i want do it via API from webex. Is this possible ?
Something like that....https://the-packet-thrower.com/2018/12/28/chatting-with-my-router-webex-team/
Thank you...
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2020 05:32 AM - edited 05-11-2020 05:37 AM
Hi @prestigio391 ,
This is very possible and you have given me some great ideas! Thank you!
the post below goes over all the parts you need and what I used for one Chatbot application that is pretty similar to what you are doing.
https://gratuitous-arp.net/building-a-production-ish-ready-webex-teams-chat-bot-introduction/
I found the webexteams module the easiest to use but there are others if you want to look around. This is what I used.
https://github.com/hpreston/webexteamsbot
Also, I suggest checking this DevNet Lab out
https://developer.cisco.com/learning/tracks/iot/intro2iot/iot-intro-mqtt-ws/step/1
Its good info and it will also give you a good Docker container to use for testing if you need it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2020 02:09 AM
Hi
Yes should be possible.
You can run docker app on IOx devices.
https://blogs.cisco.com/developer/source-of-truth-cleur
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2020 02:32 AM
Thank you for your message.
I will check it and try find solution. Idea is create chat bot in webex where user write message "usage" and get response from RT with monthly usage of data for particular router.
Thank you for your links
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2020 02:43 AM
No probs .. best thank you .. would be to hit the helpful star if you find the post helpful :)
Also, have a look at this very recent IOx getting started training if you can access ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2020 05:32 AM - edited 05-11-2020 05:37 AM
Hi @prestigio391 ,
This is very possible and you have given me some great ideas! Thank you!
the post below goes over all the parts you need and what I used for one Chatbot application that is pretty similar to what you are doing.
https://gratuitous-arp.net/building-a-production-ish-ready-webex-teams-chat-bot-introduction/
I found the webexteams module the easiest to use but there are others if you want to look around. This is what I used.
https://github.com/hpreston/webexteamsbot
Also, I suggest checking this DevNet Lab out
https://developer.cisco.com/learning/tracks/iot/intro2iot/iot-intro-mqtt-ws/step/1
Its good info and it will also give you a good Docker container to use for testing if you need it.
