<?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: Integration of Microsoft Teams with Blue Prism in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Integration-of-Microsoft-Teams-with-Blue-Prism/m-p/47254#M3040</link>
    <description>​This is pretty easy.&lt;BR /&gt;&lt;BR /&gt;
&lt;H3&gt;Prerequisites -&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;In Microsoft Teams, select a team&amp;nbsp;and&amp;nbsp;a channel for that team (the channel you want notifications sent to).&lt;/LI&gt;
&lt;LI&gt;In Microsoft Teams, choose the More options (⋯) button next to the channel name in the list of channels and then choose Connectors.&lt;/LI&gt;
&lt;LI&gt;Look through the list and at the Incoming Webhook connector, click Configure.&lt;/LI&gt;
&lt;LI&gt;Give the webhook a name and a custom icon and click Create.&lt;/LI&gt;
&lt;LI&gt;Next, copy the webhook URL. You will need it to configure this in Blue Prism&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;How it Works -&lt;/H3&gt;
&lt;P&gt;Cards are basic building block; they are not new and being used as part of Outlook and office 365. Microsoft has provided various option sand types of Cards those can be used to perform required operation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All what is needed is -&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Webhook URL - &lt;A href="https://outlook.office.com/webhook/XXXXXXXXXXXXXXXXXXXXXX/IncomingWebhook/XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-XXXXXXXXXXXXXXXXXX" target="test_blank"&gt;https://outlook.office.com/webhook/XXXXXXXXXXXXXXXXXXXXXX/IncomingWebhook/XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-XXXXXXXXXXXXXXXXXX&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Message Card (JSON)- This will contain some required tags and some optional values [Check type of Cards ]&lt;/LI&gt;
&lt;LI&gt;{ &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"@type": "MessageCard", &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"@context": "&lt;A href="https://schema.org/extensions%22" target="_blank" rel="noopener"&gt;https://schema.org/extensions"&lt;/A&gt;, &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"summary": "A test build notification via REST 4", &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"themeColor": "0078D7", &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"title": "A test build notification via REST ", &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"sections": [ &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{ &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"activityTitle": "Title test", &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"activitySubtitle": "Subtitle test" &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;},{ &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"activityTitle": "Title test 4", &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"activitySubtitle": "Subtitle test" &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;} &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;] }&lt;/LI&gt;
&lt;LI&gt;Then Use of HTTP Methods such as (GET/POST) to perform required task.(Using HTTP VBO)&lt;/LI&gt;
&lt;/OL&gt;
&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;H3&gt;Bit Caution -&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;Outgoing webhooks are limited now and currently being reviewed by security team and only work with publicly exposed (Accessible from outside fil network…such as exposed services via Layer 7)&lt;/LI&gt;
&lt;LI&gt;For the "Message Card Playground" (i.e. test JSON code), use one of the two following URLs:&lt;/LI&gt;
&lt;/OL&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://messagecardplayground.azurewebsites.net/" target="_blank" rel="noopener"&gt;https://messagecardplayground.azurewebsites.net/&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://acdesignerbeta.azurewebsites.net/" target="_blank" rel="noopener"&gt;https://acdesignerbeta.azurewebsites.net/&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;One thing to keep in mind, if you are using Webhooks to perform your integrations, Stack Overflow states that Webhooks do not currently support the Adaptive Cards, as they are planning to have that in place for Bots first&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;Further Reference -&lt;/H3&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-gb/outlook/actionable-messages/message-card-reference" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-gb/outlook/actionable-messages/message-card-reference&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Satish Prasad&lt;BR /&gt;Senior Analyst Programmer&lt;BR /&gt;Fidelity International&lt;BR /&gt;Asia/Dili&lt;BR /&gt;+91 9999230159&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 14 Oct 2019 04:54:00 GMT</pubDate>
    <dc:creator>SatishPrasad1</dc:creator>
    <dc:date>2019-10-14T04:54:00Z</dc:date>
    <item>
      <title>Integration of Microsoft Teams with Blue Prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Integration-of-Microsoft-Teams-with-Blue-Prism/m-p/47253#M3039</link>
      <description>Hi all,&lt;BR /&gt;I'm working on integrating Microsoft Teams with Blue Prism to automate messages through Teams just like outlook email automation &amp;amp; got to know that I can use Microsoft Graph to do that but couldn't get the complete picture of it. If anyone can share their understanding/ Knowledge on this on how we can integrate, that would be great!!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Venkata Subramanyam Darbha&lt;BR /&gt;RPA Developer&lt;BR /&gt;Self&lt;BR /&gt;America&lt;BR /&gt;------------------------------</description>
      <pubDate>Sat, 12 Oct 2019 16:31:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Integration-of-Microsoft-Teams-with-Blue-Prism/m-p/47253#M3039</guid>
      <dc:creator>Venkata_Subrama</dc:creator>
      <dc:date>2019-10-12T16:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: Integration of Microsoft Teams with Blue Prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Integration-of-Microsoft-Teams-with-Blue-Prism/m-p/47254#M3040</link>
      <description>​This is pretty easy.&lt;BR /&gt;&lt;BR /&gt;
&lt;H3&gt;Prerequisites -&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;In Microsoft Teams, select a team&amp;nbsp;and&amp;nbsp;a channel for that team (the channel you want notifications sent to).&lt;/LI&gt;
&lt;LI&gt;In Microsoft Teams, choose the More options (⋯) button next to the channel name in the list of channels and then choose Connectors.&lt;/LI&gt;
&lt;LI&gt;Look through the list and at the Incoming Webhook connector, click Configure.&lt;/LI&gt;
&lt;LI&gt;Give the webhook a name and a custom icon and click Create.&lt;/LI&gt;
&lt;LI&gt;Next, copy the webhook URL. You will need it to configure this in Blue Prism&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;How it Works -&lt;/H3&gt;
&lt;P&gt;Cards are basic building block; they are not new and being used as part of Outlook and office 365. Microsoft has provided various option sand types of Cards those can be used to perform required operation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All what is needed is -&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Webhook URL - &lt;A href="https://outlook.office.com/webhook/XXXXXXXXXXXXXXXXXXXXXX/IncomingWebhook/XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-XXXXXXXXXXXXXXXXXX" target="test_blank"&gt;https://outlook.office.com/webhook/XXXXXXXXXXXXXXXXXXXXXX/IncomingWebhook/XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-XXXXXXXXXXXXXXXXXX&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Message Card (JSON)- This will contain some required tags and some optional values [Check type of Cards ]&lt;/LI&gt;
&lt;LI&gt;{ &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"@type": "MessageCard", &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"@context": "&lt;A href="https://schema.org/extensions%22" target="_blank" rel="noopener"&gt;https://schema.org/extensions"&lt;/A&gt;, &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"summary": "A test build notification via REST 4", &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"themeColor": "0078D7", &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"title": "A test build notification via REST ", &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"sections": [ &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{ &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"activityTitle": "Title test", &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"activitySubtitle": "Subtitle test" &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;},{ &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"activityTitle": "Title test 4", &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"activitySubtitle": "Subtitle test" &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;} &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;] }&lt;/LI&gt;
&lt;LI&gt;Then Use of HTTP Methods such as (GET/POST) to perform required task.(Using HTTP VBO)&lt;/LI&gt;
&lt;/OL&gt;
&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;H3&gt;Bit Caution -&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;Outgoing webhooks are limited now and currently being reviewed by security team and only work with publicly exposed (Accessible from outside fil network…such as exposed services via Layer 7)&lt;/LI&gt;
&lt;LI&gt;For the "Message Card Playground" (i.e. test JSON code), use one of the two following URLs:&lt;/LI&gt;
&lt;/OL&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://messagecardplayground.azurewebsites.net/" target="_blank" rel="noopener"&gt;https://messagecardplayground.azurewebsites.net/&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://acdesignerbeta.azurewebsites.net/" target="_blank" rel="noopener"&gt;https://acdesignerbeta.azurewebsites.net/&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;One thing to keep in mind, if you are using Webhooks to perform your integrations, Stack Overflow states that Webhooks do not currently support the Adaptive Cards, as they are planning to have that in place for Bots first&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;Further Reference -&lt;/H3&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-gb/outlook/actionable-messages/message-card-reference" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-gb/outlook/actionable-messages/message-card-reference&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Satish Prasad&lt;BR /&gt;Senior Analyst Programmer&lt;BR /&gt;Fidelity International&lt;BR /&gt;Asia/Dili&lt;BR /&gt;+91 9999230159&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Oct 2019 04:54:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Integration-of-Microsoft-Teams-with-Blue-Prism/m-p/47254#M3040</guid>
      <dc:creator>SatishPrasad1</dc:creator>
      <dc:date>2019-10-14T04:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: Integration of Microsoft Teams with Blue Prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Integration-of-Microsoft-Teams-with-Blue-Prism/m-p/47255#M3041</link>
      <description>Hello &lt;SPAN&gt;Satish Prasad&lt;/SPAN&gt;,&lt;BR /&gt;Thanks for this. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; it's working in my end.&lt;BR /&gt;How about getting the message in Teams?&lt;BR /&gt;Do you have any ideas?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ma Abegail Fernandez&lt;BR /&gt;Blue Prism Mentor / Sr. Blue Prism Developer&lt;BR /&gt;Smart Automation Services&lt;BR /&gt;Asia/Manila&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Jul 2020 08:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Integration-of-Microsoft-Teams-with-Blue-Prism/m-p/47255#M3041</guid>
      <dc:creator>9fernama</dc:creator>
      <dc:date>2020-07-24T08:10:00Z</dc:date>
    </item>
  </channel>
</rss>

