<?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 Hosted Feature Service Webhook with Integromat - Token Required in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/hosted-feature-service-webhook-with-integromat/m-p/1034466#M38858</link>
    <description>&lt;P&gt;I'm following this blog post, particularly the latter portion of it - &lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-online/sharing-collaboration/how-to-create-a-hosted-feature-service-webhook/" target="_blank" rel="noopener"&gt;"Beyond the basics: Accessing attribute information"&lt;/A&gt;.&amp;nbsp; My integromat scenario is failing at the second "HTTP Make a request".&amp;nbsp; The error that it gives is "Missing value of required parameter 'URL'"... but if I look at the Json Parse before that, it looks like the token is not being passed. The hosted feature layer that I am working with is not shared publicly, but the views that are being publicly edited are.&amp;nbsp; Could this be the issue?&amp;nbsp; The hosted feature layer and the views are apart of a Citizen Problem Reporter Application.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CaptureIntegromat.JPG" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/7944i5D80E8F5C8D43B40/image-size/large?v=v2&amp;amp;px=999" role="button" title="CaptureIntegromat.JPG" alt="CaptureIntegromat.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Mar 2021 15:00:43 GMT</pubDate>
    <dc:creator>Danielle_Journey</dc:creator>
    <dc:date>2021-03-09T15:00:43Z</dc:date>
    <item>
      <title>Hosted Feature Service Webhook with Integromat - Token Required</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/hosted-feature-service-webhook-with-integromat/m-p/1034466#M38858</link>
      <description>&lt;P&gt;I'm following this blog post, particularly the latter portion of it - &lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-online/sharing-collaboration/how-to-create-a-hosted-feature-service-webhook/" target="_blank" rel="noopener"&gt;"Beyond the basics: Accessing attribute information"&lt;/A&gt;.&amp;nbsp; My integromat scenario is failing at the second "HTTP Make a request".&amp;nbsp; The error that it gives is "Missing value of required parameter 'URL'"... but if I look at the Json Parse before that, it looks like the token is not being passed. The hosted feature layer that I am working with is not shared publicly, but the views that are being publicly edited are.&amp;nbsp; Could this be the issue?&amp;nbsp; The hosted feature layer and the views are apart of a Citizen Problem Reporter Application.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CaptureIntegromat.JPG" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/7944i5D80E8F5C8D43B40/image-size/large?v=v2&amp;amp;px=999" role="button" title="CaptureIntegromat.JPG" alt="CaptureIntegromat.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Mar 2021 15:00:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/hosted-feature-service-webhook-with-integromat/m-p/1034466#M38858</guid>
      <dc:creator>Danielle_Journey</dc:creator>
      <dc:date>2021-03-09T15:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted Feature Service Webhook with Integromat - Token Required</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/hosted-feature-service-webhook-with-integromat/m-p/1056218#M39965</link>
      <description>&lt;P&gt;Hey Danielle - I've run into this during testing, and I've fixed it by copying/pasting my JSON sample into the data structure generator. Obviously not an ideal workaround when the scenario is running live, so I'd like to hear if you've figured this out!&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 15:06:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/hosted-feature-service-webhook-with-integromat/m-p/1056218#M39965</guid>
      <dc:creator>DanteLee</dc:creator>
      <dc:date>2021-05-10T15:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted Feature Service Webhook with Integromat - Token Required</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/hosted-feature-service-webhook-with-integromat/m-p/1056397#M39972</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/197680"&gt;@DanteLee&lt;/a&gt;&amp;nbsp;I ended up using python scripts/ Windows Task Scheduler to get the email notifications up and running.&amp;nbsp; Never could get it to work, although I do plan on taking a look at it again with fresh eyes here soon.&amp;nbsp; Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 19:41:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/hosted-feature-service-webhook-with-integromat/m-p/1056397#M39972</guid>
      <dc:creator>Danielle_Journey</dc:creator>
      <dc:date>2021-05-10T19:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted Feature Service Webhook with Integromat - Token Required</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/hosted-feature-service-webhook-with-integromat/m-p/1056456#M39979</link>
      <description>&lt;P&gt;Oops I realized I'd misread your problem. &lt;A href="https://community.esri.com/t5/arcgis-online-questions/agol-feature-service-webhooks/m-p/1024095/highlight/true#M38353" target="_self"&gt;This thread&lt;/A&gt; may help. I'm still learning the lingo, but you'll want to replace your current HTTP modules to Make an OAuth 2.0 Request so that it can generate a token&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 21:53:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/hosted-feature-service-webhook-with-integromat/m-p/1056456#M39979</guid>
      <dc:creator>DanteLee</dc:creator>
      <dc:date>2021-05-10T21:53:47Z</dc:date>
    </item>
  </channel>
</rss>

