10-18-2022 03:05 AM
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...
Solved! Go to Solution.
10-18-2022 03:27 AM - edited 10-18-2022 03:33 AM
@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).