<?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: Webex notifications in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/webex-notifications/m-p/5040668#M2883</link>
    <description>&lt;P&gt;You can&amp;nbsp;@mention someone in your markdown message.&lt;/P&gt;
&lt;P&gt;For example like this: &lt;BR /&gt;"Hi&amp;nbsp;&lt;SPAN class="token punctuation"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="token namespace"&gt;@personEmail:&lt;/SPAN&gt;&lt;SPAN&gt;banderson@example.com|Bobb&amp;gt;,&lt;/SPAN&gt;&amp;nbsp;please check this IP."&lt;BR /&gt;&lt;BR /&gt;Or like this:&lt;BR /&gt;Hi&amp;nbsp;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token punctuation"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="token namespace"&gt;@personId:&lt;/SPAN&gt;Y2lzY29zcGFyazovL3VzL1BFT1BMRS9mNWIzNjE4Ny1jOGRkLTQ3MjctOGIyZi1mOWM0NDdmMjkwNDY|Jose&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;&amp;gt;, please check this IP."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="token punctuation"&gt;You can use either personEmail or personID, whatever suits you best. Documentation for this is here;&amp;nbsp;&lt;A href="https://developer.webex.com/docs/basics#formatting-messages" target="_blank"&gt;https://developer.webex.com/docs/basics#formatting-messages.&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Mar 2024 10:28:23 GMT</pubDate>
    <dc:creator>Raffaele Lagana</dc:creator>
    <dc:date>2024-03-15T10:28:23Z</dc:date>
    <item>
      <title>Webex notifications</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-notifications/m-p/5040215#M2876</link>
      <description>&lt;P&gt;How could I add the notifier to the user with their username in the notification message?&lt;/P&gt;
&lt;P&gt;eg : I want to add user in my message such that user will get the notification - "@abc - Please check this IP". How could I notify user abc?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 22:54:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-notifications/m-p/5040215#M2876</guid>
      <dc:creator>o1</dc:creator>
      <dc:date>2024-03-14T22:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Webex notifications</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-notifications/m-p/5040218#M2877</link>
      <description>&lt;P&gt;This is my function:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;def&lt;/SPAN&gt; &lt;SPAN&gt;testFunction&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;token&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;room_id&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;message&lt;/SPAN&gt;&lt;SPAN&gt;&lt;LI-EMOJI id="lia_disappointed-face" title=":disappointed_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;#Notifier.send_report_email()&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; header = {&lt;/SPAN&gt;&lt;SPAN&gt;"Authorization"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"Bearer &lt;/SPAN&gt;&lt;SPAN&gt;%s&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt; % token,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;"Content-Type"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"application/json"&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; data = {&lt;/SPAN&gt;&lt;SPAN&gt;"roomId"&lt;/SPAN&gt;&lt;SPAN&gt;: room_id,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;"markdown"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"TEXT message for Test &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/856925"&gt;@All&lt;/a&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;return&lt;/SPAN&gt;&lt;SPAN&gt; requests.post(&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;A href="https://api.ciscospark.com/v1/messages/" target="_blank"&gt;https://api.ciscospark.com/v1/messages/&lt;/A&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;headers&lt;/SPAN&gt;&lt;SPAN&gt;=header, &lt;/SPAN&gt;&lt;SPAN&gt;data&lt;/SPAN&gt;&lt;SPAN&gt;=json.dumps(data), &lt;/SPAN&gt;&lt;SPAN&gt;verify&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;True&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;I want to notify&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/856925"&gt;@All&lt;/a&gt; - all users through my bot message&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 14 Mar 2024 22:57:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-notifications/m-p/5040218#M2877</guid>
      <dc:creator>o1</dc:creator>
      <dc:date>2024-03-14T22:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Webex notifications</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-notifications/m-p/5040668#M2883</link>
      <description>&lt;P&gt;You can&amp;nbsp;@mention someone in your markdown message.&lt;/P&gt;
&lt;P&gt;For example like this: &lt;BR /&gt;"Hi&amp;nbsp;&lt;SPAN class="token punctuation"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="token namespace"&gt;@personEmail:&lt;/SPAN&gt;&lt;SPAN&gt;banderson@example.com|Bobb&amp;gt;,&lt;/SPAN&gt;&amp;nbsp;please check this IP."&lt;BR /&gt;&lt;BR /&gt;Or like this:&lt;BR /&gt;Hi&amp;nbsp;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token punctuation"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="token namespace"&gt;@personId:&lt;/SPAN&gt;Y2lzY29zcGFyazovL3VzL1BFT1BMRS9mNWIzNjE4Ny1jOGRkLTQ3MjctOGIyZi1mOWM0NDdmMjkwNDY|Jose&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;&amp;gt;, please check this IP."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="token punctuation"&gt;You can use either personEmail or personID, whatever suits you best. Documentation for this is here;&amp;nbsp;&lt;A href="https://developer.webex.com/docs/basics#formatting-messages" target="_blank"&gt;https://developer.webex.com/docs/basics#formatting-messages.&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 10:28:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-notifications/m-p/5040668#M2883</guid>
      <dc:creator>Raffaele Lagana</dc:creator>
      <dc:date>2024-03-15T10:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Webex notifications</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-notifications/m-p/5041106#M2886</link>
      <description>&lt;P&gt;Thanks Raffaele, appreciate your help!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 18:20:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-notifications/m-p/5041106#M2886</guid>
      <dc:creator>o1</dc:creator>
      <dc:date>2024-03-15T18:20:22Z</dc:date>
    </item>
  </channel>
</rss>

