<?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: Has anyone Integrated Microsoft Teams with Graph API? in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Has-anyone-Integrated-Microsoft-Teams-with-Graph-API/m-p/82494#M33900</link>
    <description>&lt;P&gt;Hi Manish,&lt;/P&gt;
&lt;P&gt;As per the Graph API documentation, looks like we can use only the delegated permission to post a message in the channel.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/graph/api/chatmessage-post?view=graph-rest-1.0&amp;amp;tabs=http" target="_blank" rel="noopener"&gt;Send chatMessage in a channel or a chat - Microsoft Graph v1.0 | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Athiban Mahamathi - &lt;A href="https://www.linkedin.com/in/athiban-mahamathi-544a008b/" target="test_blank"&gt;https://www.linkedin.com/in/athiban-mahamathi-544a008b/&lt;/A&gt;&lt;BR /&gt;Technical Consultant,&lt;BR /&gt;SimplifyNext,&lt;BR /&gt;Singapore&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 31 Jul 2023 07:45:00 GMT</pubDate>
    <dc:creator>Athiban_Mahamathi</dc:creator>
    <dc:date>2023-07-31T07:45:00Z</dc:date>
    <item>
      <title>Has anyone Integrated Microsoft Teams with Graph API?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Has-anyone-Integrated-Microsoft-Teams-with-Graph-API/m-p/82491#M33897</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I have a scenario where BP BOT needs receive the Input and send the Output back to a particular teams channel.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;So the BOT requires to send messages and read messages from a particular channel.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;We are thinking to leverage Microsoft Graph APIs for the same.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Has anyone already done this integration already?&lt;/P&gt;
&lt;P&gt;I am thinking of using Application Access for API permissions, but I can't see any mechanism to send messages to a particular channel for the same.&lt;/P&gt;
&lt;P&gt;We can use Delegated access but unfortunately out system will need us to do MFAs to provide consent for the same.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;So if anyone can provide some insights as to how we can Integrate MS Teams with Graph APIs for application access permissions, to send and receive messages to a channel would be rally helpful.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Manish Rawat&lt;BR /&gt;Project Manager&lt;BR /&gt;Mercer&lt;BR /&gt;New Delhi&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Jul 2023 18:36:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Has-anyone-Integrated-Microsoft-Teams-with-Graph-API/m-p/82491#M33897</guid>
      <dc:creator>ManishRaw</dc:creator>
      <dc:date>2023-07-24T18:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: Has anyone Integrated Microsoft Teams with Graph API?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Has-anyone-Integrated-Microsoft-Teams-with-Graph-API/m-p/82492#M33898</link>
      <description>&lt;P&gt;Are you using the Microsoft Graph API connector for Teams from the Digital Exchange? I think the connector has methods to get a list of Teams channels, and get the channel ID from there.&lt;/P&gt;
&lt;P&gt;We're currently attempting this, but waiting on Application security from our admins.&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Brian Clayton&lt;BR /&gt;Applications Consultant&lt;BR /&gt;The Auto Club Group&lt;BR /&gt;America/Dearborn MI&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Jul 2023 01:46:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Has-anyone-Integrated-Microsoft-Teams-with-Graph-API/m-p/82492#M33898</guid>
      <dc:creator>bclayton1896</dc:creator>
      <dc:date>2023-07-28T01:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: Has anyone Integrated Microsoft Teams with Graph API?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Has-anyone-Integrated-Microsoft-Teams-with-Graph-API/m-p/82493#M33899</link>
      <description>&lt;P&gt;&lt;A class="user-content-mention" data-sign="@" data-contactkey="d666ed23-eedd-4996-bd6b-3bed96e53a93" data-tag-text="@Manish Rawat" href="https://community.blueprism.com/network/profile?UserKey=d666ed23-eedd-4996-bd6b-3bed96e53a93" data-itemmentionkey="3922c0dd-b408-466b-b0f1-bda3afc83a48"&gt;@Manish Rawat&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;In my experience, Graph requires that you use Delegated access tokens if you want to send messages via Teams. That's the way we have the Teams connector on the DX working.&lt;/P&gt;
&lt;P&gt;For MFA, there is also a connector (actually two) for dealing with 2FA with TOTP and HOTP algorithms.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Jul 2023 13:31:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Has-anyone-Integrated-Microsoft-Teams-with-Graph-API/m-p/82493#M33899</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2023-07-28T13:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: Has anyone Integrated Microsoft Teams with Graph API?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Has-anyone-Integrated-Microsoft-Teams-with-Graph-API/m-p/82494#M33900</link>
      <description>&lt;P&gt;Hi Manish,&lt;/P&gt;
&lt;P&gt;As per the Graph API documentation, looks like we can use only the delegated permission to post a message in the channel.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/graph/api/chatmessage-post?view=graph-rest-1.0&amp;amp;tabs=http" target="_blank" rel="noopener"&gt;Send chatMessage in a channel or a chat - Microsoft Graph v1.0 | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Athiban Mahamathi - &lt;A href="https://www.linkedin.com/in/athiban-mahamathi-544a008b/" target="test_blank"&gt;https://www.linkedin.com/in/athiban-mahamathi-544a008b/&lt;/A&gt;&lt;BR /&gt;Technical Consultant,&lt;BR /&gt;SimplifyNext,&lt;BR /&gt;Singapore&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Jul 2023 07:45:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Has-anyone-Integrated-Microsoft-Teams-with-Graph-API/m-p/82494#M33900</guid>
      <dc:creator>Athiban_Mahamathi</dc:creator>
      <dc:date>2023-07-31T07:45:00Z</dc:date>
    </item>
  </channel>
</rss>

