cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1080
Views
10
Helpful
4
Replies

Integration Webex teams with IOx - send commands to router from Webex

prestigio391
Level 1
Level 1

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...

1 Accepted Solution

Accepted Solutions

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.

View solution in original post

4 Replies 4

Hi,



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


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 .. 

https://www.cisco.com/c/dam/en/us/products/se/2020/4/Training/PIW_TAC_Get_started_with_Cisco_IOx_Edge_Computing.pdf

 

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.