<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: RegisterMeetingAttendee XML API confirmation email inconsistent in Cloud Collaboration</title>
    <link>https://community.cisco.com/t5/cloud-collaboration/registermeetingattendee-xml-api-confirmation-email-inconsistent/m-p/3492246#M716</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Mar 2018 00:25:51 GMT</pubDate>
    <dc:creator>nmorrow</dc:creator>
    <dc:date>2018-03-14T00:25:51Z</dc:date>
    <item>
      <title>RegisterMeetingAttendee XML API confirmation email inconsistent</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/registermeetingattendee-xml-api-confirmation-email-inconsistent/m-p/3492242#M712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We're using the XML API to hit the "&lt;STRONG&gt;RegisterMeetingAttendee&lt;/STRONG&gt;" endpoint to register users for Training Sessions.&amp;nbsp; We're also setting &lt;STRONG&gt;emailInvitations&lt;/STRONG&gt; to true.&amp;nbsp; 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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;the HTML tags such as &amp;lt;b&amp;gt; and &amp;lt;br&amp;gt; are not working in the XML API generated registration confirmation email&lt;/LI&gt;&lt;LI&gt;The Disclaimer (and other) text is different as well.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached are the two examples.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;1.PNG&lt;/STRONG&gt; Is the generated when the user goes through the registration.&amp;nbsp; This version is correct.&amp;nbsp; Formatted and bolded.&amp;nbsp; Notice the text in the "Important Notice".&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;2.PNG&lt;/STRONG&gt; Is generated when we call &lt;SPAN style="font-size: 13.3333px;"&gt;"&lt;/SPAN&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;RegisterMeetingAttendee&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;".&amp;nbsp; You'll notice the HTML tags are not working and the disclaimer notice at the bottom is different than &lt;STRONG&gt;1.PNG&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Any help would in resolving this would be much appreciated!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;A href="https://community.cisco.com//u1/298022"&gt;ryanhunt&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 18:17:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/registermeetingattendee-xml-api-confirmation-email-inconsistent/m-p/3492242#M712</guid>
      <dc:creator>ayegiazaryan</dc:creator>
      <dc:date>2018-02-27T18:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: RegisterMeetingAttendee XML API confirmation email inconsistent</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/registermeetingattendee-xml-api-confirmation-email-inconsistent/m-p/3492243#M713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 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).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 21:04:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/registermeetingattendee-xml-api-confirmation-email-inconsistent/m-p/3492243#M713</guid>
      <dc:creator>nmorrow</dc:creator>
      <dc:date>2018-02-27T21:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: RegisterMeetingAttendee XML API confirmation email inconsistent</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/registermeetingattendee-xml-api-confirmation-email-inconsistent/m-p/3492244#M714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the info Nathan.&amp;nbsp; Unfortunately, switching over to &lt;STRONG&gt;CreateMeetingAttendee&lt;/STRONG&gt; and setting &lt;EM&gt;&lt;STRONG&gt;&amp;lt;joinStatus&amp;gt;REGISTER&amp;lt;/joinStatus&amp;gt;&lt;/STRONG&gt; &lt;/EM&gt;yields the same result in the XML API generated email.&amp;nbsp; Thanks for the quick reply and attempting to help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 13:52:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/registermeetingattendee-xml-api-confirmation-email-inconsistent/m-p/3492244#M714</guid>
      <dc:creator>ayegiazaryan</dc:creator>
      <dc:date>2018-02-28T13:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: RegisterMeetingAttendee XML API confirmation email inconsistent</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/registermeetingattendee-xml-api-confirmation-email-inconsistent/m-p/3492245#M715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 23:17:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/registermeetingattendee-xml-api-confirmation-email-inconsistent/m-p/3492245#M715</guid>
      <dc:creator>nmorrow</dc:creator>
      <dc:date>2018-02-28T23:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: RegisterMeetingAttendee XML API confirmation email inconsistent</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/registermeetingattendee-xml-api-confirmation-email-inconsistent/m-p/3492246#M716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 00:25:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/registermeetingattendee-xml-api-confirmation-email-inconsistent/m-p/3492246#M716</guid>
      <dc:creator>nmorrow</dc:creator>
      <dc:date>2018-03-14T00:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: RegisterMeetingAttendee XML API confirmation email inconsistent</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/registermeetingattendee-xml-api-confirmation-email-inconsistent/m-p/3492247#M717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem.&amp;nbsp; Thanks for the update.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 12:39:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/registermeetingattendee-xml-api-confirmation-email-inconsistent/m-p/3492247#M717</guid>
      <dc:creator>ayegiazaryan</dc:creator>
      <dc:date>2018-03-14T12:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: RegisterMeetingAttendee XML API confirmation email inconsistent</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/registermeetingattendee-xml-api-confirmation-email-inconsistent/m-p/3492248#M718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 19:56:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/registermeetingattendee-xml-api-confirmation-email-inconsistent/m-p/3492248#M718</guid>
      <dc:creator>nmorrow</dc:creator>
      <dc:date>2018-03-14T19:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: RegisterMeetingAttendee XML API confirmation email inconsistent</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/registermeetingattendee-xml-api-confirmation-email-inconsistent/m-p/3492249#M719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nathan, I got a Feature Request created for the same. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search Key word - RegisterMeetingAttendee XML API confirmation email inconsistent&lt;/P&gt;&lt;H1 style="font-size: 26px; font-family: arial; color: #0a63a7;"&gt;&lt;/H1&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2018 19:48:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/registermeetingattendee-xml-api-confirmation-email-inconsistent/m-p/3492249#M719</guid>
      <dc:creator>mrafidee</dc:creator>
      <dc:date>2018-04-06T19:48:13Z</dc:date>
    </item>
  </channel>
</rss>

