cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
655
Views
0
Helpful
3
Replies

How to export Webex App chat messages to SQL Server

polat.taskin
Level 1
Level 1

Hi,

How can we transfer all messaging wrote over the Webex app to SQLServers on our local servers via API etc.?

 

There are a few companies that do this, but we want to develop it with our own software team.

 

thanks for communications,

 

Polat

3 Replies 3

dtibbe
VIP
VIP

Have you checked the messages Rest API endpoints?

https://developer.webex.com/docs/api/v1/messages

yes, I looked at the methods, but I could not connect to my organization in the cloud to receive the messages. first i have to authentication to cloud with token, then develop to read the messages.

 

 

For testing, you may also copy your personal access token. It is valid for 12h and cannot be renewed. Should be enough for a business day

I think your app will be used just once, or should it be something like an archiver? If the latter, then you'd have to create an integration and run the oauth flow at least once. The resulting access token can then be renewed periodically.

Check also the developer support page at https://developer.webex.com/support and join the #webex4devs space