How can I use the WebEx URL / XML API to register a user for an event?

I am working on a site for a client where users can register for events. Now the client wants to integrate WebEx and automatically register users in WebEx events after they subscribe to an event on our website and pay for it.

I checked their APIs and I could not find a way to do this:

With the XML API, I can get a list of available events and even create a new user, but I cannot register a user for the event.

Using the URL API, I can log in to the user system (which I created before using the XML API), but I cannot register the user for the event, there simply is no function for this. There is a function "Register an event", but it is designed for meetings and does not accept the user ID as a parameter, but rather his first name / surname and email address.

Has anyone ever tried this before? I am in difficulty here and have no idea what else I could try.

+5
source share
3 answers

Since this was asked in March, you probably haven't found the answer yet, but it can help others with that.

- , WebEx, "POST", WebEx, API URL . , WebEx " → " . - , .

, URL, WebEx. : https://yourcompany.webex.com/yourcompany/m.php?AT=EN .

m.php API AT WebEx. EN , . , , (FN), (LN), (AE), (CO) .. API WebEx URL . 2-152. , , WebEx . , :

<input type="hidden" name="MK" value="123456789" />

, , MK . , .

, , URL-, - :

<input type="hidden" name="BU" value="http://www.yourcompany.com/events/thanks.html" />

, , , , .. , WebEx, , WebEx URL, , , , , . : http://www.yourcompany.com/events/thanks.html?AT=EN&ST=SUCCESS&EI=123456 - , ST - , EI - . , , .

, API - WebEx , WebEx, , WebEx. XML API .

, , , , .

+12

, .

MK ( ) , . , " " .

You scheduled this Web seminar.

Topic: NP101 Freebinar: Getting Started in Night Photography Date and
Time: Wednesday, February 26, 2014 6:00 pm, Pacific Standard Time (San Francisco, GMT-08:00)
Event number: 661 621 190 
... 
Event address for attendees:
https://starcircleadademy.webex.com/starcircleadademy/onstage/g.php?d=661621190&t=a
...

MeetingKey (MK) 661621190

0

All Articles