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

前端 未结 3 1001
闹比i
闹比i 2021-02-06 13:54

I\'m working on a website for a client where users can sign up for events. Now the client wants to integrate WebEx and automatically register users to WebEx eve

3条回答
  •  耶瑟儿~
    2021-02-06 14:08

    In case it helps someone else, here's an example URL I generated based on the popular and very helpful answer above to add an attendee.

    https://companyname.webex.com/companyname/m.php?AT=EN&MK=123456789&FN=Test&LN=Registrant&AE=test@test.com&CO=MyCompany&BU=http://www.returnurl.com&TextBox1=REFERRALCODE

    • MK = ID of meeting
    • FN = First Name
    • LN = Last Name
    • AE = Email address
    • CO = Company
    • BU = Url returned after successful registration
    • TextBox1 = Custom field we needed for a referral code

提交回复
热议问题