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

API for integration with Cisco Webex Connect

swapna.he1
Level 1
Level 1

We have an application for sending the application specific alerts to users via email. This application is a windows service written in C# language. We use Cisco WebEx connect for internal communication in our company and we are planning to integrate our application with Cisco Webex Connect to send alerts as instant messages to the users. We are looking for any Cisco API/SDK  available for this requirement.



1 Accepted Solution

Accepted Solutions

dstaudt
Cisco Employee
Cisco Employee

The only Cisco DevNet supported interface for WebEx Connect integration is CAXL:

Cisco Jabber Developer - Overview - Cisco Developer Community

However note this is a JavaScript library intended for use in browsers.

It is also possible to use XMPP protocol with Connect, and interoperability is known to be very good.  However direct XMPP connection from third party apps is not officially supported.  For a service-based C# app, you could consider a third party XMPP stack: https://xmpp.org/xmpp-software/libraries/

View solution in original post

1 Reply 1

dstaudt
Cisco Employee
Cisco Employee

The only Cisco DevNet supported interface for WebEx Connect integration is CAXL:

Cisco Jabber Developer - Overview - Cisco Developer Community

However note this is a JavaScript library intended for use in browsers.

It is also possible to use XMPP protocol with Connect, and interoperability is known to be very good.  However direct XMPP connection from third party apps is not officially supported.  For a service-based C# app, you could consider a third party XMPP stack: https://xmpp.org/xmpp-software/libraries/