<?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: Add a Category to Email after retrieving attachment using Outlook Connector in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/add-a-category-to-email-after-retrieving-attachment-using/m-p/4455#M1992</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/9137"&gt;@ccontzen&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;This is not supported by default, but through the custom action in the Outlook Connector you can achieve this:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-05-11 at 11.30.56.png" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/399iD644282C6B0F401C/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Screenshot 2023-05-11 at 11.30.56.png" alt="Screenshot 2023-05-11 at 11.30.56.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Outlook Connector is using the MS Graph API as listed here:&amp;nbsp;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/graph/api/message-update?view=graph-rest-1.0&amp;amp;tabs=http" target="_blank"&gt;https://learn.microsoft.com/en-us/graph/api/message-update?view=graph-rest-1.0&amp;amp;tabs=http&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In this custom action I'm using the following parameters:&lt;BR /&gt;&lt;STRONG&gt;Method:&lt;/STRONG&gt; Patch&lt;BR /&gt;&lt;STRONG&gt;Path&lt;/STRONG&gt;:&amp;nbsp;&lt;A href="https://graph.microsoft.com/v1.0/me/messages/{id}" target="_blank"&gt;https://graph.microsoft.com/v1.0/me/messages/{id}&lt;/A&gt;&lt;BR /&gt;&lt;STRONG&gt;Request:&lt;/STRONG&gt; {"categories":["name"]}&lt;/P&gt;&lt;P&gt;Let me know if this works and is what you meant.&lt;/P&gt;</description>
    <pubDate>Thu, 11 May 2023 09:35:05 GMT</pubDate>
    <dc:creator>kelian-mos</dc:creator>
    <dc:date>2023-05-11T09:35:05Z</dc:date>
    <item>
      <title>Add a Category to Email after retrieving attachment using Outlook Connector</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/add-a-category-to-email-after-retrieving-attachment-using/m-p/4441#M1980</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;is there a way to set a category to an email using the outlook connector after downloading attached pdf files?&lt;/P&gt;&lt;P&gt;its basically the same as described here:&lt;/P&gt;&lt;P&gt;Stackoverflow:&amp;nbsp;&lt;FONT size="4"&gt;&lt;A class="" href="https://stackoverflow.com/questions/69300556/add-outlook-category-to-mail-via-ms-graph" target="_blank" rel="noopener"&gt;Add Outlook Category to mail via MS Graph&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;Thank you in advance&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;Christian&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 03:03:56 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/add-a-category-to-email-after-retrieving-attachment-using/m-p/4441#M1980</guid>
      <dc:creator>ccontzen</dc:creator>
      <dc:date>2023-05-11T03:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: Add a Category to Email after retrieving attachment using Outlook Connector</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/add-a-category-to-email-after-retrieving-attachment-using/m-p/4455#M1992</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/9137"&gt;@ccontzen&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;This is not supported by default, but through the custom action in the Outlook Connector you can achieve this:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-05-11 at 11.30.56.png" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/399iD644282C6B0F401C/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Screenshot 2023-05-11 at 11.30.56.png" alt="Screenshot 2023-05-11 at 11.30.56.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Outlook Connector is using the MS Graph API as listed here:&amp;nbsp;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/graph/api/message-update?view=graph-rest-1.0&amp;amp;tabs=http" target="_blank"&gt;https://learn.microsoft.com/en-us/graph/api/message-update?view=graph-rest-1.0&amp;amp;tabs=http&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In this custom action I'm using the following parameters:&lt;BR /&gt;&lt;STRONG&gt;Method:&lt;/STRONG&gt; Patch&lt;BR /&gt;&lt;STRONG&gt;Path&lt;/STRONG&gt;:&amp;nbsp;&lt;A href="https://graph.microsoft.com/v1.0/me/messages/{id}" target="_blank"&gt;https://graph.microsoft.com/v1.0/me/messages/{id}&lt;/A&gt;&lt;BR /&gt;&lt;STRONG&gt;Request:&lt;/STRONG&gt; {"categories":["name"]}&lt;/P&gt;&lt;P&gt;Let me know if this works and is what you meant.&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 09:35:05 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/add-a-category-to-email-after-retrieving-attachment-using/m-p/4455#M1992</guid>
      <dc:creator>kelian-mos</dc:creator>
      <dc:date>2023-05-11T09:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Add a Category to Email after retrieving attachment using Outlook Connector</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/add-a-category-to-email-after-retrieving-attachment-using/m-p/4456#M1993</link>
      <description>&lt;P&gt;Thank you for your support - it looks like it is not possible to shared mail accounts.&lt;/P&gt;&lt;P&gt;We are downloading attachments from a shared account and want to set a category to processed&amp;nbsp; mails. Looks like its not possible...&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;BR /&gt;&lt;SPAN&gt;You can't do it using delegate permissions because there is no MailboxSetting.ReadWrite.Shared permission so that endpoint can only be used to access the current users Mailbox setting when using delegate permission. You an use Application Permissions and the Client Credential flow&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-client-creds-grant-flow" target="_blank" rel="nofollow noopener noreferrer"&gt;https://learn.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-client-creds-grant-flow&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;if you need to limit the scope of your application to a number of Mailboxes you can do that as well&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/graph/auth-limit-mailbox-access" target="_blank" rel="nofollow noopener noreferrer"&gt;https://learn.microsoft.com/en-us/graph/auth-limit-mailbox-access&lt;/A&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/70022383/msgraph-api-how-to-get-outlook-categories-of-other-user-as-described-in-the-api" target="_blank" rel="noopener"&gt;microsoft graph api - MSGraph API: How to get outlook categories of other user as described in the API - Stack Overflow&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 10:12:36 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/add-a-category-to-email-after-retrieving-attachment-using/m-p/4456#M1993</guid>
      <dc:creator>ccontzen</dc:creator>
      <dc:date>2023-05-11T10:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Add a Category to Email after retrieving attachment using Outlook Connector</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/add-a-category-to-email-after-retrieving-attachment-using/m-p/4457#M1994</link>
      <description>&lt;P&gt;it looks like it works with a small change&lt;/P&gt;&lt;P&gt;="&lt;A href="https://graph.microsoft.com/v1.0/users/USERID/messages/MESSAGEID" target="_blank"&gt;https://graph.microsoft.com/v1.0/users/USERID/messages/MESSAGEID&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 10:20:14 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/add-a-category-to-email-after-retrieving-attachment-using/m-p/4457#M1994</guid>
      <dc:creator>ccontzen</dc:creator>
      <dc:date>2023-05-11T10:20:14Z</dc:date>
    </item>
  </channel>
</rss>

