Freelancer
Freelancer

Reputation: 173

How to interact with cisco jabber messenger with vba

My workplace uses cisco jabber as the inhouse chat program. I am looking to provide an automated reply based on a messages I receive with data I update regularly in excel. How can I use vba to reply to a jabber message? I have been looking around but I have found no user guides. Any help is appreciated. an example would be great. Thank you!

Upvotes: 1

Views: 907

Answers (1)

A. Lion
A. Lion

Reputation: 680

It seems like the user guide is this one. https://developer.cisco.com/docs/jabber-bots/#!cisco-jabber-bot-sdk-introduction/cisco-jabber-bot-sdk-introduction Basically the system runs over nodeJS so you cannot use VBA but you have to work with javascript, in my opinion using excel is not the suggested option and it will be a lot less painful working with native supported format like XML.

Upvotes: 1

Related Questions