02-27-2018 10:17 AM
We're using the XML API to hit the "RegisterMeetingAttendee" endpoint to register users for Training Sessions. We're also setting emailInvitations to true. The user receives an email confirmation successfully, however the formatting and text in the email generated by the XML API are not consistent with the email confirmation received when users go through the registration form.
For example;
Attached are the two examples.
Any help would in resolving this would be much appreciated!
Solved! Go to Solution.
02-28-2018 03:17 PM
Hello,
A bug report has been generated for this issue, to be addressed in a future API release. in the meantime, you will need to either develop your own email notification system or remove HTML formatting from the email templates. Also note that unless you wish for hosts to manually approve each registration, joinStatus should be set to ACCEPT so that registration is created in an approved state.
02-27-2018 01:04 PM
Hello,
API email capabilities are generally limited due to legacy code that provided old hardcoded plain text emails and an understanding that many application developers generally want to brand their own email notifications that originate from their system. Historically, RegisterMeetingAttendee was meant for only Meeting Center and has been a rarely used request, so may not be as up to date as other requests with functionality. I was actually unaware of any Training Center support for this request. I generally recommend CreateMeetingAttendee, which actually invites an attendee, but which you can add a joinStatus value of ACCEPT to also process an approved registration. Registering via CreateMeetingAttendee also gives you the ability to view those attendees by calling LstMeetingAttendee (there is no XML API method to view registered attendees, only invitees).
02-28-2018 05:52 AM
Thanks for the info Nathan. Unfortunately, switching over to CreateMeetingAttendee and setting <joinStatus>REGISTER</joinStatus> yields the same result in the XML API generated email. Thanks for the quick reply and attempting to help!
02-28-2018 03:17 PM
Hello,
A bug report has been generated for this issue, to be addressed in a future API release. in the meantime, you will need to either develop your own email notification system or remove HTML formatting from the email templates. Also note that unless you wish for hosts to manually approve each registration, joinStatus should be set to ACCEPT so that registration is created in an approved state.
03-13-2018 05:25 PM
Unfortunately, engineering has determined that this is not a bug and should be considered a new feature request. This may not be addressed at all in the near future.
03-14-2018 05:39 AM
No problem. Thanks for the update.
03-14-2018 12:56 PM
Hello,
One more update on this, product management is seeking business justification to push this change through and is requesting that you reach out to your WebEx account manager to submit a formal feature request so that visibility is increased.
04-06-2018 12:48 PM
Nathan, I got a Feature Request created for the same.
Search Key word - RegisterMeetingAttendee XML API confirmation email inconsistent
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide