<?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: ArcGIS Online Webhook with MS Power Automate (Flow) in ArcGIS REST APIs and Services Questions</title>
    <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-online-webhook-with-ms-power-automate-flow/m-p/1279240#M4464</link>
    <description>&lt;P&gt;Hi Danielle, I am trying to do something similar and am not having any luck with Power Automate. Would you mind sharing your scripts? Thank you!&lt;/P&gt;</description>
    <pubDate>Mon, 17 Apr 2023 13:49:50 GMT</pubDate>
    <dc:creator>MeganHicks</dc:creator>
    <dc:date>2023-04-17T13:49:50Z</dc:date>
    <item>
      <title>ArcGIS Online Webhook with MS Power Automate (Flow)</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-online-webhook-with-ms-power-automate-flow/m-p/1025091#M3728</link>
      <description>&lt;P&gt;I'm trying to set up a webhook in ArcGIS Online that will send an email when a feature has been created in a hosted feature service. I do not have portal/enterprise, so the only example that I have found is setting the webhook up with Integromat.&amp;nbsp; We have o365 and I would like to use Power Automate (MS Flow) to send the email.&amp;nbsp; I've been trying to follow the MS Flow steps in this &lt;A href="https://www.esri.com/videos/watch?videoid=aX4VhaonTFg&amp;amp;title=using-webhooks-in-arcgis-enterprise" target="_blank" rel="noopener"&gt;example&lt;/A&gt;, but without success.&amp;nbsp; I copied and pasted this sample into my JSON payload:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{ "layerId":0, "serviceName": "myService", "changeType": "FeaturesUpdated", "orgId": "myorgId" "changesUrl": "https://olserver/services/myService/FeatureService/extractChanges?serverGens=[1122, 1124]" }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Which creates the following in 'When a HTTP request is received' (code view):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
    "kind": "Http",
    "inputs": {
        "schema": {
            "type": "object",
            "properties": {
                "layerId": {
                    "type": "integer"
                },
                "serviceName": {
                    "type": "string"
                },
                "changeType": {
                    "type": "string"
                },
                "orgId": {
                    "type": "string"
                },
                "changesUrl": {
                    "type": "string"
                }
            }
        }
    }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I then have the next step to send an email to my email account.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Danielle_Journey_0-1612911137280.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/5638i0418451DDE297958/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Danielle_Journey_0-1612911137280.png" alt="Danielle_Journey_0-1612911137280.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I added the hookurl to my webhook with "ChangeTypes" = FeaturesCreated.&amp;nbsp; The webhook created successfully, but no email is sent when the hosted feature layer has a feature added to it.&lt;/P&gt;&lt;P&gt;If you have done something similar to this workflow, any guidance would be much appreciated!!&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 23:02:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-online-webhook-with-ms-power-automate-flow/m-p/1025091#M3728</guid>
      <dc:creator>Danielle_Journey</dc:creator>
      <dc:date>2021-02-09T23:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Online Webhook with MS Power Automate (Flow)</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-online-webhook-with-ms-power-automate-flow/m-p/1025135#M3729</link>
      <description>&lt;P&gt;Mostly experienced with Survey123 and Power Automate.&amp;nbsp; You said the email never gets sent, but does the actual flow get called? If so can you show the error being produced on the trigger event?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 04:32:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-online-webhook-with-ms-power-automate-flow/m-p/1025135#M3729</guid>
      <dc:creator>David_Vogel</dc:creator>
      <dc:date>2021-02-10T04:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Online Webhook with MS Power Automate (Flow)</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-online-webhook-with-ms-power-automate-flow/m-p/1025326#M3730</link>
      <description>&lt;P&gt;I get zero runs logged and zero errors.&amp;nbsp; I've added three features to the hosted feature service as a test.&amp;nbsp; I've tried hitting the test manually button in Power Automate and it just spins for a long time, no action.&amp;nbsp; Without an error message, I don't know if I've not set up my webhook in the Rest Service incorrectly, or if I have not set up the "When an HTTP request is received" trigger in Power Automate correctly?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 14:07:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-online-webhook-with-ms-power-automate-flow/m-p/1025326#M3730</guid>
      <dc:creator>Danielle_Journey</dc:creator>
      <dc:date>2021-02-10T14:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Online Webhook with MS Power Automate (Flow)</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-online-webhook-with-ms-power-automate-flow/m-p/1046389#M3778</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/325220"&gt;@Danielle_Journey&lt;/a&gt;&amp;nbsp; Were you able to get this webhook on feature service to work with Power Automate?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Apr 2021 15:28:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-online-webhook-with-ms-power-automate-flow/m-p/1046389#M3778</guid>
      <dc:creator>JulieK</dc:creator>
      <dc:date>2021-04-13T15:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Online Webhook with MS Power Automate (Flow)</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-online-webhook-with-ms-power-automate-flow/m-p/1046410#M3779</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7032"&gt;@JulieK&lt;/a&gt;&amp;nbsp; No I ended up using python scripts to generate the email notifications.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Apr 2021 15:57:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-online-webhook-with-ms-power-automate-flow/m-p/1046410#M3779</guid>
      <dc:creator>Danielle_Journey</dc:creator>
      <dc:date>2021-04-13T15:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Online Webhook with MS Power Automate (Flow)</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-online-webhook-with-ms-power-automate-flow/m-p/1046908#M3780</link>
      <description>&lt;P&gt;aah okay, it doesn't seem to work for me in Power automate.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 14:12:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-online-webhook-with-ms-power-automate-flow/m-p/1046908#M3780</guid>
      <dc:creator>JulieK</dc:creator>
      <dc:date>2021-04-14T14:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Online Webhook with MS Power Automate (Flow)</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-online-webhook-with-ms-power-automate-flow/m-p/1046967#M3781</link>
      <description>&lt;P&gt;Once I decided to go the python route with Windows Task Scheduler I was up and running and have had no issues.&amp;nbsp; I can share my scripts if you're interested, just let me know.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 14:50:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-online-webhook-with-ms-power-automate-flow/m-p/1046967#M3781</guid>
      <dc:creator>Danielle_Journey</dc:creator>
      <dc:date>2021-04-14T14:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Online Webhook with MS Power Automate (Flow)</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-online-webhook-with-ms-power-automate-flow/m-p/1047007#M3782</link>
      <description>&lt;P&gt;Thanks so much&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/325220"&gt;@Danielle_Journey&lt;/a&gt;&amp;nbsp; I got it to work finally &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 15:20:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-online-webhook-with-ms-power-automate-flow/m-p/1047007#M3782</guid>
      <dc:creator>JulieK</dc:creator>
      <dc:date>2021-04-14T15:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Online Webhook with MS Power Automate (Flow)</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-online-webhook-with-ms-power-automate-flow/m-p/1125584#M4021</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7032"&gt;@JulieK&lt;/a&gt;&amp;nbsp;- I would like to know how you went about getting this resolved through Power Automate. Do you mind sharing?&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/325220"&gt;@Danielle_Journey&lt;/a&gt;&amp;nbsp;- Do you mind sharing those Python scripts you mentioned? I am trying to determine which way is going to be better for me.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 21:27:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-online-webhook-with-ms-power-automate-flow/m-p/1125584#M4021</guid>
      <dc:creator>CalebCarpenter_MBI</dc:creator>
      <dc:date>2021-12-13T21:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Online Webhook with MS Power Automate (Flow)</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-online-webhook-with-ms-power-automate-flow/m-p/1126698#M4028</link>
      <description>&lt;P&gt;I am also trying to do this.&amp;nbsp; Could you share your process/scripts?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 15:30:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-online-webhook-with-ms-power-automate-flow/m-p/1126698#M4028</guid>
      <dc:creator>Jorge_Goicochea</dc:creator>
      <dc:date>2021-12-16T15:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Online Webhook with MS Power Automate (Flow)</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-online-webhook-with-ms-power-automate-flow/m-p/1126710#M4029</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/545520"&gt;@CalebCarpenter_MBI&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Absolutely, I can help with this. Are you getting any error right now?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found this &lt;A href="https://www.esri.com/arcgis-blog/products/field-maps/field-mobility/use-webhooks-to-automate-workflows-in-arcgis-field-maps-with-power-automate/" target="_blank" rel="noopener"&gt;blog, that gives a step by step instruction.&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please let me know where you are stuck and we can start there.&lt;/P&gt;&lt;P&gt;Thanks Julie&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 15:52:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-online-webhook-with-ms-power-automate-flow/m-p/1126710#M4029</guid>
      <dc:creator>JulieK</dc:creator>
      <dc:date>2021-12-16T15:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Online Webhook with MS Power Automate (Flow)</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-online-webhook-with-ms-power-automate-flow/m-p/1279240#M4464</link>
      <description>&lt;P&gt;Hi Danielle, I am trying to do something similar and am not having any luck with Power Automate. Would you mind sharing your scripts? Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 13:49:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-online-webhook-with-ms-power-automate-flow/m-p/1279240#M4464</guid>
      <dc:creator>MeganHicks</dc:creator>
      <dc:date>2023-04-17T13:49:50Z</dc:date>
    </item>
  </channel>
</rss>

