Please note: These WebEx forums have replaced the earlier site forums. All the previous threads and posts have been replicated here, and if you subscribed to the previous forums, please re-subscribe. Thank you.
« Back to Scheduling Meetings

Can we add Lead Source Id in using URL API?

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi,
 
I am trying to enroll an attendee in an event using URL API.
I can basically make it work, but the problem is, upon their registration, I would need to pass the Lead Source Id.
 
//this line below is working

var url = https://siteurl.webex.com/siteurl/m.php?AT=EN&FN='+fname+'&AE='+email+'&LN='+lname+'&MK='+meetingKey; 
 
//i need something like below. But this is not working:
url += '&sourceID='+<mysourceid>
 
In the documentation, there's no sourceID parameter accepted under m.php. Are there any other ways where I can attach a sourceId upon registration using URL API? . 
 
 
Thanks!


 

Create a Cisco account today and gain access across all Cisco Collaboration Developer sites.

 

Follow the WebEx Developer program on Twitter for the latest industry and WebEx Meetings related information.