LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Get notifications via Webex

Solved!
Go to solution

Dear all,

 

in my company we do use Webex for the Communications.

Is there any experience about a possible integration of a Labview software with the Webex API?

 

My intention would be to let ma software to send me notifications about status change...

0 Kudos
Message 1 of 2
(1,407 Views)
Solution
Accepted by FrancescoBar

@FrancescoBar wrote:

Is there any experience about a possible integration of a Labview software with the Webex API?


Not specifically, but REST should make it pretty easy.

 

Webex APIs - Getting Started | Webex for Developers

 

REST is simply sending HTTP messages (with GET mostly), and that can be done with the HTTP VIs (Data Communication>Protocols>HTTP).

 

You do need a Personal Access Code | Webex for Developers, or figure out how to do AOuth (which seems to be hard).

  

0 Kudos
Message 2 of 2
(1,398 Views)