cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
309
Views
0
Helpful
1
Replies

Is it possible to trigger a message from a python code to webex/ bot ?

mpalepu
Cisco Employee
Cisco Employee

Hi..

I'm from Hardware background with very less knowledge on developing chat bots.
I'm running an automation where it loops and check a case if passed/Fail. This automation is running using python script.
Now I want to trigger a message when ever the automation hits a fail, it should able to send a message to me in webex or to a bot that receives updates of the automation.

Thanks in advance,
Regards,
mpalepu

1 Reply 1

Janos Benyovszki
Cisco Employee
Cisco Employee

@mpalepu you can send Webex messages to any user using the https://developer.webex.com/docs/api/v1/messages API . To get started with that, please also read https://developer.webex.com/docs/getting-started .