<?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: Using make.com to send notification with information and photos in ArcGIS Field Maps Questions</title>
    <link>https://community.esri.com/t5/arcgis-field-maps-questions/using-make-com-to-send-notification-with/m-p/1690359#M12471</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/875615"&gt;@CoastalEngineering&lt;/a&gt;&amp;nbsp;- We do this using PowerAutomate.&lt;BR /&gt;There is an action in PowerAutomate to "Get Attachments" that helps us do this.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Looking at make.com, it shows that there is a Make API call action for FieldMaps.&amp;nbsp;&lt;BR /&gt;You would make 2 calls - 1) QueryAttachments 2)Download Attachment&lt;/P&gt;&lt;P&gt;You could build up the REST URL using the GlobalID/ObjectID that triggered the process.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-03-13 120135.jpg" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/149778iEC6DCCABF836E878/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2026-03-13 120135.jpg" alt="Screenshot 2026-03-13 120135.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Once you have the attachment IDs you can make another call.&lt;BR /&gt;&lt;A href="https://services8.arcgis.com/xyzxyzxyzxyzx/ArcGIS/rest/services/Asset_Data_Collection_2/FeatureServer/0/27/attachments/5" target="_blank"&gt;https://services8.arcgis.com/xyzxyzxyzxyzx/ArcGIS/rest/services/Asset_Data_Collection_2/FeatureServer/0/27/attachments/5&lt;/A&gt;&lt;/P&gt;&lt;P&gt;in the URL above&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;0=feature sub layer|&lt;BR /&gt;&lt;SPAN&gt;27= ID of the parent object&lt;BR /&gt;&lt;/SPAN&gt;5 = Attachment Object ID&lt;BR /&gt;&lt;BR /&gt;I am unsure how the make.com handles authentication headers (token) etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Mar 2026 23:06:13 GMT</pubDate>
    <dc:creator>gis_KIWI4</dc:creator>
    <dc:date>2026-03-12T23:06:13Z</dc:date>
    <item>
      <title>Using make.com to send notification with information and photos</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/using-make-com-to-send-notification-with/m-p/1689926#M12455</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I would like to send an automatic email every time a new data point is added in ArcGIS Field Maps. Using make.com, I’ve successfully set up a workflow that sends an automatic email containing the key attribute information I need, such as the "Road Name" and "Description".&lt;/P&gt;&lt;DIV&gt;As a next step, I’d like to include any photos captured during the inspection. Our inspectors take pictures at each data point in Field Maps, and these are stored as attachments (.jpg) on the feature. It would be incredibly helpful if these photos could be included in the email, lower‑resolution images would be perfectly fine. If anyone has implemented something similar/can advise on the best approach - please share.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 11 Mar 2026 13:40:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/using-make-com-to-send-notification-with/m-p/1689926#M12455</guid>
      <dc:creator>CoastalEngineering</dc:creator>
      <dc:date>2026-03-11T13:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using make.com to send notification with information and photos</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/using-make-com-to-send-notification-with/m-p/1690359#M12471</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/875615"&gt;@CoastalEngineering&lt;/a&gt;&amp;nbsp;- We do this using PowerAutomate.&lt;BR /&gt;There is an action in PowerAutomate to "Get Attachments" that helps us do this.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Looking at make.com, it shows that there is a Make API call action for FieldMaps.&amp;nbsp;&lt;BR /&gt;You would make 2 calls - 1) QueryAttachments 2)Download Attachment&lt;/P&gt;&lt;P&gt;You could build up the REST URL using the GlobalID/ObjectID that triggered the process.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-03-13 120135.jpg" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/149778iEC6DCCABF836E878/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2026-03-13 120135.jpg" alt="Screenshot 2026-03-13 120135.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Once you have the attachment IDs you can make another call.&lt;BR /&gt;&lt;A href="https://services8.arcgis.com/xyzxyzxyzxyzx/ArcGIS/rest/services/Asset_Data_Collection_2/FeatureServer/0/27/attachments/5" target="_blank"&gt;https://services8.arcgis.com/xyzxyzxyzxyzx/ArcGIS/rest/services/Asset_Data_Collection_2/FeatureServer/0/27/attachments/5&lt;/A&gt;&lt;/P&gt;&lt;P&gt;in the URL above&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;0=feature sub layer|&lt;BR /&gt;&lt;SPAN&gt;27= ID of the parent object&lt;BR /&gt;&lt;/SPAN&gt;5 = Attachment Object ID&lt;BR /&gt;&lt;BR /&gt;I am unsure how the make.com handles authentication headers (token) etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2026 23:06:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/using-make-com-to-send-notification-with/m-p/1690359#M12471</guid>
      <dc:creator>gis_KIWI4</dc:creator>
      <dc:date>2026-03-12T23:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using make.com to send notification with information and photos</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/using-make-com-to-send-notification-with/m-p/1690972#M12488</link>
      <description>&lt;P&gt;Thank you very much for this, I will take a look&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2026 10:56:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/using-make-com-to-send-notification-with/m-p/1690972#M12488</guid>
      <dc:creator>CoastalEngineering</dc:creator>
      <dc:date>2026-03-17T10:56:36Z</dc:date>
    </item>
  </channel>
</rss>

